body {
	background-color: #ffffff;
	background: #ffffff;
	font-family: tahoma;
	font-size: 11px;
}
td { font-size: 11px; }

th { font-size: 11px; }

h1 {
	color: #333333;
	font-family:"Trebuchet MS";
	font-size:17px;
	font-weight: normal;
	margin: 0px;
	padding: 0px; 
}

h2 {
	font-family:"Trebuchet MS";
	font-size:17px;
	font-weight: normal;  
	padding: 0px; 
	padding-top: 5px; 
	color: #0087B2;
}

h3 { font-size: 15px; 
	font-family: "Trebuchet MS";   
	margin: 0 0 0 0; 
}

p {	color: #404040; }

hr { height: 4px; 
	border-color:#696969 -moz-use-text-color -moz-use-text-color;
	border-style:dotted none none;
	border-width:1px 0px 0px;
	height:1px;
}



.header_hr { 
	height: 4px; 
	background-color: #cccccc; 
	color: #cccccc; 
	margin: 1px 5px 5px 5px; 
	border-top: 0px none; 
	border-bottom: 2px solid #696969; 
}

form {margin:0px}

input {
	color: #000000;  
	font-size: 12px; 
	font-family: Arial;  
	border: 1px solid #7f9db9;
}
textarea {
	color: #000000;  
	font-size: 12px; 
	font-family: Arial;  
	border: 1px solid #7f9db9;
}
select {
	color: #000000;  
	font-size: 12px; 
	font-family: Arial;  
	border: 1px solid #7f9db9;
}

.radio_button {
	border: 0px none;
}

a:link, a:visited {
	color: #0e6c92;
	text-decoration: none;
}

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



/*  Upload Progress style   */
.progress_main {
	width: 300px;
	height: 16px;
    border: 1px solid #bfbfbf ;   
	background-color: #ffffff;
}

.progress_bar {
	width: 0px;
	height: 16px;
    padding: 1px;
	text-align: center; 
	vertical-align: middle;
	background-image: url('../images/progress.png'); background-repeat: repeat-x; 
}

/*  Loading bar  styles   */   
	#loading_bar {
	z-index:100; 
	left: 38%;
	position: absolute;
	border:1px solid #bfbfbf;
	background:#ffffff;
	width:160px;
	height:60px;
	text-align:center;
	vertical-align:middle;
	font-size:15px;
	font-weight:bold;
	padding-top:13px;
}


.blockHeader {
	color:#333333;
	font-family:"Trebuchet MS";
	font-size:17px;
	font-weight:normal;
}


/*  Grid styles   */
.grid {
	border-collapse: collapse;
	font-size: 10px;
}

/*	background:#08A500; */
.grid th {	
	vertical-align: top;
	background:#d9d9d9; 
//	color:#ffffff;
	border: 1px solid #ffffff; 
	text-align: left;
	padding: 5px;
	font-weight:normal;
}

.grid th a:link, .grid th a, .grid th a:visited {
	color: #ffffff;
	text-decoration: none;
}

.grid th a:hover, .grid th a:active {
     color: #ffffff;
     text-decoration: underline;
}



.grid td {	
	vertical-align: top;
	background-color: #F7f7f7;
	color: #000000;
	border: 1px solid #ffffff; 
	padding: 5px;
}

.altRow td {	
	vertical-align: top;
	background-color: #E6F7FF;
	color: #000000;
	border: 1px solid #ffffff; 
	padding: 5px;
}


.gridHeader {}
.gridHeader th {
	border: 1px solid #ffffff;
	padding: 5px;
	vertical-align: top;	
	text-align:left;
	font-family: "Trebuchet MS";
	font-size: 17px;

}

.gridFooter {}
.gridFooter td {	
	vertical-align: top;
	background-color: #F7f7f7;
	color: #000000;
	border: 1px solid #ffffff; 
	text-align: left;
	padding: 5px;
	font-weight:normal;
}


.innerGrid td, .innerGrid th {	
	border:0px none;
	padding: 5px;
}
    


/*  Form styles   */
.record {
	border-collapse: collapse;
	font-size: 11px;
	border: 1px solid #FDCA00;
	background-color: #FCFBED;
}
.record th {
	vertical-align: top;
	color: #000000;
	text-align: left;
	padding: 5px;
}
.record td {	
	vertical-align: top;
	color: #000000;
	padding: 5px;
}

.recordHeader {}
.recordHeader td {	
	text-align: left;
	padding: 5px;
}

.recordFooter {
	border: 0px none;
}
.recordFooter td {	
	text-align: right;
	padding: 5px;
	border: 0px none;
	border-top: 1px solid #FDCA00;
	background-color: #FFFFFF;
}

.recordFooter th {	
	text-align: left;
	vertical-align: middle;
	padding: 5px;
	border: 0px none;
	border-top: 1px solid #FDCA00;
	background-color: #FFFFFF;
	font-weight:normal;
}


.recordError {}
.recordError td {	
	text-align: left;
	color: #FF0000; 
	padding: 5px;
}

.subtext {
	color: #808080; 
}


