/*
	General.css
*/

a:link {color: #010101; text-decoration: none;}
a:visited {color: #010101; text-decoration: none;}
a:active {color: #010101; text-decoration: underline;}
a:hover {color: #010101; text-decoration: underline;}

a.aUnder:link {color: #010101; text-decoration: underline;}
a.aUnder:visited {color: #010101; text-decoration: underline;}
a.aUnder:active {color: #999999; text-decoration: underline;}
a.aUnder:hover {color: #999999; text-decoration: underline;}

a.aUnderBold:link {color: #000000; text-decoration: underline; font-weight: bold;}
a.aUnderBold:visited {color: #000000; text-decoration: underline; font-weight: bold;}
a.aUnderBold:active {color: #000000; text-decoration: underline; font-weight: bold;}
a.aUnderBold:hover {color: #000000; text-decoration: underline; font-weight: bold;}

a.aWhiteUnderBold:link {color: #ffffff; text-decoration: underline; font-weight: bold;}
a.aWhiteUnderBold:visited {color: #ffffff; text-decoration: underline; font-weight: bold;}
a.aWhiteUnderBold:active {color: #ffffff; text-decoration: underline; font-weight: bold;}
a.aWhiteUnderBold:hover {color: #ffffff; text-decoration: underline; font-weight: bold;}

a.aSmall:link {color: #010101; text-decoration: none; font-size: 10px; font-weight: bold;}
a.aSmall:visited {color: #010101; text-decoration: none; font-size: 10px; font-weight: bold;}
a.aSmall:active {color: #010101; text-decoration: underline; font-size: 10px; font-weight: bold;}
a.aSmall:hover {color: #010101; text-decoration: underline; font-size: 10px; font-weight: bold;}

a.aWhite:link {color: #ffffff; text-decoration: underline; }
a.aWhite:visited {color: #ffffff; text-decoration: underline; }
a.aWhite:active {color: #ffffff; text-decoration: underline; }
a.aWhite:hover {color: #ffffff; text-decoration: underline; }

a.aLight:link {color: #ffffff; text-decoration: none; font-size: 10px;}
a.aLight:visited {color: #ffffff; text-decoration: none; font-size: 10px;}
a.aLight:active {color: #ffffff; text-decoration: underline; font-size: 10px;}
a.aLight:hover {color: #ffffff; text-decoration: underline; font-size: 10px;}

a.aDay:link {color: #ffffff; text-decoration: none; font-weight: bold;}
a.aDay:visited {color: #ffffff; text-decoration: none; font-weight: bold;}
a.aDay:active {color: #ffffff; text-decoration: underline; font-weight: bold;}
a.aDay:hover {color: #ffffff; text-decoration: underline; font-weight: bold;}

a.aHeader:link {color: #010101; text-decoration: none; font-weight: bold; font-size: 14px;}
a.aHeader:visited {color: #010101; text-decoration: none; font-weight: bold; font-size: 14px;}
a.aHeader:active {color: #010101; text-decoration: underline; font-weight: bold; font-size: 14px;}
a.aHeader:hover {color: #010101; text-decoration: underline; font-weight: bold; font-size: 14px;}

a.aHeaderWhite:link {color: #ffffff; text-decoration: none; font-weight: bold; font-size: 14px;}
a.aHeaderWhite:visited {color: #ffffff; text-decoration: none; font-weight: bold; font-size: 14px;}
a.aHeaderWhite:active {color: #ffffff; text-decoration: underline; font-weight: bold; font-size: 14px;}
a.aHeaderWhite:hover {color: #ffffff; text-decoration: underline; font-weight: bold; font-size: 14px;}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	background-color: #222222;
}

div {}
div.dImageLeft {
	float: left; 
	position: relative; 
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
}
div.dImageRight {
	float: right; 
	position: relative; 
	margin-left: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
}

div.flip_container {
	float: left; 
	position: relative; 
	width: 340px;
	height: 300px;
}

.panelCont {
	background-repeat: no-repeat;
	background-position: left top;
}
.panel {
	overflow: hidden;
}

form {
	margin: 0px 0px 10px 0px;
}

h1  {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 0;
}

h2  {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin: 0;
}

h3  {
	font-size: 13px;
	font-weight: bold;
	color: #ED008C;
	margin: 0 0 5px 0;
}

h4  {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #010101;
	margin:0;
}

img {
	border: 0;
}

img.iBorder {
	border: 1px solid #666;
}
img.iBorderHoverWhite {
	border: 1px solid #666;
}
img.iBorderHoverWhite:hover {
	border: 1px solid #ffffff;
}
img.iBorderHoverBlack {
	border: 1px solid #333333;
}
img.iBorderHoverBlack:hover {
	border: 1px solid #999999;
}


input {
	color: #fff;
	border: 1px solid #999;
	background-color:#333;
}

input.iCheckbox {
	color: #010101;
	border: 0px;
	background-color:#ffffff;
}

.iSubmit {
	background-color: #222;
	margin-top:2px;
	color: #fff;
	border: 1px solid #999;
	font-weight: bold;
	font-size: 11px;
}

iFile {
	color: #ff0000;
}

select {
	color: #fff;
	background-color: #555;
}

textarea {
	color: #fff;
	border: 1px solid #999;
	background-color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
}

li {}
	
ul {
	list-style-type: circle;
	margin: 0;
	list-style-position:outside;
}
	
p {
	margin: 0;
	font-size: 12px;
}

table	{
    border: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	background-color:transparent;
	background-repeat: no-repeat;
}

td {
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
 }
 
td.tdText {
	background-color: #e0e0e0;
	color: #000000;
	padding: 12px;
}
td.tdTextBlack {
	background-color: #161616;
	color: #ffffff;
	padding: 12px;
}
td.tdTextWhite {
	background-color: #ffffff;
	padding: 12px;
}
td.tdAdmin {
	color: #ffffff;
	border: 1px solid #777;
}
td.tdAdminHeader {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #777;
}
td.tdWhite {
	background-color: #f0f0f0;
}
td.tdGrey {
	background-color: #d0d0d0;
}
td.tdSpacer {
	height: 12px;
}
td.tdSpacerGrey {
	height: 12px;
	background-color: #e0e0e0;
}
td.tdSpacerBig {
	height: 75px;
}
td.tdHack {
	background-repeat: no-repeat;
	background-position: left bottom;
}

.SmallText {
	font-size: 11px;
	color: #000000;
}
.LargeText {
	font-size: 12px;
	color: #000000;
}
.LargerText {
	font-size: 13px;
	color: #000000;
}
.BoldText {
	font-weight: bold;
	color: #000000;
}
.BigBoldText {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.ScriptText {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
}
.Footer {
	color: #999999;
	font-size: 9px;
}
.Alert {
	color: #EC068C;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

.Black {
	color: #000000;
}
.White {
	color: #ffffff;
}
.Pink {
	color: #ED008C;
}

/*==========================================================================
**  Horizontal menu system code below here
**==========================================================================*/
#menu {
	width: 100%;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#menu a {
	font-size: 16px;
	color: #FFFFFF;
	display: block;
	border: 0;
	margin: 0;
	padding: 10px 7px 10px 8px;
	text-decoration: none;
}

#menu a:hover {
	color: #EC068C;
}

#menu a:link#current, #menu a:visited#current {
	color: #EC068C;
}

#menu .gold {
	font-size: 17px;
	background-image: url(../Images/Gold_menu.gif);
	width: 138px;
	background-repeat: no-repeat;
}
#menu .gold:hover, #menu .gold:visited#current {
	background-image: url(../Images/Gold_menu_hover.gif);
}


#menu li {
	position: relative;
	text-align: center;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 200px;
	left: 0px;
	padding-top: 0px;
}

#menu ul ul li {
	text-align: left;
	border-bottom: 1px solid #444444;
	text-indent: 5px;
}

#menu ul ul li a {
	background: #333333;	
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95; 
	padding: 3px 30px 3px 10px;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul ul li {}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}


