@charset "UTF-8";
/* CSS Document */

body {
	margin : 0;
	padding : 0;
	color : #000;
	background-color : #fff;
}

.page { 
	margin : 0 auto; 
	width : 989px;  
}

.main { 
	width : 830px; 
	margin : 0 auto; 
	}
	
.logo {
	margin : 20px 0;

}

.rotating_images {
	float : left;
}

.headline {
	font : bold 24px/48px Georgia, "Times New Roman", Times, serif ;
  color : #000;
}

.copy {
	display : table;
  width : 450px;
  height : 404px;
  *display : block;
  *position : relative;
	float : right;
}

.copy div.login {
	display : table-cell;
  vertical-align : middle;
	height : 300px;
  *display : block;
  *position : absolute;
  *left : 0px;
  *width : 100%;
  *cursor : pointer;
  *top : expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
	font : 14px/18px Myriad Pro, Arial, Helvetica, sans-serif;
}

.copy a {
	color : #101ae4;
	font : 18px/24px Myriad Pro, Arial, Helvetica, sans-serif;
}

.textbox {
	width : 200px;
	height : 28px;
	background : none;
	border : none;
	color : #000000;
	margin-top : 3px;
	margin-left : 8px;
}

.textbox_bg {
	width : 217px;
	height : 28px;
	background : url(../images/img_textbox_bg.gif) no-repeat;
}
	
.buttons img {
	 margin : 0 5px 0 5px;
}


.footer_nav {
	background-color : #1773ba;
	font : 14px/24px Myriad Pro, Arial, Helvetica, sans-serif;
	color : #fff;
	text-align : center;
	padding : 5px;
	margin : 0;
}

.footer_nav a {
	text-decoration : none;
	color : #fff;
}

.footer {
	text-align : center;
	background-color : #ccd1d3;
	font : 12px/14px Myriad Pro, Arial, Helvetica, sans-serif;
	padding : 10px;
	margin : 0;
	color : #000;
}
.Gridview2
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
.Gridview2 a
{
    text-decoration:none;   
}
.Gridview2 th
{
    text-align: center;
    background-color: #dcdcdc;
    border-right: black 1px solid;
    border-bottom: black 1px solid;
}
.gvrightalign
{
	text-align:center;
}

