/**********************
 *	General Settings  *
 **********************/

body {
	/* Fairly self-explanitory, I think.*/
		background:#284065 url(../Images/back.jpg) repeat-x scroll 0 0;
		font-size:62.5%;
}

a{
	color: #2D4870;
}
h1{
	
}
.regbutton{
	padding: 5px;
}
h2{
	color:#2D4870;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:25px;
	text-decoration:underline;
}
ul li{
	list-style-type:square;
}
li.preamble{
	list-style-type: upper-roman;;
}
img{
	vertical-align: middle;
}
img a{
	border: 0px;
	
}
/*
	Forms
*/
label{

}
input{
	margin-bottom: 0.2em;
}
fieldset{
	margin-left: 9em;
	margin-bottom: 0.2em;
}
form{
	
}

/*
	Layout Divs
*/


#wrapper {
	padding: 0px;
	width: 917px;
	margin: auto;
	font-family: "Trebuchet MS",Arial, Helvetica, san-serif;
	text-align: justify;
	font-size: 10pt;
	color: #454545;
	z-index: 999;
	border-radius:8px;
}
#container {
	padding-top:5px;
	border-radius:8px;
}
.standardcontainer{
	background:white url('../Images/logo.jpg') no-repeat right bottom;
}
#navigation{
	/* The Black Bar at the Top of the Page, for the main menu.*/
	    border-radius: 8px 8px 0px 0px;
   -moz-border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
    	background: #2E2E2E none repeat scroll 0 0;
		font-size: 15px;
		height:30px;
		position:absolute;
		top:80px;
		width:917px;
}

#login {
	    border-radius: 8px 8px 0px 0px;
   -moz-border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
		background:#444444 none repeat scroll 0 0;
		float:right;
		font-size:small;
		line-height:10px;
		margin-top:4px;
		margin-right:25px;
		padding:5px;
		text-align:center;
		vertical-align:middle;
		min-width:250px;
		height: 58px;
}

#mast{
		background: #090909  repeat-x scroll 0 0;
		float: left;
		width: 635px;
		height: 210px;
		padding: 10px;
		margin-top: -10px;
		margin-left: 15px;
		border-radius:3px;
  		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
}
#banner_signup{
	background-color: #273F65;
	padding: 30px;
	margin: 10px;
	float: left;
	width: 790px;
}
.left_signup_banner{
	width: 40%;
	float: left;
	height: 120px;
}
.middle_signup_banner{
	width: 30%;
	float: right;
	padding: 30px;
}
.right_signup_banner{
	width: 20%;
	float: right;
	
}
.module-fp{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
	float: left;
	width: 200px;
	height: 220px;
	margin: 5px;
	text-align: center;
}
#photo{
	background: #a2a2a2  repeat-x scroll 0 0;
}
#beginner{
	background: #c1c1c1;
}
#news{
	background: #a50a05;
	color: white;
	text-align:left;
}
#club{
	background: #284065;
	color: white;
	width: 150px;
	font-size: 12px;
}


#countries-sep{
	margin: 5px;
	padding: 5px;
	margin-left: 15px;
	margin-right: 15px;
	background: #284065;
	float: left;
	width: 875px;
	color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#mast-buttons{
	float: left;
	width: 200px;
	padding: 10px;
	height: 210px;
	margin-top: -10px;
	margin-right: 15px;
	margin-left: 10px;
	background: #e3e3e3  repeat-x scroll 0 0;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.slideshow{
	width: 300px;
	float: left;
	}
.mast-hours{
	width: 300px;
	float: left;
	color: white;
	margin: 10px;
	}

.width50{
	width: 48%;
	float: left;
	padding: 1%;
	text-align:left;
}


img.trigger{
	border: 0px;
}
.social{
	position: relative;
	margin-top: -30px;
	margin-left: 440px;
}
.updatebox{
	background: #CCCCCC;
	border: 1px solid #AAAAAA;
	padding: 3px;
	font-size: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.issuebox{
	background: #CCCCCC;
	border: 1px solid #AAAAAA;
	padding: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#profile{
	margin-top:-70px;
}
td.Banner, a.Normal{
	display: none;
}
#page{
	font-family: Georgia, 'Times New Roman', Serif;
	text-align: left;
	width: 720px;
	border: solid 1px black;
	background: #ffffff;
	margin: auto;
	padding: 10px;
	padding-bottom: 30px;
}
#page h3{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#content img{
	margin: 3px;
}
#header {
	font-size: 55px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 100px;
	margin-top: 0px;
}

