body
{
	color : #FFFFFF !important;
	background-color : #000000;
}

a, a:visited, a:hover
{
	color : #FFFFFF;
}

.TwitterFollowerLink
{
	color:#6F6F6F !important;
	text-decoration : none !important;
}
.TwitterFollowerLink:hover
{
	color:#666666 !important;
	text-decoration : none !important;
}

.TwitterFollowerDiv
{
	text-align:left;
	margin-left:20px;
	font-family:Tahoma;
	font-size:8pt;
}

.TwitterFollowerSpanContainer
{
	border-left: 1px solid #ccffff;
	border-top: 1px solid #ccffff;
	border-right: 1px solid #669999;
	border-bottom: 1px solid #669999;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px; 
	padding: 3px; 
	text-align: center;
	background-color:#99CCFF;
}

.TwitterFollowerSpanAmount
{
	background-color : #ccffff;
	border-left: 1px solid #a2a2a2;
	border-top: 1px solid #a2a2a2;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px; 
	padding: 0px 10px 0px 10px;
}

.TwitterFollowerBy
{
	font-family:Courier New;
	font-size:6pt;
	letter-spacing:7px;
	text-align:left;
	text-indent:6px;
	text-transform:uppercase;
	font-weight:lighter;
}

.GithubBadge
{
   	padding : 5px;
}

.GithubBadgeTitle
{
	font-weight:bold;
}

.GithubBadgeRepo
{
	background-image : url('http://github.com/images/icons/public.png');
	background-position : left center;
	background-repeat : no-repeat;
	padding-left : 22px;
}

.GithubBadgeFork
{
    font-style : italic;
}

.centered
{
	text-align:center;
}

.TwitterToolTip
{
	text-align:left !important;
	font-size:8pt;
}

.TwitterMessage
{
	font-style:italic;
	font-size:10pt;
	font-family : Courier New;
}

/* ToolTip Start */ 
#tooltip {
	color : #000000;
    position: absolute;
    z-index: 3000;
	border-left: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	border-right: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px; 
	background-color : #F6F6F6;
    padding: 5px;
    opacity: 0.85;
} #tooltip h3, #tooltip div {
    margin: 0;
}

.BreadCrumbs 
{
	list-style:none;
}

.BreadCrumbs li
{
	padding : 2px !important;
	display:inline !important;
}

.padmeten
{
	padding : 10px 10px 10px 10px !important;
}

.ui-state-default
{
    padding : 4px;
}

.ui-widget-content h4, .ui-widget-content h2, .ui-widget-content h3
{
	color : #FFF;
}

#pygments .highlight {
	line-height: 80%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background : none !important;
	background-color : #CCCCCA !important;
	background-image : none !important;
	padding : 5px !important;
}
#pygments .highlight br {
  height: 0px;
}
.hll { background-color: #ffffcc }
.c { color: #408080; font-style: italic } /* Comment */
.err { border: 1px solid #FF0000 } /* Error */
.k { color: #008000; font-weight: bold } /* Keyword */
.o { color: #666666 } /* Operator */
.cm { color: #408080; font-style: italic } /* Comment.Multiline */
.cp { color: #BC7A00 } /* Comment.Preproc */
.c1 { color: #408080; font-style: italic } /* Comment.Single */
.cs { color: #408080; font-style: italic } /* Comment.Special */
.gd { color: #A00000 } /* Generic.Deleted */
.ge { font-style: italic } /* Generic.Emph */
.gr { color: #FF0000 } /* Generic.Error */
.gh { color: #000080; font-weight: bold } /* Generic.Heading */
.gi { color: #00A000 } /* Generic.Inserted */
.go { color: #808080 } /* Generic.Output */
.gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.gs { font-weight: bold } /* Generic.Strong */
.gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.gt { color: #0040D0 } /* Generic.Traceback */
.kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.kp { color: #008000 } /* Keyword.Pseudo */
.kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.kt { color: #B00040 } /* Keyword.Type */
.m { color: #666666 } /* Literal.Number */
.s { color: #BA2121 } /* Literal.String */
.na { color: #7D9029 } /* Name.Attribute */
.nb { color: #008000 } /* Name.Builtin */
.nc { color: #0000FF; font-weight: bold } /* Name.Class */
.no { color: #880000 } /* Name.Constant */
.nd { color: #AA22FF } /* Name.Decorator */
.ni { color: #999999; font-weight: bold } /* Name.Entity */
.ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.nf { color: #0000FF } /* Name.Function */
.nl { color: #A0A000 } /* Name.Label */
.nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.nt { color: #008000; font-weight: bold } /* Name.Tag */
.nv { color: #19177C } /* Name.Variable */
.ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.w { color: #bbbbbb } /* Text.Whitespace */
.mf { color: #666666 } /* Literal.Number.Float */
.mh { color: #666666 } /* Literal.Number.Hex */
.mi { color: #666666 } /* Literal.Number.Integer */
.mo { color: #666666 } /* Literal.Number.Oct */
.sb { color: #BA2121 } /* Literal.String.Backtick */
.sc { color: #BA2121 } /* Literal.String.Char */
.sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.s2 { color: #BA2121 } /* Literal.String.Double */
.se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.sh { color: #BA2121 } /* Literal.String.Heredoc */
.si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.sx { color: #008000 } /* Literal.String.Other */
.sr { color: #BB6688 } /* Literal.String.Regex */
.s1 { color: #BA2121 } /* Literal.String.Single */
.ss { color: #19177C } /* Literal.String.Symbol */
.bp { color: #008000 } /* Name.Builtin.Pseudo */
.vc { color: #19177C } /* Name.Variable.Class */
.vg { color: #19177C } /* Name.Variable.Global */
.vi { color: #19177C } /* Name.Variable.Instance */
.il { color: #666666 } /* Literal.Number.Integer.Long */
.lineno { font-weight:bold; color : #CCC; }