﻿/* CSS Document | LastRender Art Studios | www.lastrender.com */
*
{
	padding: 0;
	margin: 0;
}
html, body, form
{
	display: block;
	height: 100%;
	width: 100%;
}
body
{
	font-family: Tahoma, Verdana;
	color: #333333;
	font-size: 12px;
	text-align: left;
	line-height: 1.5;
	background: url(/resources/media/bg.jpg) no-repeat center top;
	background-color: #eeeeee;
}
a:link
{
	color: #999999;
	text-decoration: none;
}
a:visited
{
	color: #999999;
	text-decoration: none;
}
a:hover
{
	color: #333399;
	text-decoration: underline;
}
a:active
{
	color: #999999;
	text-decoration: none;
}
#header
{
	clear: both;
	margin: auto;
	width: 950px;
	text-align: left;
	display: block;
	height: 120px;
}
#lng
{
	font-size: 10px;
	padding:20px 0px 0px 0px;
	float:right;
	height:10px;
}
#lng a
{
	color:#999999;	
	text-decoration:none;
}
#topMenu
{
	clear:both;
	display:block;
	padding:20px 0px 0px 0px;
}
#logo
{
	clear: both;
	float: left;
}
#banner
{
	clear: both;
	width: 100%;
	height: 300px;
	overflow: hidden;
	text-align: center;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	background-color: #ebeded;
	background: url(/resources/media/background_grid.gif);
}
#slider
{
	width: 680px;
	height: 300px;
	margin: 0 auto;
	overflow: hidden;
	left: 50%;
	margin-left: -475px;
}
#slider img
{
	border: none;
}
#content
{
	clear: both;
	display:block;
	margin: auto;
	width: 950px;
	text-align: left;
	padding-top: 30px;
	padding-bottom:30px;
}

#content h1
{
	font-size:16px;
	font-weight: normal;
	border-bottom: 1px dotted #cccccc;
	margin-bottom:10px;
	color:#333399;
}
#content h2
{
	font-size: 14px;
	font-weight:normal;
	color: #333399;
	padding: 0px 0px 10px 0px;
}
#content h3
{
	font-size: 12px;
	font-weight: normal;
	color: #333399;
	padding: 0px 0px 20px 0px;
}
#content h4
{
	font-size: 10px;
	font-weight: normal;
	color: #333399;
	padding: 0px 0px 20px 0px;
}
#content h5
{
	font-size: 8px;
	font-weight: normal;
	color: #333399;
	padding: 0px 0px 20px 0px;
}
#content h6
{
	font-size: 6px;
	font-weight: normal;
	color: #333399;
	padding: 0px 0px 20px 0px;
}
#content a:link
{
	color: #333333;
	text-decoration: none;
}
#content a:visited
{
	color: #333333;
	text-decoration: none;
}
#content a:hover
{
	color: #666666;
	text-decoration: underline;
}
#content a:active
{
	color: #333333;
	text-decoration: none;
}
#content ul
{
	padding-left: 45px;
}
#content ul li
{
	padding: 3px;
}
#content ol
{
	padding-left: 45px;
}
#content ol li
{
	padding: 3px;
}
#vPlayer
{
	position:absolute;
	z-index:9;
	top:160px;	
	left:50%;
	margin-left:152px;
	background-color:#e1e1e1;
	padding:3px;
	opacity:0.9;
	filter:alpha(opacity=90); 
}
hr
{
	border: 0;
	width: 95%;
	height: 1px;
	background-color: #666666;
	margin: 10px 0px 10px 0px;
}
#footer
{
	clear: both;
	margin: auto;
	text-align: left;
	border-top:solid 1px #ffffff;
	background-color: #454545;
	background: url(/resources/media/background_grid.gif);
}
#footerContent
{
	display:block;
	margin: auto;
	width: 950px;
	color:#999999;
	padding-top:20px;
	padding-bottom:20px;
	text-align: left;
	font-size:10px;
}