/*********************
 *	Text Formatting  *
 *********************/

#club a{
	color: #1099cd;
}
#news a{
	color: gray;
}
.username{
	font-weight: bold;
	padding-right: 5px;
}
.sidebar_module p{ 
line-height: 12px;
font-size: 14px;
}

/**************
 *	  Lists   *
 **************/


#sidebar ul{
	width: 100%;
	margin-left: -40px;
	
}

.secondclassbullet{
	color: #2D4870;
	padding-top: 3px;
	margin-left: 40px;
}

.secondclassbullet a{
	color: #2D4870;
}

.width50 ul{
	margin-left:-50px;
}

div.secondlevelbulletbox{
	border: 1px solid #2D4870;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -6px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-radius:3px;
	text-align: left;
}

#content div.secondlevelbulletbox .secondclassbullet{
	margin-left: -20px;

}

#news>ul{
	font-size: 8px;
	margin-left: -4px;
}

.firstclassbullet{
	display: block;
	list-style-type:none;
	padding: 5px;
	background: #2D4870;
	color: white;
	margin: 4px;
	border-radius:3px;
}
.firstclassbullet a{
	color:white;
	display:block;
	text-decoration:none;
}

.f33{
	width: 33%;
	float: left;
}
#header img{float: left;}

.description_box{
background:#284065;
padding:15px;
color: white;
margin-top:-5px;
}
.divider{
	height:2px;
	background: black;
	margin-top: 7px;
}
.small{
	font-size: 10px;
	vertical-align: middle;
}

#content {
	padding: 15px;
	width: 65%;
	font-family: Verdana,Arial, Helvetica, san-serif;
	margin-left: 10px;
	float: left;
	background-repeat: no-repeat;
	border-radius:8px;
}


.banneralert {
	border: 1px solid #3399FF;
	background-position: right bottom;
	background-color: white;
	background-image: url('../Images/logoback.png');
	background-repeat: no-repeat;
}

#sidebar {
	width: 250px;
	float: right;
	padding-bottom: 25px;
	margin-right: 10px;

}
.download {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}
.download a {
	color: #0099CC;
}
.download h3 {
	color: #0099CC;
	margin: 5px;
}
h3.download {
	color: #0099CC;
	font-weight: bolder;
	border-bottom-style: double;
	padding: 5px;
}
#footer {
	background-color: #333333;
	clear: both;
	padding: 25px;
	color: #FFFFFF;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 12px;
}
#footer h3{
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	text-decoration: underline;
	text-align: center;
	font-size: 20px;
}
.style1 {
	font-family: Arial;
}
#footer a {
	color: #FFFFFF;
}
td{
	padding: 10px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#cccccc;
}
thead{
	}
tr{
	border-bottom: 1px solid #cccccc;
}
th {
	padding: 10px;
	background:#CCCCCC url(../admin/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png) repeat-x scroll 50% 50%;
	height:40px;
}
table{
	border: 1px solid #cccccc;
	width: 100%;
	border-radius:8px;
}
tr {
	border-bottom: 1px solid #a6bfe5;
}
.even {
	background-color: #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
}
.odd {
	background-color: #e3e3e1;
	padding-top: 3px;
	padding-bottom: 3px;
}
.flag_cell {
padding-right:10px;
}


