/*
	Copyright Bellamy Software (r)
	http://www.bellamysoftware.com
*/
/* container */

	.container {
		background: url(../images/r_lt.gif) no-repeat top left;
		margin: 0px;
	}

	.container .header {
		height: auto;
		background: url(../images/r_rt.gif) no-repeat top right;
		margin: 0px;
	}
	
	.container .header .text {
		margin-left: 6px;
		margin-right: 6px;
		background-color: #003366;
	    font-family:tahoma, arial, sans-serif;
	    font-size:12px;
	    color: #FFFFFF;
	    font-weight:bold;
	    text-transform:uppercase;
	    padding-left: 5px;
	    padding-top: 5px;
	    padding-bottom: 4px;
	}
	
	.container .body {
		margin: 0px;
		background-color: #EEEEEE;
		border: 1px solid #003366;
	}
	
	.container .body .content {
		margin: 0px;
		padding: 10px;
	}


/*
.container {
}

.container .header {
	background-color: #003366;
}

.container .header .text {
    font-family:tahoma, arial, sans-serif;
    font-size:12px;
    color: #FFFFFF;
    font-weight:bold;
    text-transform:uppercase;
    padding-left: 10px;
    padding-bottom: 5px;
}

.container .body {
    background-color: #EEEEEE;
}

.container .body .content {
    padding: 10px;
}

*/

/* rounded 

.roundedEdges {
   background-color : #EEEEEE;
}

.roundedEdges .body {
   padding: 10px;
}
*/

.roundedEdgesDown {
   background-color : #F9F8F8;
   border: 1px solid #776655;
}

.roundedEdgesDown .roundedEdgesDownBody {
   padding: 10px;
}

/* nice [list] table */

/*
.listTable {
	border-collapse: collapse;	
}

.listTable td {
	border: 1px solid #D4D0C5;
	padding: 5px;
	color: #003366;
	font-size: 11px;	
}

.listTable a:link, .listTable a:active, .listTable a:visited {
	color: #003366;
	font-size: 11px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
}

.listTable a:hover{
	text-decoration: underline
}

.listTableHeader, .listTableHeader td {
	background-image: url(../images/bg.listtableheader.jpg);
	background-repeat: repeat-x;
	height: 32px;
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.listTableHeader td {
	white-space: nowrap;
	border: 1px solid #D4D0C5;
}

.listTable th {
	background-image: url(../images/bg.listtableheader.jpg);
	background-repeat: repeat-x;
	height: 32px;
	font-family: verdana, arial, sans-serif;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid #D4D0C5;
	padding-left: 5px;
	padding-right: 5px;
}
*/

	table.listTable {
    	border-collapse: collapse;
    	background-color: inherit;
    }
    
	table.listTable th, table.listTable .headRow td {
    	border: 1px solid #6b91bc;
        background-color: #6b91bc;
        padding: 3px 10px 3px 10px;
        text-align: left;
        font-size: 12px;
        font-family: sans-serif;
        color: white;
        font-weight: bold;
    }
    
	table.listTable th a, table.listTable .headRow td a {
        color: white;
        font-weight: bold;
    }
    
	table.listTable td {
    	border: 1px solid #7399c4;
        background-color: #FFFFFF;
        padding: 2px 10px 2px 10px;
        font-size: 12px;
        font-family: sans-serif;
    }
    
    table.listTable a {
        text-decoration: underline;
        color: #333;
    }
    
    table.listTable a:hover {
        text-decoration: none;
    }

	table.listTable .noborder {
		border: 0px;
		background-color: inherit;
	}
	
	table.listTable .noborder td {
		background-color: inherit;
		border: 0px;
	}

	tr.odd td {
        background-color: #F5F5F5;
    }
    
	tr.even td {
        background-color: #FFFFFF;
    }
    
.even{
/* blue (default) */
	background-color: #FFFFFF;
/* MD Greenview */
/*	background-color: #e3f4e3;  */
}

.odd{
/*    blue (default)  */
	background-color: #F5F5F5; 
/* MD Greenview */
/*	background-color: #ceedce; */
}

/* nice [vertical] table*/

.verticalTable th {
	color: #444444;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: right;
	font-family: sans-serif;
	white-space: nowrap;
}

.verticalTable td {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	font-family: sans-serif;
}

.verticalTable input {
 	font-weight: normal;
	color: #003366;
	font-size: 11px;
}

/* nice info table */
table.infoTable {
	border: 1px solid #6B92BD;
	border-collapse: collapse;
}

.infoTable caption {
	border-top: 1px solid #6B92BD; 
	border-right: 1px solid #6B92BD;
	border-left: 1px solid #6B92BD;
	background-color: #6B92BD;
	color: #FFF;
	padding: 3px 10px 3px 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

.infoTable th {
	color: #333;
	font-weight: bold;
	text-align: right;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	font-size: 12px;
	white-space: nowrap;
}

.infoTable td {
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}

.toggler {
	cursor: pointer;
	text-decoration: underline;
	width: auto;
}

/*
.clear {
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_div.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
}
*/

