/* Default CSS Stylesheet for a new Web Application project */
body 
{
    background: #FFCC33;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    font-family: Arial, Helvetica, Sans-Serif;
}

A:link	{	
	text-decoration:	none;
	color: Black; /*	#333399;*/
	}	
		
A:visited	{	
	text-decoration:	none;
	color: Black; /*	#333399;*/
	}
		
A:active	{	
	text-decoration:	none;
	color: Black; /*	#333399;*/
	}
		
A:hover	{	
	text-decoration:	underline;
	color: Black; /*	#3333cc;*/
	}

#timeSelector A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
#timeSelector A:visited	{	
	text-decoration:	underline;
	color:	#333399;
	}
		
#timeSelector A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}
		
#timeSelector A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

#head_container 
{
	width: 100%;
}

#head_logo 
{
	float: left;
	padding: 15px;
}

#head_container_right
{
	float: right;
	padding: 5px;
}

#head_menu
{
	height: 100px;
	text-align: right;
}

#head_user
{
	font-size: 10px;
	text-align: right;
}

#head_bar 
{
    background-image: url(images/top_back_line.png);
    width: 100%;
    background-repeat: repeat-x;
    height: 34px;
}

#main_container
{
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
    background-color: #FFFFFF; 
}

#main_settings_content 
{
	width: 600px;
	margin: 0px;
	text-align:left;
	padding:15px;
	border:1px solid #CCCCCC;
	background-color: #ffffff;
}

.container_center 
{
    text-align: center;
    margin: 0 auto;
}

.content_box 
{
	width: 700px;
	text-align:left;
	margin: 0 auto;
	padding:15px;
}

#main_content 
{
	text-align: left;
	margin:0px auto;
	padding:15px;
	margin: 0 auto;
}


.no_top_padding 
{
    padding-top: 0px;
}

.float_right 
{
	float: right;
}

.float_left 
{
	float:left;
}

.clear
{
    clear: both;
}

.label
{
	font-weight: normal;
}

.title
{
	font-weight: bold;
}

#foot_container 
{
    background-image: url(images/bottom_back_line.png);
    width: 100%;
    background-repeat: repeat-x;
    height: 4px;
}

#foot_content 
{
    
}

div.title1
{
	font-family: Tahoma, Arial, Verdana;
    font-size: 2.0em;
    color: #808080;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

div.title2
{
	font-family: Tahoma, Arial, Verdana;
    font-size: 1.50em;
    color: #808080;
    padding: 0;
    /*padding-bottom:5px;*/
    padding-top:10px;
    border-bottom-style:solid;
	border-bottom-color:#808080;
	border-bottom-width:2px;
	width: 100%;
	margin-bottom:5px;
}

div.title3
{
	font-family: Tahoma, Arial, Verdana;
    font-size: 1.10em;
    color: #808080;
    padding: 0;
    /*padding-bottom:5px;*/
    padding-top:10px;
    
    border-bottom-style:solid;
	border-bottom-color:#808080;
	border-bottom-width:2px;
	width: 100%;
	margin-bottom:5px;
}

div.border 
{
	border: solid;
	border-width: 1px;
	border-color: #808080;
}

div.border_bottom 
{
	border-bottom: solid;
	border-width: 1px;
	border-color: #808080;
}

table.GridViewList
{
	width: 100%;
	border: none;
}

table.GridViewList tr
{
	border-color: White;
}

table.GridViewList td
{
	border-style: none solid none solid;
	border-width: thin;
	border-color: #CCCCCC;
	padding: 8px;
	vertical-align: top;
	text-align: left;
}

table.GridViewList th
{
	padding: 8px;
	text-align: left;
	border-style: none solid solid solid;
	border-width: thin;
	border-color: #CCCCCC;
}

.DropDownList 
{
	width: auto;
}

.buttonfield 
{
	background-color:Aqua;
	color:Purple;
}

.PrProgress
{
    display: block;
    position: absolute;
    padding: 2px 3px;
}
.PrContainer
{
    border: solid 1px #808080;
    border-width: 1px 0px;
}
.PrHeader
{
    background: url(Images/sprite.png) repeat-x 0px 0px;
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 0px 10px;
    color: #000000;
    font-size: 9pt;
    font-weight: bold;
    line-height: 1.9;  
    white-space:nowrap;
    font-family: arial,helvetica,clean,sans-serif;
}
.PrBody
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding: 10px;
}

/*
.TransparentGrayBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
}

*/