.bannermodule {
		color:white;
		margin-left:90px;
		margin-top:-40px;
		text-align: center;
		width: 250px;
}
.style2 {
	font-size: 10px;
	
}
.sidebar_module{
	background-color: #cccccc;
	border-radius:8px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bubbleInfo {
    position: relative;
	display: inline;
	margin: 2px;
}
  /* Bubble pop-up */

.popup {
        	width: 250px;
        	position: absolute;
        	display: none;
			color: white;
        	z-index: 99;
			padding: 5px;
        	border-collapse: collapse;
			background: #284065;
			margin-top: 65px;
			border-radius:3px;
        }
.trigger{
		display: inline;
}    

.error {
color:red;
font-size:small;
float:right;
margin-top: -5px;
}

#login a {
	color: #CCFFFF;
	text-decoration: none;
}
	/* General */
	#cssdropdown, #cssdropdown ul {  list-style: none; }
	#cssdropdown, #cssdropdown * { 	list-style:none; padding: 0; margin: 0; }
	#cssdropdown {
		margin-left: 100px;
		margin-top:-70px;
	}
	/* Head links */
	#cssdropdown li.headlink 
	{ 
	float: left; 
	margin-left: -1px; 
	text-align: center; 
	padding: 5px; 
	height: 40px; 
	margin-top: 69px;  
	}
	#cssdropdown li.headlink a 
	{ 

	font-weight:bold;
margin-top:5px;
padding:2px 5px;
text-decoration:none;
	}
	.headlink{ 	
		list-style:none;
	}
	/* Child lists and links */
	#cssdropdown li.headlink ul { 	
	border-radius:0px;
	display: none;  
	text-align: left; 
	font-weight: normal;	
	list-style:none;
	}
	#cssdropdown li.headlink:hover ul { 
	position:absolute; 
	display: block; 
	border-radius:0px;
	border-top: solid white 1px;
	padding-top: 3px;
	list-style:none;
	}
	#cssdropdown li.headlink ul li a {  
	padding: 5px; 
	height: 17px; 
	border-radius:0px;
	font-weight: normal;
	background-color: #395D91;
	list-style:none;
	}
	#cssdropdown li.headlink ul li a:hover { 
		list-style:none;
	 }
	
	/* Pretty styling */
	#cssdropdown a { color: white; } 
	#cssdropdown ul li a:hover { text-decoration: none; }
	#cssdropdown li.headlink { }
	#cssdropdown li.headlink ul { background-color: #395D91; background-position: bottom; padding-bottom: 10px; }
#homepagemodule {
}
.homepagemodule {
	width: 45%;
	padding: 3px;
	margin: 6px;
	background-color: #FFFFFF;
	border: 1px solid #2D4870;
	font-size: 10pt;
	text-align: left;
	float: left;
	border-radius:8px;
}
hr{}
.timer{
margin-left:420px;
padding-top:35px;
text-align:center;
width:120px;
color:white;
font-size:70px;
text-align:center;
text-shadow:2px 2px 4px #000000;
}
.timer_text{
	font-size: 20px;
	color: white;
	margin-top: -20px;
}
.homepagemodule h3 {
	color: #FFFFFF;
	background-color:#2D4870;
	display: block;
	padding: 2px;
	text-align: center;
	margin: -3px -3px 5px -3px;
	font-size: 15px;
	border-radius:6px;
}
#submit_login{
	margin-bottom: 2px;
}

.header_text{
	color: gray;
	margin-left: 30px;
	font-size: 18pt;
}
.banner_text{
	color:white;
font-size:38px;
margin-top:0;
padding:20px;
}
.by-line{
	text-align: center;
	font-style: italic;
}
.junior_cell {
	background-color: #FFFF99;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*
	Sign-up Specific
*/
	.signup{
		background:white;
		padding:25px;
		color: #4A4A4A;
		float: left;
		min-height: 400px;
		width: 867px;
	}
	.conferencename{
		color:white;
		font-family: "Trebuchet MS", Helvetica, Arial, san-serif;
		font-style: normal;
		font-size:32pt;
		font-weight:bold;
		text-align:center;
		margin-top: 20px;
		text-shadow: 1px 1px 6px #353535;
	}
	.conferencedate{
		color: #b2b2b2;
		font-size:18pt;
		font-style: normal;
		font-family: "Trebuchet MS", Helvetica, Arial, san-serif;
		font-weight:normal;
		margin-top:-35px;
		text-align:center;
		margin-bottom: 50px;
		text-shadow: 1px 1px 6px #353535;
	}
	.signupheader{
		color: #b2b2b2;
		font-size:18pt;
		font-weight:normal;
		text-align:center;
	}
	#conferencedesc{
		float:left;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 14pt;
		padding:5px;
		width:45%;
	}
	#regbuttons{
		float:right;
		padding:5px;
		width:45%;
	}
	#alreadybeen{
		background-color: #24406c;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color:white;
		float:left;
		padding:5px;
		margin-top: 10px;
		width:45%;
	}
	#firsttimer{
		background-color: #378039;
		color:white;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		margin-top: 10px;
		float:right;
		padding:5px;
		width:45%;
	}
	.regbutton{
		font-size:18pt;
		margin-top:30px;
		text-align:center;
		text-decoration:none;
	}
	.signupinput{
		padding: 4px;
		margin-bottom: 5px;
	}
	.signupform, .signupform>tr, .signupform>tr>td{
		border: none;
	}

	/*
	Homepage Design New
*/	
	.content-banner{
		width: 885px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		background-position: center center;
	}
	#yourcall{
		height: 400px;
		background: url('../Images/yourcall.jpg');
	}
	#nimun{
		height: 300px;
		background: url('../Images/nimun.jpg');
		margin-left: -10px;
	}
