﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 8pt;
    vertical-align: baseline;
    font-family: Verdana, Helvetica, Arial;
    color: #000080;
       
}

a
{
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 8pt;
    vertical-align: baseline;
    font-family: Verdana, Helvetica, Arial;
    color: White;
}

.ajaxToolkit:CalendarExtender 
{ 
	z-index : 1000; 
} 
 
.headerForGrid
{ 
	font-weight:bold;   
	position:relative;     
	background-color:White;
	position: relative;
	top: expression(this.offsetParent.scrollTop);


} 
.sortAsc
{
    background-image: url(../images/asc.gif);
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;

}
.sortDesc
{
    background-image: url(../images/desc.gif);
    background-repeat: no-repeat;
    background-position: center left;
    cursor: pointer;

}
.sortNoSort
{
	cursor: pointer;
}
.sortable
{
	color:White;
}
.sortarrow
{
	font-size: 10pt;
	font-weight:bold;
    vertical-align: baseline;
    font-family: Verdana, Helvetica, Arial;
    color: White;
}
.grid
{
    font-family:Arial;
    font-size:12px;
    width:960px
}
.grid THEAD
{
     background-color:#28597a;
     color:White;
}

.GridviewDiv {font-size: 62.5%; font-family: 'Lucida Grande', 
    'Lucida Sans Unicode', Verdana, Arial, Helevetica, sans-serif; color: #303933;}
Table.Gridview{border:solid 1px #df5015;}
.GridviewTable{border:solid}
.GridviewTable td{margin-top:0;padding: 0; vertical-align:middle }
.GridviewTable tr{color: Black; background-color: #df5015; height: 30px; text-align:center}
.Gridview th{color:#FFFFFF;border-right-color:#abb079;border-bottom-color:#abb079;
    padding:0.5em 0.5em 0.5em 0.5em;text-align:center}  
.Gridview td{border-bottom-color:#f0f2da;border-right-color:#f0f2da;
    padding:0.5em 0.5em 0.5em 0.5em;}
.Gridview tr{color: Black; background-color: White; text-align:left}
:link,:visited { color: White; text-decoration:none }

.containerForMasterPage
{
	width: 1024px;     
	margin: auto;
	background-color:White;
}


.loggedin span
{
    font-weight: 300;
    margin-top: 2px;

}

table {border-collapse: collapse;	border-spacing: 0;}

.header_OLD
{
    background-position: left top;
    width: 100%;
	height: 150px;
    margin: 0px auto 0px auto;
}
.header
{
    background-position: left top;
    height: 110px;
    width: 100%;
    background-image: url('../images/bg.bmp');
    background-repeat: repeat-x;
    margin: 0px auto 0px auto;
}
.content
{
    padding: 0px 0px 0px 4px;
    margin: 0px auto 0px auto;
    width: 98%;
}
.headercontent
{
    padding: 0px 0px 0px 4px;
    margin: 0px auto 0px auto;
    width: 970px;
}

/*tab bar*/
ul.tabmenu, .tabmenu li
{
	border: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
ul.tabmenu
{
	border-bottom: solid 1px #9E9C99;
	height: 29px;
	padding-left: 20px;
	padding-top: 10px;
}
.tabmenu li
{
	float: left;
	margin-right: 12px;
}

.tabmenu a, .tabmenu a:link, .tabmenu a:visited
{
	background: url(IndependentResources/tab-roundold.png) right 60px;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	cursor: hand;
}
.tabmenu a span
{
	background: url(IndependentResources/tab-roundold.png) left 60px;
	display: block;
	height: 30px;
	margin-right: 19px;
	padding-left: 19px;
}
.tabmenu a:hover
{
	background: url(IndependentResources/tab-roundold.png) right 30px;
	display: block;
	text-decoration: underline;
}
.tabmenu a:hover span
{
	background: url(IndependentResources/tab-roundold.png) left 30px;
	display: block;
}
.tabmenu tabActive
{
	background: url(images/tab-roundActive.png);
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 30px;
	text-decoration: underline;
	cursor: hand;
}
/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.active a:link, .active a:visited, .active a:visited, .active a:hover
{
	background: url(IndependentResources/tab-roundold.png) right 0 no-repeat;
	color: #ffffff;
	color: Black;
	font-weight: bold;
}
.active a span, .active a:hover span
{
	background: url(IndependentResources/tab-roundold.png) left 0 no-repeat;
}

/* SPRITE IMAGES */
a.sprite {background-image: url('../img/spriteInActive.png');display: block;cursor: pointer;background-repeat: no-repeat;}

a.logout {margin: 0px 0px 0px 5px;background-position: -64px -468px;width: 23px;height: 23px;float: right;}
a.logout:hover {  background-position: -64px -493px; width: 23px; height: 23px;}

/* NEW BUTTON CODE */
  
.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5px 10px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
   }
   .buttonInPage {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   padding: 0px 10px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   cursor:pointer;
   }
   .button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.buttonInPage:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
  .buttonInPage:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
