/* begin overall style */
html, body {
}

body {
	font: 12px normal Arial, Helvetica, sans-serif;
	background: #fff url(../images/body_bg.gif) repeat-x;
}

p {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

ul {
	font-size: 1em;
}

h1, h2, h3 {
	margin: 0;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	margin: 4px 0;
	text-transform: uppercase;
	/*text-shadow: #996666 1px 1px 1px;*/
}

h2 {
	font-size: 1.2em;
	color: #016AA1;
	margin-bottom: 4px;
}
h3 {
	font-size: 1em;
	margin-bottom: 4px;
}

table {
	margin: 0;
}
th, td, caption {
	padding: 0;
}
a, a:visited {
	color: #016aa1;
	text-decoration: none;
}

a:hover, a:active {
	color: #e96a32;
	text-decoration: underline;
}

#page {
	width: 992px;
	margin: 0 auto;
	background-color: #ddd;
}

#header {
	width: 992px;
	background: #fff url(../images/head_bg.gif) no-repeat top left;
}

#logo {
	float: left;
	width: 344px;
	height: 128px;
}

#disclaimer {
	color: #000;
	position: relative;
	top: 0;
	right: 0;
	margin-left: 344px;
	width: 645px;
	height: 128px;
	vertical-align: bottom;
	text-align: right;
}

#footer {
	margin: 0;
	background-color: #222;
	background: url(../images/topnav_bg.gif) repeat-x;
	width: 992px;
	color: #fff;
	height: 35px;
	line-height: 27px;
}

#disclaimer a, #footer a, #disclaimer a:hover, #footer a:hover {
	font-weight: bold;
}

#content {
	width: 990px;
	border: 1px solid silver;
	position: relative;
}

#adsbut {
	text-align: center;
	padding: 4px 0;
	background-color: white;
}

div.clear-both {
	clear: both;
	height: 0;
}
/* end overall style */

/* begin main navigation style */
ul.topnav {
	margin: 0;
	width: 984px;
	background: #222;
	background: url(../images/topnav_bg.gif) repeat-x !important;
	list-style: none;
	padding: 0 4px;
	float: left;
	vertical-align: middle;
	z-index: 998;
}

ul.topnav li {
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	vertical-align: middle;
	z-index: 999;
}

