.AdminNav { 
	color: black; 
	text-decoration: none; 
	font-size: 10pt; 
	}
.AdminNav:hover { 
	text-decoration: underline 
	}
.AdminNavCurrent { 
	color: black; 
	text-decoration: none; 
	font-size: 12pt; 
	font-weight: bold; 
	}
.AdminNavCurrent:hover { 
	text-decoration: underline; 
	}
.AdminLoginInfo { 
	color: black; 
	text-decoration: none; 
	font-size: 10pt; 
	}
.loginInfoTable {
	width: 100%;
}

img {
	border: 0px;
	}
table.imgTable td {
	text-decoration: none; 
	color:#295C0F; 
	width:20%; 
	text-align: center; 
	padding: 5px;
	}
table.imgTable {
	background-color:#F7F2EA;
	width: 100%;
	}
/*
body {
	background-color:#F0E7D7; 
	text-align: left;
	}
*/

#adminContent {
	/*float: left;*/
	margin-left: 190px;
	background-color: #F7F2EA;
	width: 700px;
	padding: 5px;
	min-height: 500px;
	margin-bottom: 10px;
}
#adminLog {
	background-color: #F7F2EA;
	width: 700px;
	padding: 20px;
	min-height: 500px;
}

#SideNavContainer {
	float: left;
	background: #f0e7d7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
	width: 150px;
	margin-right: 45px;
}

ul#SideNav {
        text-align: left;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 100%;
}
ul#SideNav li {
        display: block;
        margin: 0;
        padding: 0;
}

ul#SideNav li a {
        display: block;
        width: 100%;
        padding: 0.5em 0 0.5em 2em;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color: #295C0F;
        text-decoration: none;
        background: #f7f2ea;
}
ul#SideNav li.active a {
        background: #f0e7d7;
        color: #54225F;
}

ul#SideNav li a:hover, 
ul#SideNav li.active a:hover, 
ul#SideNav li a#current {
        color: #54225F;
        border-color: #aaab9c #fff #fff #ccc;
}

select.ddlclients, select.ddlbranches {
	width: 250px;
}

.admincontentheader {
	border-bottom: #A91905 2px solid;
	font-size:16
}

.option, .selectButton {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.pointer {
	cursor: pointer;
}

.imgTN {
	width: 100px;
	height: 100px;
}

.imgTNAdmin {
	width: 50px;
	height: 50px;
}

#adminFileList {
	/*float: left;*/
	width: 700px;
	padding-bottom: 20px;
}

table.tablesorter {
	width: 99%;
	/*padding-bottom: 25px;*/
}
table.tablesorter td {
	text-align: left;
	vertical-align: bottom;
	padding: 3px 10px;
}
table.tablesorter td.iconfield {
	text-align: center;
	width: 20px;
	padding: 3px;
}

.evenRow {
	background-color: #F2F2EE;
}
.oddRow {
	background-color: #FBFFFA;
}
.sepRow {
	background-color: #cccccc;
}
.clearit {
	clear: right;
}
/************************/
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .noSort {
	/*display: none;*/
	background-image: none;
	cursor: default;
}
table.tablesorter tbody td {
	/*
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
	*/
}
table.tablesorter tbody tr.odd td {
	/*background-color:#F0F0F6;*/
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #F0E7D7;
}
#pager.pager 
{
	padding-top: 20px;
	position: relative !important;
	top: 0px !important;
}

ol {
	margin: 10px 40px
}