

body
{
    font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #000000;
    margin: 0px;
}


P.Small
{
    font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.7em;
    color: black;
}

P.Version
{
    color:#cccccc;
    text-align:right;
    background-color:white;
    font-size:0.7em;
    padding-right:10px;
}

input.Login
{
    font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;    
}

input.Date
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 0.9em;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;    
}

input
{
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 0.9em;
    border-color: #053B9F;
    border-style: solid;
    border-width: 1px;
    color: #053B9F;
    cursor: pointer;
	border-radius: 4px !important;
    height:       25px;
    padding-left:   10px;
}

input:hover
{
    border-color: #CCEBE0;
}

input.LoginErr
{
    font-weight: 500;
    font-size: 0.9em;
    color: red;
}


input.ButtonBar
{
	font-weight: bold;
	font-size: 0.9em;
	color:	#CCEBE0;
	width:	100px;
	text-align:	center;
	cursor: pointer
}

input.Button 
{
	border-left: #053B9F 1px solid;
	border-right: #053B9F 1px solid; 
	border-bottom: #053B9F 1px solid;
	border-top: #053B9F 1px solid; 
	font-size: 0.9em;
	background-color: #CCEBE0;
	color: #053B9F;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: normal;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	border-radius: 15px !important;
	padding: 0px;
	//font-variant:normal; 
	//letter-spacing:1px;
    height: 35px;
}

input.Button:hover
{
	border-left: #CCEBE0 1px solid;
	border-right: #CCEBE0 1px solid; 
	border-bottom: #CCEBE0 1px solid;
	border-top: #CCEBE0 1px solid; 
	font-size: 0.9em;
	background-color: #053B9F;  
	color: #CCEBE0;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	white-space: normal;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	border-radius: 15px !important;
	padding: 0px;
}

input.ColumnHeader
{
	color:	#053B9F;
	font-weight: bold;
}

input.MainMenuButton
{
	border-left: #CCEBE0 1px solid;
	border-right: #CCEBE0 1px solid; 
	border-bottom: #CCEBE0 1px solid;
	border-top: #CCEBE0 1px solid; 
	font-size: 0.8em;
	background-color: #053B9F;
	color: white;
	cursor: pointer;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	border-radius: 5px !important;
	padding: 0px;
	//font-variant:small-caps;
	//letter-spacing:1px;
}

input.MainMenuButton:hover
{
	border-left: #053B9F 1px solid;
	border-right: #053B9F 1px solid; 
	border-bottom: #053B9F 1px solid;
	border-top: #053B9F 1px solid; 
	font-size: 0.8em;
	background-color: #CCEBE0;
	color: #053B9F;
	cursor: pointer;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	white-space: normal;
	text-align: center;
	vertical-align: middle;
	line-height: 25px;
	border-radius: 5px !important;
	padding: 0px;
	//font-variant:small-caps;
	//letter-spacing:1px;
}


TextArea.Standard
{
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.9em;
    border-right: #053B9F 1px solid;
    border-top: #053B9F 1px solid;
    border-left: #053B9F 1px solid;
    border-bottom: #053B9F 1px solid;
	border-radius: 4px !important;
    height:       45px;
    cursor: pointer;  
}

TextArea.Standard:hover
{
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 0.9em;
    border-right: #CCEBE0 1px solid;
    border-top: #CCEBE0 1px solid;
    border-left: #CCEBE0 1px solid;
    border-bottom: #CCEBE0 1px solid;    
}

.RowInFocus
{
    font-weight: 500;
    font-size: 0.9em;
    cursor: pointer;
    color: #CCEBE0;
    background-color: #053B9F;  
}
.RowNotInFocus
{
    font-weight: 500;
    font-size: 0.9em;
    color: #053B9F;
    cursor: pointer;
    background-color: white;
}

.RowNotInFocus:hover
{
    font-size: 0.9em;
    color: #CCEBE0;
    background-color: #053B9F;
}

tr.Row
{
    font-size: 0.8em;
    color: #053B9F;
    background-color: white;  
}

tr.RowAlternate
{
    font-size: 0.8em;
    color: #053B9F;
    background-color: azure;
}


hr.ContrastColour
{
    color: #CCEBE0;
    background-color: #CCEBE0;
    height: 1px;
    width: 100%;
}


hr.StandardLine
{
    color: #000000;
    background-color: #cccccc;
    height: 1px;
    width: 100%;
}

hr.Box
{
    color: #cccccc;
    background-color: #cccccc;
    height: 1px;
    width: 100%;
}

hr.footer
{
 
    border-top: 1px dashed #f00;
    color: #fff;
    background-color: #fff;
    height: 4px;
    width: 100%;
}


.hoverTable
{
		width:100%; 
		border-collapse:collapse; 
}
.hoverTable td{ 
	padding:7px; 
    border:#4e95f4 1px solid;
    font-size: 0.7em;
}

.hoverTable tr{
	background: #b8d1f3;
}
.hoverTable tr:hover {
        background-color: #ffff99;
}

Table.Box
{
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid; 
	border-left: #cccccc 1px solid;
}

TD.Box
{
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 1px solid; 
	border-left: #cccccc 1px solid;
	font-size: 1.0em;
}

TD.TestBox
{
	border-bottom: black 1px solid;
	border-top: black 1px solid; 
	border-right: black 1px solid; 
	border-left: black 1px solid;
	color: black;
	font-size: 0.7em;
}

TD.TestColumnHeader
{
	border-bottom: black 1px solid;
	border-top: black 1px solid; 
	border-right: black 1px solid; 
	border-left: black 1px solid;
	font-weight: bold;
	font-size: 0.8em;
	background-color:#444444;
	color:#dddddd;
}


TD.ColumnHeader
{
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 1px solid; 
	border-left: #cccccc 1px solid;
	color: #000000; 
	font-weight: bold;
	font-size: 0.7em;
}

TD.TrialHeader
{
    font-weight: bold;
    font-size: 1.0em;
    color: #CCEBE0;
    font-family: Arial, Helvetica, sans-serif;
}


TD.CaseTab
{
	border-bottom: black 1px solid;
	border-top: black 1px solid; 
	border-right: black 1px solid; 
	border-left: black 1px solid;
    font-weight: normal;
    font-size: 0.9em;
    color: gray;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background-color: silver
}

TD.CaseTabSelect
{
	border-bottom: white 1px solid;
	border-top: black 1px solid; 
	border-right: black 1px solid; 
	border-left: black 1px solid;
    color: gray; 
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    background-color: #f0ffff;;
}

TD.CaseTabSpacer
{
	border-bottom: black 1px solid;
	border-top: white 1px solid; 
	border-right: white 1px solid; 
	border-left: white 1px solid;
    background-color: white;
}

TD.DataEntry
{
    font-weight: normal;
    font-size: 0.9em;
    color: #053B9F; 
    font-family: Arial, Helvetica, sans-serif;
    height: 40px;
}

SELECT
{
	border-color:	#053B9F;
	border-STYLE:	solid;
	border-width:	1px;
    font-weight: normal;
    font-size: 0.9em;
    color: #053B9F; 
    font-family: Arial, Helvetica, sans-serif;
	border-radius: 4px !important;
    height:       25px;
    cursor: pointer;
    padding-left:   10px;
}


LI.News
{
    font-weight: normal;
    font-size: 0.8em;
    color: #000000; 
    font-family: Arial, Helvetica, sans-serif;

}

div#newsheader
 {
    background-image:  url(../images/tabmain_right_off.gif);
    background-position: top right;
    background-repeat: no-repeat;
	height: 30;
	text-align: center;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}


div.scroll
{
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 8px;
    //scrollbar-highlight-color: #ffff99;
    overflow: auto;
    //scrollbar-shadow-color: #ffff99;
    //scrollbar-3dlight-color: #ffff99;
    //scrollbar-arrow-color: #ffff99;
    padding-top: 8px;
    //scrollbar-track-color: #ffff99;
    //scrollbar-darkshadow-color: #ffff99;
    url: #ffff99;
}