ul.topnav li a, ul.topnav li a:hover, ul.topnav li a:active, ul.topnav li a:visited {
	vertical-align: middle;
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li a img {
	vertical-align: middle;
}

ul.topnav li.hover,ul.topnav li.active {
	vertical-align: middle;
	background: url(../images/topnav_hover.gif) no-repeat center top;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	position: relative;
	display: block;
	background: url(../images/subnav_btn.gif) no-repeat center top;
	cursor: pointer;
}

ul.topnav li span.subhover {
	background: url(../images/subnav_btn.gif) no-repeat center bottom;
} /*--Hover effect for trigger--*/

ul.topnav li ul {
	list-style: none;
	position: absolute;
	/*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0;
	top: 35px;
	background: #333;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	font-size: inherit;
	width: 170px;
	border: 1px solid #111;
	vertical-align: middle;
	z-index: 999;
	
	border-radius-bottomright: 5px;
	-o-border-radius-bottomright: 5px;
	-opera-border-radius-bottomright: 5px;
	-icab-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;

	border-bottom-right-radius: 5px;
	-o-border-bottom-right-radius: 5px;
	-opera-border-bottom-right-radius: 5px;
	-icab-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;

	border-radius-bottomleft: 5px;
	-o-border-radius-bottomleft: 5px;
	-opera-border-radius-bottomleft: 5px;
	-icab-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;

	border-bottom-left-radius: 5px;
	-o-border-bottom-left-radius: 5px;
	-opera-border-bottom-left-radius: 5px;
	-icab-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
		
}

ul.topnav li ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
	vertical-align: middle;
}

ul.topnav li ul li a, ul.topnav li ul li a:hover, ul.topnav li ul li a:active, ul.topnav li ul li a:visited {
	float: left;
	width: 145px;
	background: #333 url(../images/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
	vertical-align: middle;
}

ul.topnav ul li a img {
	vertical-align: middle;
}

ul.topnav li ul li a:hover, html ul.topnav li ul li a.active {
	 /*--Hover effect for subnav links--*/
	background-color: #222;
}

ul.main_menu {
	list-style: none;
	padding: 0 4px;
	margin: 0;
	display: inline;
}

ul.main_menu li {
	display: inline;
	padding: 0;
	margin: 0 4px;
}

ul.main_menu li a.active {
	text-decoration: underline;
}
/* end main navigation style */

/* begin columns style */

.bodyRow, .bodyRowLeft, .bodyRowRight {
	clear: both;
	width: 990px;
}

.bodyRowLeft {
	background: url(../images/1col_back.gif) repeat-y left top;
}
.bodyRowRight {
	background: url(../images/1col_back.gif) repeat-y right top;
}

div.mainCol, div.mainColRight {
	width: 660px;
	float: left;
	background-color: #DDDDDD;
}

div.mainColRight {
	float: right;
}

div.navCol, div.navColLeft {
	width: 330px;
	float: right;
}

div.navColLeft {
	float: left;
}

div.content {
	padding: 4px;
}

div.twoCol {
	width: 495px;
	float: left;
}

div.threeCol {
	width: 326px;
	float: left;
}
/* begin columns style */

/* begin news style */
div.news, div.news-hot, div.blog, div.blog-banned {
	background-color: white;
	border: 1px dotted gray;
	padding: 4px;
	margin-bottom: 4px;
	text-align: justify;
	overflow: hidden;
	clear: both;
}
div.news img.thumb, div.news-hot img.thumb {
	float: left;
	margin-right: 4px;
	overflow: hidden;
}

div.news div.nbody, div.news-hot div.nbody {
	position: relative;
}

div.news div.botNavi, div.news-hot div.botNavi {
	margin-top: 4px;
	border-top: 1px dotted gray;
	text-align: right;
	font-size: 95%;
	clear: both;
}

div.news a, div.news a:visited {
	color: #016aa1;
	text-decoration: none;
}
div.news a:hover, div.news a:active {
	color: #e96a32;
	text-decoration: underline;
}

div.news-hot h2, div.news-hot a, div.news-hot a:hover, div.news-hot a:active, div.news-hot a:visited {
	color: red;
}

div.news div.sep {
	margin: 4px 0;
	clear: both;
	height: 0;
	border-top: 1px solid silver;
}

div.blog-banned {
	background-color: #FFEEEE;
}

div.blog div.topNavi, div.blog-banned div.topNavi {
	font-size: 95%;
	clear: both;
	text-align: right;
	border-bottom: 1px dotted gray;
}

div.blog div.botNavi, div.blog-banned div.botNavi {
	font-size: 95%;
	clear: both;
	text-align: right;
	/*border-top: 1px dotted gray;*/
}

/* line */
div.news-line, div.news-line-hot {
	color: #016aa1;
	text-align: justify;
}

div.news-line div.nbody, div.news-line-hot div.nbody {
	position: relative;
}

div.news-line span.date, div.news-line-hot span.date {
	display: block;
	float: left;
	width: 40px;
	height: 44px;
	text-align: center;
	margin-right: 4px;
}

div.news-line span.date {
	border: 1px solid #016aa1;
	color: #fff;
	background-color: #016aa1;
}

div.news-line-hot span.date {
	border: 1px solid red;
	color: #fff;
	background-color: red;
}

div.news-line span.date span.year, div.news-line-hot span.date span.year {
	display: block;
	font-size: 0.9em;
}

div.news-line span.date span.month, div.news-line-hot span.date span.month {
	display: block;
	font-size: 0.9em;
}

div.news-line span.date span.day, div.news-line-hot span.date span.day {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

div.news-line span.date span.year {
}

div.news-line span.date span.month {
	color: #016aa1;
	background-color: #fff;
}

div.news-line span.date span.day {
	color: #016aa1;
	background-color: #fff;
}

div.news-line-hot span.date span.year {
}

div.news-line-hot span.date span.month {
	color: red;
	background-color: #fff;
}

div.news-line-hot span.date span.day {
	color: red;
	background-color: #fff;
}

div.news-line h2, div.news-line-hot h2 {
	font-size: 105%;
}

div.news-line-hot h2, div.news-line-hot a, div.news-line-hot a:hover, div.news-line-hot a:active, div.news-line-hot a:visited {
	color: red;
}

div.news-line span.time {
	border-bottom: 1px dotted #016aa1;
}

div.news-line-hot span.time {
	color: red;
	border-bottom: 1px dotted red;
}
/* begin news style */

/* begin data grid style */

table.dataGrid
{
	background-color: white;
	border-collapse: collapse;
	margin: 10px auto;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	padding: 0.3em;
}

table.dataGrid th
{
	/*background-color: #d3dfee;*/
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
}
/* end of data grid style */

div.pager {
	margin: 10px 0;
	text-align: center;
}

.broco-orpho-error {
	display: block;
	margin: 0 auto;
	color: red;
	position: relative;
	float: left;
}

.calendar {
	z-index: 1;
}

.calendar tbody td.special {
	color: red;
	font-weight: bold;
}

.calendar tbody td.othermonth {
	color: #bbbbbb !important;
	font-size: 100% !important;
	font-weight: normal !important;
	font-style: italic !important;
}

.calendar tfoot .footrow td {
	padding: 0;
}

.ui-carousel { padding: .2em .2em 0; }
.ui-carousel-item { overflow: hidden; }
.ui-carousel-clip { overflow: hidden; position: relative; z-index: 2; left: 0px; }
.ui-carousel-slide { margin: 0; padding: 0; position: relative; list-style-type: none; z-index: 1; }

.ui-carousel-horizontal .ui-carousel-item { float: left; }
.ui-carousel-horizontal .ui-icon-triangle-1-w { float: left; }
.ui-carousel-horizontal .ui-icon-triangle-1-e { float: left; }
.ui-carousel-horizontal .ui-carousel-clip { float: left; }

.ui-carousel-vertical .ui-carousel-item { float: none; } 

.demo_banner {
	display: block;
	line-height: normal;
}

.confirmation {
	background: #C8FFBF;
	border: 1px solid #A2EF95;
	border-width: 1px 0;
	margin: 0 0 1.5em;
	padding: 7px;
}
.confirmation p{
	margin: 0;
}
.ui-accordion {
	font-family: inherit !important;
	font-size: inherit !important;
}
.ui-accordion .ui-accordion-content {
	padding: 1px;
	font-size: 100%;
}
