/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    color:#404040;
    text-align:center;
    background-color:#DDDDDD;

}
a:link,a:visited,a:hover
{ 
	font-size: 11px; 
	color: #666; 
	text-decoration:underline;
}

.page_title
{
	color:#000;	
	font-weight:bold;
	text-transform:capitalize;
}

.page_info
{
	color:#000;	
}

.page_instructions
{
	 color:#404040;	
}

.inputbox
{
	border:solid 1px #666;
	width:170px;	
	 FONT-FAMILY: Verdana, Helvetica, sans-serif;
	 font-size:1em;
}
.singleinputbox
{
	border:solid 1px #666;
	width:170px;	
	font-size:1em;
	 FONT-FAMILY: Verdana, Helvetica, sans-serif;
}

a:hover,focus
{ 
	text-decoration: underline;
}

table
{
FONT-SIZE: 1em;
}

#container
{
	/*border:solid 1px #575757;*/
	width:760px;
	height:479px;
	text-align:left;
	/*background-color:red;*/
	margin:0 auto;

}

#content-container
{
	border-bottom:solid 1px #BEBEBE;
	/*this needs to be 450px*/
	height:449px;
	/*overflow:auto;
	background-color:Aqua;*/

}

#content_content_container
{
	/*clear:right;*/
	overflow:auto;
	float:right;
	height:403px;
	/*background-color:Maroon;*/
	width:299px;
	
}


/*
#content_content_container a
{
	text-decoration:underline;
}
#content_goback_container a
{
	text-decoration:underline;
}*/

#content_goback_container
{
	/*clear:right;*/
	overflow:auto;
	float:right;
	height:44px;
	/*background-color:Maroon;*/
	width:299px;
	
	
}


#content_content_container2
{
	/*clear:right;*/
	overflow:auto;
	float:right;
	height:367px;/*
background-color:Maroon;*/
	width:299px;
	
}

#content_goback_container2
{
	/*clear:right;*/
	overflow:auto;
	float:right;
	height:77px;
	/*background-color:Maroon;*/
	width:299px;
	
	
}


#content_goback_content
{
	margin:5px  5px 0px 30px;
}

#content_goback_content2
{
	margin:15px  5px 0px 30px;
}

#content_content_content
{
	text-align:justify;
	margin:15px 15px  10px 30px;
}

#content_content_content2
{
	text-align:justify;
	margin:15px 15px  15px 30px;
}

#content-image
{
	height:449px;
	width:458px;
	float:left;	
	overflow:hidden;
	text-align:justify;
	/*background-color:Fuchsia;*/
}

#content-image2
{
	height:449px;
	width:458px;
	float:left;	
	overflow:auto;
	text-align:justify;
	/*background-color:Fuchsia;*/
}


#content-image-text-container
{
	height:449px;
	overflow:auto;
}

#content-image-text
{
	height:200px;
	
	margin:10px 40px 10px  40px;
	/*background-color:lime;*/
}

/* for datagrid pages */

#content-header-container
{
	text-align:right;
	height:30px;
}

#content-header-content
{
	margin:10px 5px 5px 5px;
}


#content-scroll-container
{
	text-align:center;
	height:365px;
	/*background-color:lime;*/
	overflow:auto;
}

#content-scroll-content
{

	margin:5px 5px 5px 5px;
	/*background-color:white;*/
	text-align:left;

}

#content-footer-container
{
	text-align:right;
	height:50px;

}

#content-footer-content
{
	margin:5px 5px 5px 5px;

}






/* end of data grid styles */

#menu
{
	margin-left:20px;
	margin-top:5px;	
	color:#BEBEBE;
}

#menu a
{
	color:#757575;
	margin:0px 5px 0px 5px;
	text-decoration:none;
}


/*default tags*/

hr
{
	clear:both;
	color:#989898;
	background: #989898;
	border:0px;
	Height:1px;
}

h3
{
	 FONT-SIZE: 1.2em;
	 font-weight:normal;
}

.alert
{
	color:Red;
}

.light 
{
	color: #989898
}
