/* BASIC ELEMENTS */
body, html {
	width: 100%;
	height: 100%;
 	text-align: center;
 	background-color: #FFFFFF;
 	color: #333333;
  	font-family: Tahoma,Verdana,Helvetica,sans-serif;
  	font-size: 11px;
	line-height: 16px;
}

a:visited, a:link {
	color: #ed1c24; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	color: #ed1c24;
	font-weight: bold;
}
h1 {
  	font-size: 18px;
  	line-height: 30px;
}

h2 {
  	font-size: 14px;
}

h3 {
  	font-size: 12px;
}

h4 {
  	font-size: 12px;
}

h5 {
  	font-size: 14px;
}

h6 {
  	font-size: 12px;
}

ul {
	padding: 5px 15px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 10px;
}

ul.nav {
	padding:0px;
}

li { font-size: 12px; }
li.singleTab { margin: 0px 0px 0px 20px; }

img {	border: none; }
/* Menu Divs & Classes */
#mainMenuItem {
	width: 190px;
	height: 23px;
	padding: 12px 10px 5px 20px;
	color: #ed1c24;
	font-weight: bold;
	background-color:#ffffff;
	background: url('../media/images/bg_main_mainMenuItem.gif') repeat-x;
	cursor:pointer;
	display:block;
	list-style:none;
	border-bottom: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
}

#mainMenuItem a {
		text-decoration: none;
}

#mainMenuItemDivider {
	width: 100%;
	height: 10px;
	background: #FFF;
	border-bottom: 1px solid #d1d1d1;
	padding:0px;
}

#subMenuItem {
	padding: 5px 5px 5px 35px;
	font-weight: normal;
	background: #FFF;
	border-top: 1px solid #d1d1d1;
	cursor:pointer;
	display:block;
	list-style:none;
}

#subMenuItem:hover {
	background: #f9f8f8;
	text-decoration: none;
	cursor: pointer;
}
#subMenuItem a:hover {
	background: #f9f8f8;
	text-decoration: none;
	cursor: pointer;
}

#subSubMenuItem {
	width: 170px;
	padding: 5px 5px 5px 45px;
	font-weight: normal;
	background: #e9eaea;
	color:#000000;	
}

#subSubMenuItem:hover {
	background: #f9f8f8;
	text-decoration: none;
	cursor: pointer;
}

#CreateUser, #EditUser, #CreateLoan { width: 680px; }

#FlagLoanResults {
	color:#CC0000;
	font-weight: bold;
	width: 100px;
	display: inline;
}
.FlagLoan {
	color:#CC0000;
	font-weight: bold;
}	



/* Classes */
.infoIcon {
	vertical-align: middle;
}

.menuIcon {
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
}

.centered {
	text-align: center;
}

.infoBlock {
	background-color: #ECFFEC;
	padding: 10px;
	width: 600px;
	margin-bottom: 15px;
	border: 1px dashed #CCCCCC;
}
.infoBlock h5 {
	margin: 0 0 10px 0;
}

.headerButton {
	height: 29px;
	width: 103px;
	padding: 9px 5px 0px 8px;
	float: right;
	color: #ed1c24;
	font-weight: bold;
	background: url('../media/images/btnUp_header_blank.gif') no-repeat;
}

.headerButton:hover {
	background: url('../media/images/btnDn_header_blank.gif') no-repeat;
	cursor: pointer;
}

p.bottommargin {
	margin-bottom: 15px;
}


.hr {
	overflow: hidden;
	height: 1px;
	border-top: 1px solid #cccccc;
}

.inline {
	float: left;
	display: inline;
}

.floatLeft {
	float: left;
}

.requestInfo {
	color: #009900;
	background-color: #E6F2FF;
	font-weight: bold;
	padding: 10px;
	width: 600px;
	margin-bottom: 15px;
	border: 1px dashed #CCCCCC;
}

.requestError {
	color: #ff0000;
	font-weight: bold;
}

.resultTable {
	border:1px solid #bbbbbb; 
	border-collapse:collapse;
}
.resultTable tr.evenRow:hover{
	background-color:#dedede;
}
.resultTable tr.oddRow:hover{
	background-color:#dedede;
}
.resultTable td {
	height: 20px;
	padding: 2px 0px 2px 5px;
	text-align:left;
	vertical-align:middle;
	font-size:12px;
}

.resultTable tr.title {
	background: #bbbbbb;
	font-weight:bold;
}

.resultTable tr.evenRow {
	background: #EBEBEB;
	font-size:13px;
}

.resultTable tr.oddRow {
	background: #F9F9F9;
	font-size:13px;
}

.resultTable td.stockAlertRow {
	background: #ffdfdf;
	color: #ff0000;
	font-weight: bold;
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
}

.pagingLinks a { margin-left:3px; padding:1px 5px; border:1px solid #ff9999; color:#ed1c24; font-weight:normal; line-height:20px;}
.pagingLinks a:hover { border:1px solid #ed1c24; color:#ed1c24; text-decoration:none; font-weight:normal;}
.pagingNoLinks { margin-left:3px; padding:1px 5px; border:1px solid #ff9999; color:#CCCCCC; font-weight:normal; line-height:20px;}
.pagingNums a { margin-left:3px; padding:1px 7px; border:1px solid #ff9999; color:#ed1c24; font-weight:normal; line-height:20px;}
.pagingNums a:hover { border:1px solid #ed1c24; color:#ed1c24; text-decoration:none; font-weight:normal;}
.pagingCurr{ margin-left:3px; padding:1px 6px; border:1px solid #ed1c24; background-color:#ed1c24; color:#ffffff; font-weight:bold; text-align:center; line-height:20px;}


/* Jeditable Buttons */
.editable input[type=submit] {
  color: #F00;
  font-weight: bold;
}
.editable input[type=button] {
  color: #0F0;
  font-weight: bold;
}

