﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/

.downLineLink 
{
	text-decoration:none;
}

body
{
	font-size: .85em;
	font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
	background: #fff;
	margin: auto;
	padding: 0;
	width: 100%;
	/*font-size:90%;*/
}

.header
{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #5C87B2;
	background-image: url('gradient.png');
	background-repeat: repeat-x;
	height: 45px;
}

.header-left 
{
	padding-left: 64px;
	float: left;
}
.header-right 
{
	padding-right:32px;
	float: right;
}
.header-title 
{
	color: #5d7cb7;
	font-weight: bold;
	font-size: medium;
}

.footer 
{
	clear: both;
	color: #5d7cb7;	
	padding-top: 10px;
	text-align:center;
	width:100%;
}

p
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

header, footer, nav, section
{
	display: block;
}

.backdrop
{
	-moz-box-shadow: 0px 0px 4px #CCC;
	-webkit-box-shadow: 0px 0px 4px #CCC;
	box-shadow: 0px 0px 4px #CCC;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.bold 
{
	font-weight: bold;
}

/* HEADINGS   
----------------------------------------------------------*/


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

header, #header
{
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}

header h1, #header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-size: 32px !important;
	text-shadow: 1px 1px 2px #111;
}

#main
{
	padding: 30px 30px 15px 30px;
	background-color: #fff;
	border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
}

footer, #footer
{
	background-color: #fff;
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0 0 30px 0;
	font-size: .9em;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	border-bottom: 1px #5C87B2 solid;
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li
{
	display: inline;
	list-style: none;
}

ul#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #e8eef4;
	color: #034af3;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover
{
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active
{
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a
{
	background-color: #fff;
	color: #000;
}

/* TABLE
----------------------------------------------------------*/
/*
table
{
	border: solid 1px #e8eef4;
	border-collapse: collapse;
}

table td
{
	padding: 5px;
	border: solid 1px #e8eef4;
}

table th
{
	padding: 6px 5px;
	text-align: left;
	background-color: #e8eef4;
	border: solid 1px #e8eef4;
}
*/
/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	/*color: Red;*/
}
input.error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

nav, #menucontainer
{
	margin-top: 40px;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	min-width:600px;
	
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-header
{
	background-color: Red;
	border-color: #ff0000;
	border-left: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	border-top: 1px solid #ff0000;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	
	color: #ff0000;
	font-weight: bold;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	color:White;
}

.validation-summary-content
{
	background-color: #ffeeee;
	border: 1px solid #ff0000;
	border-collapse: separate;
	padding-top:5px;
	padding-bottom:5px;
	
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	
	margin-bottom:5px;
}

.validation-summary-errors ul li
{
	list-style-type: none;
}

.validation-summary-valid
{
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
	margin: 1em 0 0 0;
}

.display-field, .editor-field
{
	margin: 0.5em 0 0 0;
}

.text-box.multi-line
{
	height: 6.5em;
}

.tri-state
{
	width: 6em;
}

select
{
	width: 100%;
	height: 24px;
}

input[type="text"]
{
	width: 98%;
	height: 18px;
}

input[type="password"]
{
	width: 98%;
	height: 18px;
}

.blank
{
	height: 18px;
}
.blank_24
{
	height: 24px;
}

.currency 
{
	text-align: right;
}

.treeview 
{
	
}

.treeview a 
{
	color: Black;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin: 0;
	padding: 1px 2px;
	text-decoration: none;
	white-space: nowrap;
}

.treeview a:hover
{
	color: White;
	background-color: #5C87B2;
}

.treeview a > .treeview-icon 
{
	margin-right: 3px;
}

.treeview-open{}
.treeview-closed { display: none; }

.treeview ul, .treeview li
{
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}

.treeview li 
{
	margin-left: 18px;
}

.treeview-icon  
{
	display: inline-block;
	height: 16px;
	width: 16px;
}
.treeview-icon-file { background-image: url("file.png"); }
.treeview-icon-folder { background-image: url("folder.png"); }

.UserDefinedCategory 
{
	background-color: Blue;
	color: White;
	font-weight: bold;
	width: 200px;
}

.dashboard 
{
	background-image: url('/content/gradient.png'); 
	border: 1px solid #5d7cb7; 
	padding: 4px; 
	height:20px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
}

fieldset
{
	border: 1px solid #A6C9E2;
}
legend
{
	color:#E17009;
}

.deleteIcon
{
	padding:15px 10px 15px 72px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url('../../Content/Icons/Delete.png');
}
.errorIcon
{
	padding:15px 10px 15px 72px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url('../../Content/Icons/Error.png');
}
.exclamationIcon
{
	padding:15px 10px 15px 72px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url('../../Content/Icons/Exclamation.png');
}
.helpIcon
{
	padding:32px 10px 32px 72px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url('../../Content/Icons/Help.png');
}
.informationIcon
{
	padding:15px 10px 15px 72px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url('../../Content/Icons/Information.png');
}
.warningIcon
{
	padding:15px 10px 15px 72px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url('../../Content/Icons/Exclamation.png');
}


input[readonly]
{
	background-color: #EEEEEE;
	font-weight: bold;
}
/* Style for disabled controls*/
input[disabled='disabled'], select[disabled='disabled']
{
	background: #EEEEEE;
}
select[disabled='disabled']
{
	background-color: #EEEEEE;
	font-weight: bold;
}

#loading
{
	background-color: white;
	border: 2px solid #5D7CB7;
	border-radius: 6px;
	padding: 10px;
	position: fixed; 
	top: 50%; 
	left: 50%; 
	z-index: 1000;
}