@charset "utf-8";
/* CSS Document */
/* index.html styles */

html {height:100%; margin:0px; padding:0px}

body {
	width:100%;
	height: 100%;
	margin:0px;
	padding:0px;
	background-color:black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center; /* IE-fix */
	color:#ff4c29;
}

a {text-decoration:none; color: #ff4c29;}
a:hover {text-decoration:underline; color:#FFFFFF;}

.breakClass {
	height:1px;
	margin:0px; 
	padding:0px;
	clear:both;
}

#container {
	width: 780px;
	height:100%;
	margin: 0px auto;
	padding: 0px;
	background:url(../images/bg.gif) repeat-y;
	position:relative;
	text-align:center;
}

#header{
	height:100px;
	width:100%;
	float:left;
	text-align:left;
}

#header img{
	margin-top:10px;
}

#menu {
	clear:both;
	background-color:#3e3e3e;
	height:20px;
	border-top:4px solid #151515;
	border-bottom:4px solid #151515;
	margin:0px auto;
	text-align:center;
}

#menu ul {
	list-style: none;
	margin:4px auto;
	padding:0px;
	width:100%;
	text-align:center;
}

#menu li {
	float:left;
	margin-left:30px;
}

#menu li.first {
	margin-left:20px;
}


#menu li a {
	text-decoration:none;
	color:#ff4c29;
}

#menu li a:hover {
	text-decoration:underline;
	color:white;
}

#left {
	width: 386px;
	height:381px;
	float:left;
	margin:4px 0 0 3px;
}

#right {
	width:384px;
	height:381px;
	float:right;
	background:url(../images/tsc_opalAd.png) no-repeat -384px 0px;
	border:3px solid #222222;
	border-top:4px solid #222222;
}

#right a{
	width:384px;
	height:381px;
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;	
	background:url(../images/tsc_opalAd.png);	
}

#right a:hover {
	background-image: none;
}

#footer {
	clear:both;
}

#musicPlayer{
	float:left;
}

#mandatories{
	float:right;
	margin-top:3px;
}

/* pages styles */
.popup{
	background:url(../images/popup_bg.png) repeat-x;
	background-color:#000000;
	overflow:hidden;
}

.popup2{
	background:url(../images/popup_bg.png) repeat-x;
	background-color:#000000;
}

.page {
	text-align:left;
	font-size:12px;
	color:#FFF;
	margin:0;
	margin:30px 10px 0 10px;
}

.page h1 {
	color:#ff4c29;
	text-transform:uppercase;
	margin:0;
	font-size:24px;
}

.page .firstLetter{
	font-size:20px;
}

.page p{
	margin:10px 0 20px 0;
}

.drhagi{
	float:left;
	padding:0 10px 5px 0;
	height:160px;
}

.stories .storiesLeft{
	float:left;
	width:310px;
}

.stories .storiesRight {
	float:right;
	width: 310px;
}

.stories .image{
	float:left;
	width:302px;
	margin:10px 10px 10px 0;
	text-align:center;
}

.stories img {
	border:1px solid #666;
	width:300px;
}

.stories .image2 {
	width:150px;
}

.stories .links{
	text-align:center;
}

.stories .current{
	text-decoration:underline;
	color:#333;
}

/* pages styles */
#contactPage .popup {overflow:visible;}
#contactPage .popup a { color: #a3b3c6; }
#contactPage .popup a:visited {color:#cadef5;}
#contactPage .page a:hover {color:#CCCCCC;}

#contactPage body.popup {
    background-color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#contactPage p.popup {
    color: #ececec;
    font-size: 12px;
}

#contactPage h1.popup {
    color: #ef492a;
}

#contactPage ul.popup {
    float: left;
    margin-bottom: 5px;
}

#contactPage li.popup {
    list-style-type: square;
    list-style-position: inside;
    list-style-image: url(../images/bullet.png);
    color: #ececec;
    font-size: 12px;
    position: relative;
    left: -25px;
    padding: 2px;
}

/* contact.html styles */
#contact { width:365px; }
#contact h1 { font-size:12px; }
#contact p {margin: 10px 0 0 0;}
#contact .contactRules {font-size:9px;}

textarea, input, input.disabled { border: 1px solid #F2F2F2; background-color: #F2F2F2; }
input.required, textarea.required { border: 1px solid #00A8E6; }
input.validation-failed, textarea.validation-failed { border: 1px solid #FF3300; color : #FF3300; }
input.validation-passed, textarea.validation-passed { border: 1px solid #00CC00; color : #000; }
input#submit {clear:both; float:right; width:180px; background-color: #FF3300; border:1px solid black; color:#FFFFFF; font-weight:bold; }
input#submit:hover {background-color:#FFFFFF; color:#FF3300;}
select, input {width:180px;}


.validation-advice {
	margin: 5px 0px;
	padding: 2px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	display:inline;
	width:180px;
	float:left;
	clear:both;
}

.custom-advice {
	margin: 5px;
	padding: 2px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
	display:inline;
	width:180px;
	float:left;
	clear:both;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

.form-row {
	clear: both;
	margin: 10px 0;
	padding: 10px 0;
	width:330px; 
	height:20px;
}

.field-label {
	width:120px;
	float:left;
	padding:0.2em;
	
}

label {
	font-weight: bold;	
}

.field-widget {
	width:180px;
	float:right;
}


/* contest.php styles */
#contactPHP {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px; 
	padding-top:200px; 
	text-align:center; 
}



#locationLeft{
	width: 200px;
	float:left;
	border-right:1px solid #ff4c29;
}

#locationLeft img{
	border:0px;
}
#locationRight{
	width: 400px;
	float:right;
	text-align:center;
}