html>body { overflow:scroll; }

body {
	background: #71726E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding: 0px;
	margin: 0px;
}

/* == MAIN WRAPPER == */
#ui_wrapper {
	width: 959px;
	margin: 0 auto;
	background: url('/images/img01.gif') repeat-y left top;
}

#ui_wrapperpad {
	padding-left: 10px;
}

/* == TOP MENU == */
#ui_topmenu {
	width: 939px;
	height: 80px;
	background: #000000;
}

#ui_topmenu ul {
	margin: 20px 0 0 10px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#ui_topmenu li {
	display: block;
	float: left;
}

#ui_topmenu li a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0 20px 0px 10px;
	background: url('/images/img03.gif') no-repeat right 60%;
	text-decoration: none;
	text-transform: capitalize;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#ui_topmenu li a img {
	width: 16px;
	height: 16px;
	border: 0px;
	float: left;
	margin: 0px 5px 0px 0px;
}

/* == TOP HEADER SECTION == */
#ui_topheader {
	width: 939px;
	height: 225px;
	background: url('/images/bg_plain_red.png') no-repeat left -40px;
	background-color: black;
}


/* == TOP SITE MAP == */
#ui_sitemap {
	width: 939px;
	height: 30px;
	background-image: url('/images/top-fade.png');
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
}

#ui_sitemappad {
	padding: 10px 10px 10px 10px;
}

/* == SITE CONTENT == */
#ui_content {
	width: 939px;
	background-color: #FFFFFF;
}

#ui_contentpad {
	padding: 5px 20px 60px 20px;
}

/* == COMPONENTS == */
h1, h2, h3 { font-weight: normal; color: #A10000; margin-top: 10px;}
h1 { letter-spacing: -1px;font-size: 24px;margin-top: 0px;}
h2 { font-size: 18px; }

a:link		{ text-decoration: none; color: #2d618d; }
a:visited	{ text-decoration: none; color: #2d618d; }
a:active	{ text-decoration: none; color: #2d618d; }
a:hover		{ text-decoration: none; color: #2d618d; }

h1.title a	{ text-decoration: none; color: #A10000; }

img { border: 0px; }

.inputText,select,textarea {
	font-family: verdana;
	font-size: 11px;
}


.inputBtn {
	font-size: 11px;
	padding: 2px 5px 2px 5px;
}

.inputBtn.black {
	background-color: black;
	border: 0px;
	color: white;
	cursor: pointer;
}

.inputBtn.black:active {
	color: #fdffde;
	background-color: #3f3f3f;
}

.toolTip {
	color: gray;
	font-size: 11px;
	font-family: tahoma;
	padding-left: 20px;	
}

.sepLine td {
	/*border-bottom: 1px solid #EFEFEF;*/
	height: 23px;
}


/* == CALENDAR ICON SYSTEM == */
.ui_cal {
	background-image: url('/images/cal_icon_bg2.png');
	background-repeat: no-repeat;
	width: 45px;
	height: 50px;
	border: 0px solid red;
}

.ui_cal .month {
	color: white;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
	margin-right: 2px;
	padding-top: 2px;
	font-weight: bold;
	line-height: 19px;
}

.ui_cal .day {
	color: black;
	font-family: tahoma;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	margin: 0px 2px 0px 0px;	
	line-height: 21px;
}


/* == FOOTER == */
#ui_footer {
	width: 939px;
	height: 80px;
	margin: 10px auto 10px auto;
	background: #999999;
	text-align: center;
	text-transform: uppercase;
	font-family: arial;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
}

#ui_footerpad {
	padding-top: 20px;
}

#ui_footer a 		{ text-decoration: none; color: #000000; }
#ui_footer a:hover 	{ text-decoration: underline; }

form {margin: 0px;}

/* ================================= SYSTEM COMPONENTES ======================= */

.inputTbl td {
	height: 24px;
}

.dataTbl {
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	background-color: #EFEFEF;
}

.dataTbl td {
	font-family: tahoma;
	font-size: 11px;
}

.hoverRow td {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}


.tblHeader td {
	height: 26px;
	border-bottom: 1px solid silver;
	font-weight: bold;
	padding: 0px 5px 2px 5px;
}

.tblRowA td{
	padding: 2px 5px 2px 5px;
	background-color: white;
	height: 30px;
	line-height: 20px;
}

.tblRowB td {
	background-color: #F1F8F9;
	height: 30px;
	padding: 2px 5px 2px 5px;
	line-height: 20px;
}

.tblRowGreen td {
	background-color: #CEF9DB;
	height: 30px;
	padding: 2px 5px 2px 5px;
	line-height: 20px;
}


.tblRowHover td {
	background-color: #feffd6;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

/* === MSG BOX COLORS === */
.blueToolTip {
	color: #000000;
	border: 1px solid silver;
	background-color: #F1F8FF;
	font-size: 11px;
}

.greenToolTip {
	color: #000000;
	background-color: #CEF9DB;
	border: 1px solid gray;
	font-size: 11px;
}

.redToolTip {
	color: #000000;
	background-color: #FDCECE;
	border: 1px solid gray;
	font-size: 11px;
}

/* === EVENT FLYERS == */
.frontTopFlyer {
	width: 300px;
	height:190px;
	border: 1px solid white;
	float: left;
	margin-right: 5px;
	background-color: black;
	overflow: hidden;
	cursor: hand;
	border: 2px solid black;
	background-repeat: no-repeat;	
	background-position: center center
}

/* === MENU == */
ul.dropdown                         { position: relative; margin: 0px; padding: 0px;}
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #000000;color: #FFFFFF;list-style: none; }
ul.dropdown a:hover		            { color: #FFFFFF; }
ul.dropdown a:active                { color: #fdffde; }
ul.dropdown li a                    { display: block; padding: 4px 15px; border-right: 1px solid #333;
	 								  color: #FFFFFF; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background:#3f3f3f; color: #FFFFFF; position: relative; }
ul.dropdown li.hover a              { color: #FFFFFF; }

/*  LEVEL TWO */
ul.dropdown ul 						{ width: 200px; visibility: hidden; position: absolute; top: 100%; left: 0;margin: 0px; padding: 0px;}
ul.dropdown ul li 					{ font-family: tahoma;font-size: 11px;font-weight: normal; background: #000000; color: #FFFFFF; 
									  border-bottom: 1px solid #1d1d1d; float: none; list-style: none;padding: 2px 0px;}
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 
/*  LEVEL THREE */
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }
