/* I am not good at CSS - so don't look into this too much */

body, p, dl, li, div, td, th  {
	Font-family: Arial, Tahoma, "Trebuchet MS", Arial;
	font-size: 13px;
}
body { 
    margin: 0px; 
    padding: 10px;  
}

h2 {
	margin-top: 2px;
}

a {
	color: #2252db;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

dl dt span {
	background-color: gray;
	font-size: 80%;
	color: white;
	padding: 2px;
}

dl dd {
	background-color: #efefef;
	padding: 7px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#side-content {
    width: 350px;
}
#header {
	background-color: #3f75a4;
	color: white;
	font-size: 180%;
	font-weight: bold;
}
#title {
    padding: 6px;
    padding-left: 10px;
    font-size: 19px;
}

table.data-table {
	width: 100%;
	padding: 0px;
}

table.data-table td {
	border-bottom: 1px solid #e1e1e1;
	padding: 4px;
}

table.data-table td:last-child {
	text-align: right;
	font-weight: bold;
}

table.data-table td:first-child {
	font-weight: bold;
}


table.data-table th {
	background-color: #ae4048;
	color: white;
	text-align: left;
	padding: 7px;
   padding-left: 4px;
	border-top: 2px solid #cc7178;
}

form {
    padding: 12px;
    background-color: #f0f0f0;
    width: 93%;
}

form label { 
	display: block;
	float: left; 
	width: 80px; 
	padding: 0; 
	margin: 5px 0px 0px 0px;
	text-align: right; 
}


form .required{
    font-weight:bold;
}

.vnote {
	display: none;
	color: #ff5e5e;
    font-weight: bold;
}

form div.field {
    float: left;
    margin: 5px 0 0 10px;
}

form div.field em {
    display: block;
    font-size: 90%;
    color: #232323;
    width: 180px; 
}

form div.row {
    clear: left;
}

form input, form textarea, form select { 
    border: none;
    border-bottom: 1px solid silver;
    width: 180px; 
    padding: 3px;
}

form input.small { 
    width: 160px; 
}

form input.submit { 
    width: 130px;
    font-weight: bold;
}

.passed, .failed {
	background-color: #269927;
	padding: 4px;
	color: white;
	margin: 1px;
	border-top: 2px solid #42d043;
	border-bottom: 3px solid #1e751e;
	border-left: 1px solid #42d043;
	border-right: 2px solid #1e751e;
}
.failed {
	border-top: 2px solid #ec4100;
	border-bottom: 3px solid #a62e00;
	border-left: 1px solid #ec4100;
	border-right: 2px solid #a62e00;
	background-color: #c83700;
}

/* blog sample */ 

#main { 
    padding: 14px; 
    background-color: white;  
}
#mainbody { 
    width: 700px; 
    background-color: white; 
    text-align: left; 
}
#rside-content { 
    width: 25%; 
    float: right;  
}
#content { 
	padding: 10px;
    float: left;
    width: 70%;
}
#footer {
	background-color: gray;
	color: white;
	padding: 30px;
    text-align: center;
}

table.samples tr td {
	border-bottom: 1px solid silver;
	padding: 7px;
}

table.samples tr:hover {
	background-color: #e8fff1;
}








/* begin css tabs */



ul#tabnav {
	text-align: left; /* set to left, right or center */
	margin: 1em 0 1em 0; /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #136282; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}



ul#tabnav li { /* do not change */

display: inline;

}

ul#tabnav li a {
	padding: 4px 5px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	background-color: #6f9fc9; /* set unselected tab background color as desired */
	color: #434343; /* set unselected tab link color as desired */
	margin-right: 3px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}


/* ul#tabnav li.tab12 { /* settings for selected tab */

/* border-bottom: 1px solid #fff; /* set border color to page background color */

/* background-color: #fff; /* set background color to match above border color */

/* } */



ul#tabnav li.tab1 a { /* settings for selected tab link */

background-color: #fff; /* set selected tab background color as desired */

color: #000; /* set selected tab link color as desired */

position: relative;

top: 1px;

padding-top: 5px; /* must change with respect to padding (X) above and below */

}


ul#tabnav a:hover { /* settings for hover effect */

background: #fff; /* set desired hover color */

}



/* end css tabs */

