/*
Core stylesheet for Topkat*/

/* Body style */

body
{
    font-family: Verdana;
    font-size: 0.8em;
    color:#000033
     
/*    padding: 0px;
      margin: 0px;
      background-attachment: fixed;
	  background-image: url(../../Resources/Logos/bg.jpg);
	  background-repeat: no-repeat;
      background-position: right bottom;
*/
}


a
{
	color:#8822aa;
    text-decoration: none;
}

a:hover
{
	color:#8822aa;
    text-decoration: underline;
}


/* Small footer text */


.footertext 
{
	color:#003366;
	font-size:x-small;
}



/* Header styles */

h1 
{
	font-family: Arial, Sans-Serif;
	color: #333366; 
    font-weight: normal;
    font-size: 1.7em;
}
h2
{
    font-weight: bold;
    font-size: 1.2em;
}
h3
{
    font-weight: bold;
    font-size: 1.3em;
}
h4
{
    font-weight: bold;
    font-size: 1.4em;
}
h5
{
    font-weight: bold;
    font-size: 1.5em;
}
h6
{
    font-weight: bold;
    font-size: 1.6em;
}


a.MainLinks
{
	color:#333366;

	font-weight:bold;
}



.MainLinks a:link 
{
	color:#0022aa;

    text-decoration: none;
}
.MainLinks a:link visited
{
	color:#8822aa;

    text-decoration: none;
}
.MainLinks a:link active
{
    color:Orange;
    text-decoration: none;
}
.MainLinks a:link hover
{
	color:#8822aa;

    text-decoration: underline;
}

a.prettylinks
{
	color: #003366; 
    text-decoration: none;

}


.GridView {    
    width: 100%;    
	background: #ffeedd;  /*Makes every odd row pink */
    margin: 5px 0 10px 0;    
    border: solid 1px #525252;    
    border-collapse:collapse;    
}   
.GridView td {    
    padding: 4px;    
    border: solid 1px #c1c1c1;    
    color: #333366;    
}   
.GridView th {    
    padding: 4px 3px;    
    color: #fff;    
    background: #424242;    
    font-size: 1.0em;    
} 
.GridView th a 
{
	color: #fff!important;
	text-decoration: none;
} 

.GridView .alt { background: #ffffff; }   /*Makes every second row white */

.GridView .pgr { background: #424242; }   
.GridView .pgr table { margin: 5px 0; }   
.GridView .pgr td {    
    border-width: 0;    
    padding: 0 6px;    
    border-left: solid 1px #666;    
    font-weight: bold;    
    color: #fff;    
    line-height: 12px;    
 }      
.GridView .pgr a { color: #666!important; text-decoration: none; }   
.GridView .pgr a:hover { color: #000; text-decoration: none; }   
.GridView .FooterStyle
{
	background-color: #eedddd;
    color: #330033;
    text-align: right;
    font-weight: bold;
}


.ViewButtons
{
	color: #fff;
	background: #424242;
	font-size: 1.0em; 
	border: solid 1px #525252;    
    border-collapse:collapse;
    
}

.DocTrackHeader
{
	background: #424242;
	font-size: 18px;
	font-weight: bold;
	text-align: center;  
	vertical-align: middle; 
	color: white;
	height: 25px; 
}

.DocTrackFilterPanel 
{
	border-right: white thick solid; 
	border-top: white thick solid; 
	border-left: white thick solid;
	border-bottom: white thick solid; 
	width: 350px;
	background: #eeddcc;
	
}

.DocTrackFilterPanel td.padded
{
	padding: 5px;
}

.ConsortHeaderLabel
{
    font-family: Verdana;
    Font-Size: small;
    font-weight: bold;
    color: White;
    background-color: #161645; 
    height : 30px;     
}

.TreatmentOneHeaderLabel
{
    font-family: Verdana;
    Font-Size: small;
    font-weight: bold;
    color: White;
    background-color: #c0c0c0; 
    height : 30px;     
}

.TreatmentTwoHeaderLabel
{
    font-family: Verdana;
    Font-Size: small;
    font-weight: bold;
    color: White;
    background-color: #606060; 
    height : 30px;     
}


.TableBorder
{
      border-right: black thin solid;
      border-top: black thin solid;
      border-left: black thin solid;
      border-bottom: black thin solid;
      border-right-color: silver;
      border-top-color: silver;
      border-left-color: silver;
      border-bottom-color: silver;
}

.TinyTxtBox
{
	width:80px;
}