/* button styles   */
.button {
	background-image: url(/images/button_bg.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	border-right: 2px solid #EFEFEF;
	border-left: 2px solid #EFEFEF;
	border-top: 0px none;
	border-bottom: 0px none;
	font: bold 11px Tahoma;
	height: 26px;
	padding-bottom:3px;
}


.innerTable td {
	border:0px none;
}



/*  Modal Window style   */ 
.modal_div {
	z-index: 1100;
	position: absolute;
	width: 585;
	height: 500;
	margin: -100px 0px 0px -190px;
	top: 50%;
	left: 50%;
	overflow: auto;
}
.header_simtrans {
	z-index: 1000;
	position: absolute;
	width: 100%;
	height: 150%;
	left: 0px;
	top: 0px;
	background-color: #000000;
	opacity: 0.40;
	filter: Alpha(opacity=40);
}
.modal_table {
	background-color: #ffffff;
	border: 1px solid #00aaff;
}

.modal_table td {
	padding: 10px;
}

.modal_table td {
	padding: 10px;
}


/* UPLOAD CONTEST LISTBOX     */   
#contestLB {
	position:absolute;
	z-index:20px;
	padding:0px;
	margin:0px;
	margin-top:-2px;
	border:1px solid #7f9db9;
	background-color:#ffffff;
	width:280px;
	height:270px;
	overflow:auto;
	color:#000000;
	font-size: 11px;
}

#contestLB u {
	color:#000000;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
}

#contestLB i {
	color:#cc0000;
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

#contestLB a {
	display:block;
	margin:0px; 
	padding:2px 3px 2px 3px; 
	text-align:left;
	text-decoration:none;
	color:#000000;
}

#contestLB a:hover {
	background:#0a246a none repeat scroll 0%;
	color:#ffffff;
}

#contestLB a:hover u {
	background:#0a246a none repeat scroll 0%;
	color:#ffffff;
}

#contestLB hr {
	margin:0px;
	padding:0px;
}

#video_contest {
	background-color: #ffffff; 
	background-image: url('/images/lb.gif'); 
	background-repeat:no-repeat;
	background-position:right; 
}


/*    NEW STYLES           */
/*  header style           */   
.head_logo {
	background-color: #FFFFFF;
	background-image: url(/images/slogan.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align:right;
	vertical-align:top;
	padding-top:10px;
}

.head_menu {
	background-color: #EAEAEA;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#menu {
	background-image: url(/images/menu_bg.jpg);
	background-repeat: repeat-x;
	margin: 10px;
}

#menu TD {
	vertical-align: middle;
}

#menu TD A {
	display: block;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 25px;
	padding-top: 8px;
	padding-right: 25px;
	padding-left: 25px;
}

#menu TD A:hover {
	background-image: url(/images/menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu td a:link.active, #menu td a:visited.active {
	background-image: url(/images/menu_hover.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



/* NEW footer style           */
.footer  {
	background-color: #5f5f5f;
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: tahoma;
	font-size: 11px;
	color: #CCCCCC;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer a {
	color: #CCCCCC;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
.footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.footer_line2 {
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
}

.grid_title {
	background-image:url(/images/line_separator.gif);
	background-position:left bottom;
	background-repeat:repeat-x; 
	font-family:"Trebuchet MS";
	color:#333333;
	font-size:17px;
	padding-top: 5px;     
}

.record_title {
	font-family:"Trebuchet MS";
	color:#333333;
	font-size:17px;
	padding-top: 5px;     
}

/*  INDEX STYLES */

.banner {
	background-color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 5px;
}


.welcome {
	background-color: #FFFFFF;
	background-image: url(/images/index-welcome.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 30px;
	font-family: tahoma;
	font-size: 11px;
	color: #5f5f5f;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 17px;
	color: #333333;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.title2 {
	font-family: "Trebuchet MS";
	font-size: 17px;
	color: #0087B2;
	margin-bottom: 10px;
}

.title3 {

	font-family: "Trebuchet MS";
	font-size: 17px;
	color: #0087B2;
}

.block {
	border: 1px solid #D4E8F3;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	font-family: tahoma;
	font-size: 11px;
	color: #5f5f5f;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}

.contest_block {
	border: 1px solid #D4E8F3;
	width: 243px;
	font-family: tahoma;
	font-size: 11px;
	color: #5f5f5f;
	background-color: #FFFFFF;
	background-image: url(/images/block_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 235px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
 	vertical-align:top;
}

.title4 {
	font-family: "Trebuchet MS";
	font-size: 17px;
	color: #0087B2;
	background-image: url(/images/line_separator.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.prize {
	font-family: tahoma;
	font-size: 17px;
	color: #CC0000;
}

.contest_link {
	text-align: right;
	bottom:5;
}


.contest_prizes {
	font-family: tahoma;
	font-size: 11px;
	color: #5f5f5f;
}

.gold {
	background-image: url(/images/cup-gold.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	font-family: tahoma;
	font-size: 11px;
	color: #5f5f5f;
}
.grey {
	background-image: url(/images/cup-grey.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	font-family: tahoma;
	font-size: 11px;
	color: #5f5f5f;
}
.blue {
	background-image: url(/images/cup-blue.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	font-family: tahoma;
	font-size: 11px;
	color: #5f5f5f;
}


.thumb {
	height: 155px;
	width: 235px;
	border: 1px solid #CCCCCC;
	position:relative;
}

.star {
	bottom:3px;
	right:3px;
	position:absolute;
}

.index_separator {
	background-image: url(/images/line_separator.gif);
	background-repeat: repeat-x;
	background-position: right center;   
	height:25px;
}