﻿/* Default CSS Stylesheet for a new Web Application project */

body {
	background-color: #ffffff;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
}
.Frame {
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	width: 950px;
	background-color: #FFFFFF;
	text-align: left;
}
.Content
{
    width: 930px;
    padding-right: 10px;
    padding-left: 10px;
}
.Footer{
	width:950px;
	text-align:center;
}
.HeaderLeft
{
    width: 430px;  
    float: left;
  
}
.HeaderRight{
	width: 207px;
	float: right;
	position:relative;	

}
.Header2Left
{
    width: 743px;
    position: relative;
    float: left;
    height: 39px;
    text-align: center;
    vertical-align: middle;
    background-image: url(images/menu_background.gif);
}
.Header2Right{
	width: 207px;
	float: right;
	position:relative;	
	height:39px;
}
.Menu
{
color: #fffeb6;
}
.Menu A:Link{
	color:	#fffeb6;
	text-decoration:	none;
}
.Menu A:visited
{
    color:	#fffeb6;
    text-decoration:	none;
}
.Menu A:active
{
    color:	#fffeb6;
    text-decoration:	none;}
.Menu A:hover
{
    color:	#fffeb6;
    text-decoration:	none;}

.DynamicMenu
{
    text-align: left;
    background-color: #2072cd;
    border-right: #2072cd 3px solid;
    border-top: #2072cd 1px solid;
    border-left: #2072cd 3px solid;
    border-bottom: #2072cd 1px solid;

}
.DynamicMenu A:Link{
	
	 color:	#fffeb6;
	text-decoration:	none;

}
.DynamicMenu A:visited
{
   
    color:	#fffeb6;
    text-decoration:	none;
      background-image: url(images/blue.gif);
    background-repeat: repeat;
}
.DynamicMenu A:active
{ 
     color:	#fffeb6;
    text-decoration:	none;

    }
.DynamicMenu A:hover
{

    color:	#fffeb6;
    text-decoration:	none;}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

.panel1
{
    text-align: left;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
h1
{
    font-size: 14pt;
    color: red;
    text-align:center;
}
