﻿
/********** GENERAL **********/

span 
{
	font-size : 8pt;
}
body
{
	margin: 0px 0px 0px 0px;
	font-family : Verdana;
	font-size : 9pt;
}
.header
{
	display: none;
	height: 0px;
}
#footer
{
	width: 500px;
}
#fb
{
	border-top: #e0e6ec thin solid;
	margin-top: 10px;
}
.dottedLine
{
	background: url(images/dot_tile.gif) repeat-x;
}
#holdingTable
{
	width: 779px;
	height: 100%;
	border: 0px;
	padding: 0px 0px 0px 0px;
}
.contentHolder
{
	padding: 5px 0px 0px 0px;
	font: 12px Verdana;
	width: 779px;
}
.footerAlign
{
	text-align: left;
}
.itemLink
{
	text-decoration: none;
	font: bold 7.5pt Verdana;
	color: Black;
	cursor: pointer;
}
.itemLink:hover
{
	color: Blue;
	text-decoration: underline;
}
.hover
{
	color: Blue;
	text-decoration: underline;
}

/********** SKIN CONTROL STYLES **********/

.labels, .NormalBlackText
{
	font-family : Verdana;
	font-size : 8pt;
	color : black;
}
.BoldBlackText
{
	font-weight : bold;
}
.BoldRedText
{
	font-weight : bold;
	color : #df2228;
}
.LoginText
{
	font-family : Verdana;
	font-size : 7.5pt;
}
.SignUpInfo
{
	font-size : 7pt;
	font-weight : bold;
}
.Explanation
{
	font-family : Verdana;
	font-size : 11px;
	width : 375px;
}
.HeaderRedText
{
	font-size : 10pt;
	font-weight : bold;
	color : #df2228;
}
.HeaderRedSubText, .ServerError
{
	font-weight : bold;
	color : #df2228;
}
.RegisterLink
{
	font-family : Verdana;
	font-size : 7.5pt;
	color : blue; 
	white-space : nowrap;
}


/********** MAIN LAYOUTS **********/

.rootContainer
{
	width : 779px; 
	margin : 0 auto 0 auto;
}

.rootNavigation
{
	width : 185px;
	vertical-align : top;
}

.rootContent
{
	width: 594px;
	height:100%;
	vertical-align  : top;
}

.rootContent .gradiantLeft
{
	float : left;
	background: url(images/sideline_left.gif) no-repeat;
	width: 5px;
	height: 275px;
	padding: 0px 0px 0px 0px;
}

.rootContent .gradiantCenter
{
	float : left;
	height : 275px;
	width: 574px;
	background: url(images/gradient.gif) repeat-x;
}

.rootContent .gradiantRight
{
	float : left;
	background: url(images/sideline_right.gif) no-repeat;
	width: 5px;
	height: 275px;
	padding: 0px 0px 0px 0px;
}


/********** NAVIGATION - SIDE BAR **********/ 

.servicesMain
{
	width: 182px;
	border-collapse: collapse;
}
.servicesMain p
{
	margin : 5px;
	font: bold 8pt Verdana;
	color: #df2228;
}
.servicesMain ul
{
	margin : 0px;
	padding : 0px;
}
.servicesMain ul li
{
	list-style : none;
	display : block;
	margin-top : 5px;
	margin-bottom : 5px;
	padding-left : 15px;
	background : url(images/HorisontalLine.gif) no-repeat 6px 6px;
}

.inner
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}