A.highlight:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    TEXT-DECORATION: none;
	color:	red;
	Vertical-align:	middle;
}
A.highlight:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    TEXT-DECORATION: none;
	color:	red;
	Vertical-align:	middle;
}
A.highlight:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    TEXT-DECORATION: underline;
	color:	#CCEBE0;
	Vertical-align:	middle;
}
A.highlight:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    TEXT-DECORATION: none;
	color:	red;
	Vertical-align:	middle;
}



TD.SampleTab
{
	border-bottom: black 1px solid;
	border-top: black 1px solid; 
	border-right: black 1px solid; 
	border-left: black 1px solid;
    font-weight: normal;
    font-size: 0.9em;
    color: black;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background-color: silver;
}

TD.SampleTabSelect
{
	border-bottom: black 1px solid;
	border-top: black 1px solid; 
	border-right: black 1px solid; 
	border-left: black 1px solid;
    font-weight: bold;
    font-size: 0.9em;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #CCEBE0;
}


/***************************************************  Navigation styles ********************************************************/
div.navContainer {
	display: none;
	position: absolute;
	left: -1px;
	top: 22px;
	border: 1px solid #053B9F;
	border-top: 0;
	z-index: 999;
	background-color: #cccccc;
	padding: 4px 0 4px 5px;
}

.navContainer {
	-moz-box-shadow: #053B9F 0 8px 40px 4px;
	filter: shadow(color = #ffffff);
}

.navContainer dl {
	font-weight: normal;
	font-size: 1.0em;
	margin-bottom: 15px;
	width: 150px;
}

.navContainer dt {
	font-weight: bold;
}

.navContainer dd {
	background: transparent url(ContentImages/article-list-bullet.gif) 0 5px no-repeat;
	padding-left: 10px;
}

.navContainer dd a {
	color: #053B9F !important;
	text-decoration: none;
	padding: 0 !important;
}

.navContainer dd a:hover {
	color: #333;
	text-decoration: normal;
}




#navSearchBar {
	height: 50px;
	position: relative;
	//width: 980px;
    width: 1080px;
	z-index: 999;
	border: 1px solid #cccccc;
	border-radius: 10px;
}

/***************************************************  Primary Nav *****************************************************/
ul.primaryNav li {
	display: block;
	float: left;
	border-right: 1px solid #cccccc;
	position: relative;
	background-color: #fff;
}

ul.primaryNav li:hover div.navContainer {
	display: block;
}

ul.primaryNav li a {
	padding: 0 15px;
	display: block;
	color: #053B9F;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 22px;
	vertical-align: top;
	text-align: left;
	text-decoration: none;
	//font-variant:small-caps;
	//letter-spacing:0.5px;
	
}

ul.primaryNav li a:hover {
	background-color: #053B9F;
	//color: #ffffff;
	color: #CCEBE0;
	text-align: left;
}

ul.primaryNav li.last_item a {
	border-bottom: none;
	border-right: none;
}

/***************************************************  Secondary Nav  ***************************************************/  
ul.secondaryNav {
	float: left;
	background-color: #cccccc;
	margin-right: 5px;
	padding-bottom: 10px;
}

ul.secondaryNav li { 
	/*width: 120px;*/
	width: 260px;
}

ul.secondaryNav li a {
	font-size: 0.9em;
	font-weight: normal;
	line-height: 24px;
	display: block;
	padding: 0 10px;
	border-bottom: 1px dotted #ccc;
	margin: 4px 10px 2px 7px;
}

ul.secondaryNav li a:hover {
	text-decoration: none;
}



.clearer {
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	clear: both;
	float: none;
}

/***************************************************  End of Navigation Styles **************************************************/

/* Tabs */

/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    text-align: center;
    margin: 0% 2.5%;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    float: left;
    width: 150px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
	//font-variant:small-caps; 
	//letter-spacing:1px;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
}

/* End of tabs */


