/* 
Style By: Josh Richardson
Please visit: http://www.graficdesignz.com
*/


/*BEGIN General Style*/
body { 
	margin:5px 0;
	padding:0;
	font: Arial, Sans-Serif;
	color:#000; /*Changes Font Color*/
	background-color:#666666;
}

a.bodylink { 
	color: #FFFFFF;
	background: inherit; 
}

a.bodylink:link {
	color: #FFFFFF;
}

a.bodylink:active {
	color: #CCCCCC;
}

a.bodylink:visited {
	color: #FFCCCC;
}

a.bodylink:hover {
	color:#f7931d;
	background: inherit;
	text-decoration: underline;

}

a { 
	color: #000;
	background: inherit; 
}

a:link {
	color: #000;
}

a:active {
	color: #CCCCCC;
}

a:visited {
	color: #FF6666;
}

a:hover {
	color:#f7931d;
	background: inherit;
	text-decoration: underline;

}

h2 {
	font-family:verdana, times;
	font-size:12pt;
	color:#000000;
	padding:10px 20px 7px 20px;
	margin:0;
}
/*END General Style*/

/**/
.Contact{
	font-size:13px;
}
/**/


/*BEGIN Bottom Navigation*/
.BottomNav {
	padding-bottom: 5px;
}
/*END Bottom Navigation*/


/*BEGIN Copyright*/
.Copyright {
	font-size: 13px;
	color:#fff; /*Changes Font Color*/
}
/*END Copyright*/


/*BEGIN GraficDesignz*/
.GraficDesignz {
	font-size: 12px;
}
/*END GraficDesignz*/

/*BEGIN GraficDesignz*/
.button {
	padding-top:4px;
}
/*END GraficDesignz*/

/* BEGIN DEBUG DIV */
#footer {
    position: absolute;
    bottom: 0;
	}
/* END DEBUG DIV */


.table {
	border-collapse:collapse;
	border:1px solid #FFCA5E;
	font-size:12px;
}

.tablenest {
	font-size:12px;
}

caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(../images/bg_caption.jpg) right top;
	height: 45px;
	color: #FFAA00;
}

thead {
	background-color:#cccccc;
	height: 35px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
}

tbody tr.odd {

	background-color:#ffe8ab;
	
}

odd {

	background-color:#ffe8ab;
	
}

tbody th {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}

.row {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777777;
	padding: 6px 4px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}

.txtInput{

	font-size:10px;
	
}

.slctInput{

	font-size:10px;
	
}

.pagMenu{

	font-size:11px;
	
}

.pagMenu strong{

	font-size:16px;
	
}