@charset "utf-8";
/* CSS Document */
/*
CVWEB Colors:

Background: #E9E9E9;
LeftNav: #D7D7D7;

Green:#46B82F;
Dark Blue:#104F66;

Links: #1D8DBB
Text: #333333;
*/

/* NAVIGATION /////////////////////////////*/
.navigation{
	font-size:1.3em;
	margin-bottom:10px;
}

table.navigation{
	width:100%;
}


/* INFO //////////////////////////////////////////////////*/

.info {
	background: none;
}

div.info {
	font-size: 1em;
	color: #165B94;

}

div.info table	{
	width:100%; 
	border-bottom:#333333 medium solid; 
	border-top:#333333 medium solid; 
	padding:0em; 
	border-collapse:collapse; 
	table-layout:auto;
}

div.info td	{ 
	vertical-align:top; 
	border-top: 1px solid #999999; 
	padding:0.25em;
}

div.info th	{
	vertical-align:top;
	border-bottom: #333333 medium solid;
	border-top: #333333 medium solid;
	padding:5px;
	background-color:#CCCCCC;
	text-align:left;
	font-size:1.2em;
	/*border-right: white thin solid;*/
}

div.info th a{
	color:black;
}

div.sortable th:hover{
	background-color:#333333;
	color:white;	
	cursor:pointer;
}

div.sortable th:hover a{
	background-color:#333333;
	color:white;	
	text-decoration:none;
}


/* sortList INFO //////////////////////////////////////////////////*/

.sortList{
	background: none;
}

div.sortList{
	font-size: 1em;
	color: #333333;

}

div.sortList table	{
	width:100%; 
	border-bottom:#333333 medium solid; 
	border-top:#333333 medium solid; 
	padding:0em; 
	border-collapse:collapse; 
	table-layout:auto;
	border-left:#DDDFFF thin solid;
	border-right:#DDDFFF thin solid;
}

div.sortList td	{ 
	vertical-align:top; 
	border-top: 1px solid #DDDFFF; 
	padding:0.25em;
}

div.sortList th	{
	vertical-align:top;
	border-bottom: #333333 medium solid;
	padding:5px;
	background-color:#CCCCCC;
	text-align:left;
	font-size:1.2em;
	/*border-right: white thin solid;*/
}

.sortList thead th.sort-asc{
	background-color:#000066;
}

.sortList thead th.sort-desc{
	background-color:#000033;
}

.alternate{	
	background-color:#DDDFFF;
}


.sortList tr.alternate * {
	background-color:#DDDFFF;
}

/* SEARCH //////////////////////////////////////////////////*/

.search {
	background:none;
	font-weight:bold;
}

div.search {
	background-color:#E9E9E9;
	border: 1px solid #333333;
	padding: 2em;
	margin: 1em;
	width: 80%;
}

div.search select{
	width:180px;
}
div.search table {
	padding: 0.2em;
}

div.search td{
	padding:3px;
}



/* PRODUCTS ///////////////////////////////////////////////*/
.product {
	border: 1px solid #666666;
	width: 400px;
}

.product th {
	text-align: right;
	background-color: #CCCCCC;
}


/* DUES /////////////////////////////////////////////////////*/
table.duesItem {
	border: 1px solid #CCCCCC;
	width: 90%;
	margin:auto;
	border-collapse:separate;
	
}

.duesItem th {
	padding:3px;
	width:50%;
	text-align: right;
}

.duesHighlight td{
	background-color:#104F66;
	font-size:1.5em;
	font-weight:700;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	color:white;
}

.duesBalance th{
	text-align:right;
	font-size:1.5em;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:thin;

}

.duesBalance td{
	font-size:1.5em;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
	border-top-width:thin;

}

.duesPayNow td{
	text-decoration:underline;
	color:red;
	background-color:#CCCCCC;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

.duesPayNow td:hover{
	cursor:pointer;
	color:#CCCCCC;
	background-color:#104F66;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}

