/* CSS DOCUMENT */
/*SIGN IN, REGISTRATION, RECOVERY STYLES*/
/*Author: UltimateTemptations.com, Copyright 2009*/
#containLogin{width:100%; margin:0 auto; background-color:#000000; background-image:url(images/purpleSilk.jpg) }
#logHeader{width:100%; display:center; height:auto; background-color:#000000}
#logSubHeader{width:100%; display:block; height:auto; background-image:url(images/purpleSilk.jpg)}
#mainLogin{width:100%; display:block; height:auto; background-image:url(images/purpleSilk.jpg)}
#column_leftLogin{width:75%; clear:left;  float:left; background-image:url(images/purpleSilk.jpg)}
#column_rightLogin{clear:right;float:right; background-image:url(images/purpleSilk.jpg)}
#footerLogin{width:100%; display:block; height:auto; background-image:url(images/purpleSilk.jpg)}
div.spacerLogin{clear:both; height:10px; display:block; background-image:url(images/purpleSilk.jpg)}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	background-image:url(images/purpleSilk.jpg)
}
/* 
div.spacerLogin, solve an issue with #container height
in css 2 column layout. 
*/

body {
	background-color: #000000;
	scrollbar-3dlight-color: #660099;
    scrollbar-arrow-color: #FFFFFF;
    scrollbar-track-color: #000000;
    scrollbar-darkshadow-color: #000000;
    scrollbar-face-color: #660099;
    scrollbar-highlight-color: #00FFFF;
    scrollbar-shadow-color: #000000};
}

img {border: none
}

a:link {
	color: #00FFFF;
	text-decoration: none;
}
a:visited {
	color: #00FFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	color: #00FFFF;
	text-decoration: none;
}

.sectionHeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
}

.largeHeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:24px;
	color:#FFFFFF;
}

.mediumHeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:20px;
	color:#FFFFFF;
}

.accentText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:20px;
	color:#00FFFF;
}

.commonText {
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.footerStyle {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}

.contactUs {
	color: #00FFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-size: 16px;
	font-weight: bold;
}
