body {
	font-size: small;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "Verdana", "Arial", sans-serif;
	margin: 0;
	padding: 0;
	border-top: 2px solid #586976;
}

#application h1 {
	font-size: 16px;
	margin: 10px 6px 10px 6px;
	color: #586976;
	text-align: left;
	padding-top: 15px;
	padding-left: 15px;
}

h1.report-heading {
	font-size: 16px;
	margin: 10px 6px 10px 6px;
	color: #586976;
	text-align: left;
	padding-top: 15px;
	padding-left: 15px;
	background: transparent url('/images/report.gif') no-repeat 15px 18px;
	padding-left: 36px;
}

div.main_column 
{
	padding:0px 15px 0px 15px;
	margin: 0px 6px 0px 6px;
}

#application h1.report-heading 
{
	background: transparent url('/images/report.gif') no-repeat 15px 18px;
	padding-left: 36px;
}

#application h1.claim-form 
{
	background: transparent url('/images/claim.gif') no-repeat 15px 18px;
	padding-left: 36px;
}

#application h1.manage-files 
{
	background: transparent url('/images/download_files.gif') no-repeat 15px 18px;
	padding-left: 36px;
}

#application h1.request-approval 
{
	background: transparent url('/images/request_approval.gif') no-repeat 15px 18px;
	padding-left: 36px;
}

#application h1.manage-users 
{
	background: transparent url('/images/user_edit.gif') no-repeat 15px 18px;
	padding-left: 36px;
}

#application h1.add-user 
{
	background: transparent url('/images/user_add.gif') no-repeat 15px 18px;
	padding-left: 36px;
}

#application h1.manage-files 
{
	background: transparent url('/images/page_copy.gif') no-repeat 15px 18px;
	padding-left: 36px;
}

#application h1.edit-file 
{
	background: transparent url('/images/page_edit.gif') no-repeat 15px 18px;
	padding-left: 36px;
}

#application h1.upload-files
{
	background: transparent url('/images/page_save.gif') no-repeat 15px 18px;
	padding-left: 36px;
}

#application h1.view-claims
{
	background: transparent url('/images/folder_explore.gif') no-repeat 15px 18px;
	padding-left: 36px;
}

#application h1.user-approval
{
	background: transparent url('/images/user_comment.gif') no-repeat 15px 18px;
	padding-left: 36px;
}

#application h1.dealer-search
{
	background: transparent url('/images/user_suit.gif') no-repeat 15px 18px;
	padding-left: 36px;
}

#application h1.order-fixtures
{
	background: transparent url('/images/basket.gif') no-repeat 15px 18px;
	padding-left: 36px;
}

#application h2 {
	font-size: 14px;
	margin: 10px 0px 10px 0px;
	color: #586976;
	text-align: left;
	padding-top: 15px;
}

#application h3 {
	font-size: 12px;
	text-decoration: underline;
	margin: 10px 6px 10px 6px;
	color: #586976;
	text-align: left;
	padding-top: 5px;
	padding-left: 15px;
}

.applicationText
{	
	padding-right: 36px;
	padding-left: 36px;
	padding-bottom: 36px;
}

#landing-page 
{
	padding: 30px;
}

.button-controls 
{
	padding-left: 20px;
}

.img-shadow {
	float:left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 10px 0 10px !important;
	margin: 10px 0 0 5px;
 }

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 2px;
	xmargin: 5px;
}

.action-button {
	display: block;
	padding: 1px;
}




#application {
	clear: both;
}

#report-legend {
	float: left;
	clear: both;
	margin: 10px;
}

table.report {
	font-size: 11px;
	width: 95%;
	border-bottom: 2px solid #7c7c7c;
	border-left: 1px solid #ccc;
	margin: 25px;
}

table.report td {
	padding: 5px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}


table.report td.active {
	border-right: 2px solid #4D9900;
	color: #000;
	}

table.report td.expired {
	border-right: 2px solid #990000;
	color: #888;
}

table.report td.expiring {
	border-right: 2px solid #CCCC33;
	color: #555;
}

table.report th {
	background: url('../images/thbg_nf.gif') repeat-x left top;
	border-bottom: 2px solid #38434B; 
	color: #efefef;
	font-weight: normal;
	font-size: 12px;
	padding: 8px;
	text-align: left;
}

table.report th a:link , table.report th a:visited
{
	color: White;
}