.txtHome
{
	width: 350px;
	height: 41px;
	background: transparent url(../media/formElements/txtBg.png) no-repeat;
	color: #cccccc;
	border: 0;
	padding: 10px 10px 3px 10px;
	font-size: 18px;
	margin-bottom: 0px;
}
.btn
{
	width: 154px;
	height: 33px;
	background: transparent url(../media/formElements/btn_154X33.png) no-repeat;
	color: #cccccc;
	border: 0;
	padding: 3px 10px 3px 10px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
}

/* Menu - Start */
#myslidemenu
{
	float:right;
}
.jqueryslidemenu
{
	font-size: 14px;
}
.jqueryslidemenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li
{
	position: relative;
	display: inline;
	float: left;
	text-align: center;
	z-index: 9999;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a
{
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 27px;
	padding-right: 27px;
	color: #333399;
	text-decoration: none;
	margin-left:3px;
	background-color:#f1f1f1;
}

* html .jqueryslidemenu ul li a
{
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited
{
	color: #333399 !important;
}

.jqueryslidemenu ul li a:hover
{
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #333399;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul
{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li
{
	display: list-item;
	float: none;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	background: none;
	height: 29px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul
{
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a
{
	width: 200px; /*width of sub menus*/
	padding: 5px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	background-color: #f1f1f1;
}

.jqueryslidemenu ul li ul li a:hover
{
	color: #ffffff !important;
	background: #333399;
}
/* Menu - End */

/* EasyNews */
.news_style
{
	display: none;
}
.news_show
{
	position: absolute;
	color: black;
	clip: rect(0px 274px 95px 0px);
}
.news_border
{
	width: 270px;
	height: 90px;
	font: normal 100% "Arial" , "Lucida Grande" ,Verdana, Sans-Serif;
	overflow: hidden;
}
.news_mark
{
	float: right;
	font: normal 80% "Arial" , "Lucida Grande" ,Verdana, Sans-Serif;
	border: 0px solid gray;
	width: 200px;
	color: black;
	padding-top: 7px;
	text-align: center;
}
.news_title
{
	font: 120% "Arial" , "Lucida Grande" ,Verdana, Sans-Serif;
	border: 0px solid gray;
	padding: 0px 0px 0px 5px;
	color: black;
	display: none;
}
.news_show img
{
	margin-left: 0px;
	margin-right: 5px;
}
.buttondiv
{
	float: right; /*top: 169px;*/
	padding: 5px 5px 5px 5px;
	border-top: none;
	height: 20px;
}
.news_move
{
	position: relative;
}
.mytable
{
	width: 274px;
	height: 95px;
	vertical-align: top;
}
/* EasyNews - End */

.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
	background-image: url(/media/toolkit-bg.png);
	background-position: top left;
	border: 0px none;
	color: #666666;
	padding: 4px 0px 3px 5px;
	font-size: 14px;
	height: 16px;
	width: 200px;
}
.AjaxToolkitStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
	background-image: url(/media/toolkit-arrow.png);
	background-position: top left;
	border: 0px none;
	height: 23px;
	width: 23px;
}
.AjaxToolkitStyle .ajax__combobox_itemlist
{
	border-color: #0F2543;
	background-color: #EFEFEF;
}

/* Form Elements - Start */
#info
{
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	padding: 10px;
	font-style: italic;
}
#frm
{
	clear: both;
	padding-top: 30px;
}
.formTable
{
	color: #666666;
	border: none;
	border-collapse: collapse;
	background-color: #ffffff;
}
.formTable td
{
	padding: 6px;
}
.formTable thead
{
	background: url(../media/formElements/frmTable_night.jpg) repeat-x;
	font-weight: bold;
	font-size: 14px;
	color: #660000;
}
.formTable tfoot
{
	text-align: right;
}
.formTable td a:link
{
	color: #339900 !important;
	text-decoration: none;
}
.formTable td a:visited
{
	color: #339900 !important;
	text-decoration: none;
}
.formTable td a:hover
{
	color: #333333 !important;
	text-decoration: underline;
}
.formTable td a:active
{
	color: #339900 !important;
	text-decoration: none;
}
/* Form Elements - End */