﻿html, form {
	height: 100%;
}

body {
	background-color: #DEE9EF;	
	height: 100%;
	margin: 0;	
	padding: 0;
	border: none;	
	color: #375E73;	
	font-family: Verdana;
	font-size: small;
}

h2 {
	font-size: 16px;
}

/*
 *  Master Page
 */

#M-tb {
	width: 100%;
	margin: 0 auto;
	background-color: #E6EDF7;
	padding: 0 0 0 0;
	border-spacing: 0;
	border-collapse: collapse;
}

#M-tb-top {
	background-color: #4EA0C6;
}
.M-tb-bar
{
	height: 5px; 
}
#M-tb-top2
{
	background-color: #8BBCD3;
}
.M-tb-cnt-bok
{	
	background-color: #DEE9EF;
}
.M-tb-cnt-srod-head-l
{
	background: white url('../../img/layout/corners/tl.gif') no-repeat top left;
}
.M-tb-cnt-srod-head-r
{
	background: white url('../../img/layout/corners/tr.gif') no-repeat top right;
}
.M-tb-cnt-srod-foot-l
{
	background: white url('../../img/layout/corners/bl.gif') no-repeat bottom left;
}
.M-tb-cnt-srod-foot-r
{
	background: white url('../../img/layout/corners/br.gif') no-repeat bottom right;
}
#M-tb-cnt-srod
{
	width: 699px; 
	height: 100%; 
	padding: 5px 5px 5px 5px;	
	background-color: White;
}
#M-tb-menu
{
	width: 195px;
	padding: 0px 0px 0px 0px;
	background-color: White;	
}
#M-tb-menu-separator
{
	width: 5px;
	background-color: White;
	background-image: url('../../img/layout/dots.png');
	background-repeat: repeat-y;	
	background-position: center;
}
#M-tb-srd-right-separator
{
	width: 1px;
	background-color: White;
}
.M-tb-menu-separator
{
	width: 5px;
	background-color: White;	
	background-repeat: repeat-y;	
	background-position: center;
}

.tb-menu
{
	border-right: solid 1px #C6D9E3;
	border-top: solid 1px #C6D9E3;
	border-bottom: solid 1px #C6D9E3;
	background-color: #DEE9EF;
	width: 190px;
	border-collapse: collapse;
}
.tb-menu-td
{
	border-bottom: solid 1px #C6D9E3;
	padding-left: 5px;
}
.tb-menu-td-head
{
	border-bottom: solid 1px #C6D9E3;
	padding-left: 5px;
	background-color: White;
	font-weight: bold;
}

a
{
	color: #375E73;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

.btn
{
	border: solid 1px #8BBCD3;
	cursor: pointer;
	height: 24px;
}

.txt
{
	border: solid 1px #BFBEC3;	
}

.copy
{
	color: #375E73;
	text-align: center;
	font-size: x-small;
}

.validator
{
}

.pager
{
	font-weight: normal;
	font-size: 10px;
}
.pager A: hover
{
	text-decoration: none;
}
.pager-current
{
	font-weight: bold;
	font-size: 10px;	
}

/* GridView */
.gv
{
    border-style: none;
    border-width: 0px;
}
.gv-header th
{
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: solid 2px #BFBEC3;    
    font-variant: small-caps;
    background-color: #EAE8E4;
}
.gv-row td
{
    border-top: none 0px white;
    border-left: none 0px white;
    border-right: none 0px white;
    border-bottom: dotted 1px #BFBEC3;
}
.gv-row-alt td
{
    border-top: none 0px white;
    border-left: none 0px white;
    border-right: none 0px white;
    border-bottom: dotted 1px #BFBEC3;
}
.gv-row-alt
{
    background-color: #F7F7F7;    
}
.gv-row A {
    color: black;
}
.gv-row-alt A {
    color: black;
}
.gv-row A:hover {
    color: #BC6633;
    text-decoration: none;
    border-bottom: dashed 1px #BFBEC3;
}
.gv-row-alt A:hover {
    color: #BC6633;
    text-decoration: none;
    border-bottom: dashed 1px #BFBEC3;
}
.gv-row-empty {
    text-align: center;
    border-width: 0px;
    border-style: none;
}
.btn {
	border: solid 1px #8BBCD3;
	cursor: pointer;
	height: 24px;
}

