@charset "UTF-8";
* {
	font-family:"Trebuchet MS";
	color:#FFFFFF;
	font-weight: bold;
	text-shadow:#000000 2px 2px 1px;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
}

body {
	background-image:url(images/bg.jpg);
	height: 480px;
	
}

#dv_AddButton
{
	display:none;
}

#left_ice, #right_ice {
	position:absolute;
	z-index:300;
}

#left_ice {
	left:0; 
}

#right_ice {
	right:0; 
}

#main_content, #main_nav {
	text-align:center;
	width: 95%;
	margin:0 auto;
	
}



#main_nav
{

	margin-top:1px;
	position: relative;
}


#main_content
{
	position:relative;
	height:295px;
	
	
}


.mtContainer
{
	margin:0 auto 0 auto;
	height:auto;
	width:100%;
	visibility:hidden;
	position: absolute;
	z-index: auto;
	
}


#main_content h1 {
	font-size:15px;
}

#main_content h2 {
	font-size:10px;
	margin-bottom:7px;
}



/* Configuration Page */

#main_config h1, ul.listMt
{
	font-size:15px;
	text-align:center;
	background-image:url(images/divider.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#main_config h1
{
	padding-bottom:10px;
}


div.listMt{
	font-size:14px;
	line-height:20px;
	display:block;
	width:100%;
	padding:5px 0 5px 0;
text-align:left;
}

div.listMt img{
	float:left;
	margin-right: 10px;
}

#addMt,.anth_Maxed
{
	text-align:center;
	margin-top:10px;
	background-image:url(images/divider.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top: 10px;
}

#addMt select
{
	/*width:40%;*/
	text-shadow:none;
	background-color:#000000;
	margin-bottom:5px;
}




#footer
{
	clear:both;
	margin-bottom:10px;
}



.sign
{
	display: block;  
	line-height:25px; 
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: left;
	-webkit-box-shadow: 2px 2px 10px #052649;
	margin: 5px auto;
	color: #fff;
	
	/* Put a 1 pixel blur black shadow below the button's text   */
	text-shadow: #000 0px 1px 1px;	 
	border-width: 10px 10px 10px 10px;
}


.green
{
	-webkit-border-image: url(images/green_sign.png) 10 10 10 10;		
}

.black
{
	-webkit-border-image: url(images/black_sign.png) 10 10 10 10;		
}



.autoBoxSize
{
	width: auto !important;
}

.whitebox
{
	margin:auto 10px auto 0;
	padding: 0 6px 0 6px;
	position:relative;
	top: -5px;
	text-align:center;
	color:#000000;
	line-height:35px;
	display:block;
	float:left;
	background-color:#FFFFFF;
	width:42px;
	-webkit-border-radius: 4px;
	text-shadow:none;
}


.bannerAd 
{
	width:277px;
	height:42px;
	background-image:url(/images/bg_ad.png);
	background-repeat:no-repeat;
	font-size:10px;
	margin:auto;
}
#indicator 
{
	display:none;
}
/* The button class defines properties for buttons that are either 30px or 46px high  */
.button, .wideButton	
{	
   /* Set a button to be a block so its height and width can be adjusted */
	display: block;		    
	
	/* Use the highest button height to ensure that text will vertically align on all buttons */
	line-height: 44px;	 
	
	/* A button will expand to the width of its parent cell if no width is specified */
	width: 73px;
	
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	
	text-decoration: none;
	text-align: center;
}

.wideButton
{
	margin-top:68px !important;
	width:90%;
	line-height:40px;
}

/*  Creates a button using a 18x30 image */
.blackLeft 
{
	margin: 3px;
	color: #fff;
	
	/* Put a 1 pixel blur black shadow below the button's text   */
	text-shadow: #000 0px 1px 1px;	 
	border-width: 0px 5px 0px 12px;
	
	
	/* -webkit-border-image divides the leftButton image into 2 corners and middle part.	*/
	/* The left corner is 12 pixels wide. The right corner is 5 pixels wide and the middle part is 1 pixel. */
	-webkit-border-image: url(images/leftButton.png) 0 5 0 12;		
}

/* Creates a button using a 18x30 image */
.blackRight	 
{
	margin: 3px;
	border-width: 0px 12px 0px 5px;
	color: #fff;
	text-shadow: #000 0px 1px 1px;
	
	/* -webkit-border-image divides the rightButton image into three parts. */
	/* The right and left corners of the image are respectively 12 pixels and 5 pixels wide. */
	/* This leaves 1 pixel for the midlle part of the image.		*/
	-webkit-border-image: url(images/rightButton.png) 0 12 0 5;
}

.whiteRound
{
	margin: 25px auto 15px auto;
	border-width: 0px 14px 0px 14px;
	color: #000;
	text-shadow: #fff 0px 1px 1px;	
	-webkit-border-image: url(images/whiteButton.png) 0 14 0 14;

}

.smallGreen
{
	width:80%;
	line-height:20px;
	font-size:11px;
	margin: 3px auto;
	border-width: 5px 5px 5px 5px;
	color: #FFFFFF;
	text-shadow: #000 0px 1px 1px;
	-webkit-border-image: url(images/greenButton.png) 5 5 5 5;

}

.smallRed
{
	width:80%;
	line-height:20px;
	font-size:11px;
	margin: 3px auto;
	border-width: 5px 5px 5px 5px;
	color: #FFFFFF;
	text-shadow: #000 0px 1px 1px;
	-webkit-border-image: url(images/redButton.png) 5 5 5 5;

}
/* Status Dots */
.dot
{
	background-image:url(images/status_dot.png);
	background-position: top left;
}

.selected
{
	background-position: top right;
}


#status_dots
{
	text-align:center;
}

.centerContain
{
	height:15px;
	clear:both;
}


.litDots{
	margin: 0 auto;
}


.myMountains{

	margin: 0 auto;
	margin-top: 20px;
}

.gridViewHeader1{
	
}

.smallText
{
	font-size:12px;
}