table.report tr.alt td {
	background: #E6F0FB;
}

table.report tr.reply td {
	background: #fafafa;
	font-style: italic;
}

table.report tr.reply td span {
	padding-left: 50px;
	background: transparent url('../images/reply_icon.gif') no-repeat top left;
}

table.report tr.total td 
{
	background:#DFDFDF;
	font-weight: bold;
	border-top:1px solid #999;
}

table.report td.total 
{
	background:#DFDFDF;
	font-weight: bold;
	border-top:1px solid #999;
}

table.report tr.grandtotal td 
{
	background:#fff;
	font-weight: bold;
	border-top:2px dotted #000;
}
table.report tr.subgrandtotal td 
{
	background:#fff;
	font-weight: bold;
	border-top:2px solid #000;
}

table.report tr td.number {
	text-align: right;
}

table.report tr td.date {
	text-align: right;
}


table.report tr td.number span {
	float: right;
}

table.report tr td.date span {
	float: right;
}

table.report tr.denied td {
	color: #888;
}

table.report tr.invisible td {
	color: #888;
}

table.report tr.totals td {
	background: #efefef url('../images/chooser-bg.gif') repeat left top;
	font-weight: bold;
}

table.transactions-popup {
	font-size: 10px;
	width: 100%;
}

table.transactions-popup th {
	text-align: right;
}
table.transactions-popup tr {
	text-align: right;
}

table.transactions-popup tr.alt td {
	background: #efefef;
}

/* our highlighting style */
table.report tr.highlight td {
	background: #ffffce;
	border-right: 1px solid #ccc;
}


div.chooserbar {
	clear: both;
	padding: 5px;
	background: #efefef url('../images/chooser-bg.gif') repeat left top;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	white-space: nowrap;
}

div.chooserbar select {
	margin-right: 10px;
	font-size: 10px;
	width: auto ;
}

/* ------------- */
/* AUTO COMPLETE */
/* ------------- */
.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow-y:scroll;
	overflow-x:hidden;
	max-height: 300px;
    text-align : left; 
    list-style-type : none;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	cursor:pointer;
	padding: 1px;
	margin-left: -40px;
}
/* AutoComplete item */
.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	cursor:pointer;
	padding : 1px;
	margin-left: -40px;
}

#coopt-footer {
	font-size: 10px;
	text-align: right;
	padding: 10px;
	background: url(../images/coop_logo_small.gif) no-repeat 4px 11px;
	border-bottom: 1px solid #aaa;
}


#footer {
	font-size: 9px;
	color: #444;
	text-align: center;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	background: #BAC8D3;
	padding-bottom: 10px;
	clear: both;
}

#footer ul li {
	display: inline;
	list-style: none;
	padding-right: 4px;
	padding-left: 4px;
	border-right: 1px dotted #ccc;
}

#footeruser {
	clear: both;
	margin-top: 30px;
	font-size: 10px;
	padding: 4px;
	color: #777;
	background: #efefef;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

#footeruser a, #footeruser a:visited {
	color: #666;
}

#footer ul {
	padding: 0;
	margin: 0;
}

#login {
	clear: both;
	margin:0 auto;
	margin-top: 50px;
	text-align: left;
	width: 300px;
	border: 1px solid #aaa;
	background: #fafafa;
}

#forgot {
	clear: both;
	margin:0 auto;
	margin-top: 20px;
	text-align: left;
	width: 300px;
	border: 1px solid #aaa;
	background: #fafafa;
}

#login table {
	padding: 5px;
}

#login table td 
{
	padding: 5px;
}

#login h1 {
	text-align: center;
	background:#efefef url('/images/thbg.gif') repeat-x left top;
	border-bottom: 1px solid #aaa;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: White;
}

#login-wrapper {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.icon-report {
	padding-left: 22px;
	background: transparent url('../images/calculator.gif') no-repeat left top;
}

.hover-link {
	border-bottom: 1px dotted #333;
	float: right;
}

span:hover.hover-link {
	background: #ffffce;
	cursor: pointer;
}

#pagination {
	width: 100%;
	margin: 0;
	padding-left: 20px;
	font-size: 11px;
	display: block;
}

#pagination #current-page {
	font-weight: bold;
	background: #aaa;
	border: 1px solid #777;
	color: white;
	padding: 1px 5px 1px 5px;
	position: relative;
}

#pagination a {
	border: 1px solid #aaa;
	color: #555;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
	position: relative;
}

#pagination a:hover {
	background: #efefef;
}

#fullbar 
{
	float:left;
	width:100%;
}

#databar 
{
	float:left;
	margin-left:25px;
	width:50%;
	padding: 8px;
}

#export 
{
	
	float: right;
	padding: 8px;
	text-align:right;
}

#export1 {
	float: right;
	clear: both;
	padding: 8px;
}


input#run_report {
	vertical-align: middle;
}

#export ul li {
	display: inline;
	margin: 0;
	padding: 0;
	padding-right: 3px;
}
#export1 ul li {
	display: inline;
	margin: 0;
	padding: 0;
	padding-right: 3px;
}

div.filter, #filter {
	border: 1px dotted #586976;
	border-left: 0;
	border-right: 0;
	padding: 5px;
	background: #BAC8D3;
	font-size: 13px;
}

.msg-error {
	color: maroon;
	padding: 2px;
	margin: 10px;
	background: url('/images/cancel_16.gif') no-repeat 8px 8px;
	text-align: left;
    padding: 8px;
	padding-left: 28px;
	border: 1px solid maroon;
    background-color: #FFCCCC;
}
.msg-error a:link
{
	color: maroon;
	text-decoration:none;
}
.msg-error a:visited
{
	color: maroon;
	text-decoration:none;
}

.msg-alert {
	color: #333;
	padding: 2px;
	margin: 10px;
	background: url('/images/alert_14.gif') no-repeat 8px 8px;
	text-align: left;
	border:			  1px solid #ccc;
    padding:          8px;
	padding-left: 28px;
    background-color: #FFFFE0;
}
.msg-alert a:link
{
	color: #333;
	text-decoration:none;
}
.msg-alert a:visited
{
	color: #333;
	text-decoration:none;
}

.msg-success {
	color: #333;
	padding: 2px;
	margin: 10px;
	background: url('/images/greencheck.gif') no-repeat 8px 8px;
	text-align: left;
    padding:          8px;
	padding-left: 28px;
	border: 1px solid #488F62;
    background-color: #BEDEBE;
}
.msg-success a:link
{
	color: #333;
	text-decoration:none;
}
.msg-success a:visited
{
	color: #333;
	text-decoration:none;
}

.msg-info {
	color: #333;
	padding: 2px;
	margin: 10px;
	background: url('/images/information.gif') no-repeat 8px 8px;
	text-align: left;
    padding:   8px;
	padding-left: 28px;
	border: 1px solid #AAD0DF;
    background-color: #D2E6EE;
	clear: both;
}
.msg-info a:link
{
	color: #333;
	text-decoration:none;
}
.msg-info a:visited
{
	color: #333;
	text-decoration:none;
}

.graph  
{
	text-align: center;
	clear: both;
}
div.tos_text
{
	white-space: pre;
}

div.command-buttons 
{
	text-align: right;
	padding-right: 25px;
}

/* @group Current-revised */

div.chooserbar {
	border-bottom: none;
}

#ctl00_ContentPlaceHolder1_Chooserbar1_UpdatePanelTop {
	padding-top: 2px;
	padding-bottom: 2px;
}

/* @end */

/* @group New */

#filterTitle {
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 10px;
	color: #4e4e4e;
	font-size:11px;
}

#search {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #f3f3f3;
	border-top: 1px solid #e2e1e3;
	border-bottom: 1px solid #adacac;
	font-size:11px;
}

#searchLabel {
	padding-top: 8px;
	float: left;
	text-transform: uppercase;
	padding-right: 10px;
	font-weight: normal;
	color: #4e4e4e;
	font-size:9px;
}

#searchBox {
	padding-left: 5px;
	float: left;
}

#searchBox input {
	padding: 2px;
	margin-top: 5px;
	font-size: 11px;
	border: 1px solid #999999;
	width: 200px;
}

#searchButton {
	padding-top: 2px;
	padding-left: 8px;
	float: left;
}

#ctl00_ContentPlaceHolder1_Chooserbar1_UpdateProgress1 {
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 0;
	padding-right: 0;
	margin: 0;
	float: left;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:325px;
}

div#newOrExistingSelection 
{
	float:left;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;
	text-align: center;
	position: relative;
}

div#newOrExistingSelection input 
{
	margin-right: 5px;
	margin-left: 5px;
}

/* @end */