/*
	style.css (MCPs)
	-------------------------------	
	Other files required:
		* specific-pages.css
*/
@import url(./specific-pages.css);

body {
	margin: 0;
	background-color: #f9f9f9;
	line-height: 16px;
}

body, td, input, select, textarea {	
	font-family: arial; 
	font-size: 12px; 	
}

a {
	color: blue;
	font-weight: normal;
}

.inner {
	width: 550px;
	margin: 0 auto;	
	text-align: left;
}

.cb {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}

h2 {
	margin-top: 0;
	font: bold 12px arial;	
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;	
}

/***********************************************
Header
***********************************************/
#header {
	background: #2b4273 url(/pics/header_bg.png) repeat-x;
	height: 31px;
	padding-top: 12px;
	text-align: center;
}

#header #logout {
	float: right;
	color: #fff;
	margin-top: 3px;
	font: bold 11px arial;	
}

/***********************************************
Menus
***********************************************/
ul#tabs {
	background: url(/pics/header_tab_line_4.png) bottom left no-repeat;
	margin: 0;
	padding: 0;
	list-style: none;	
	height: 26px;
}

.tabs-1 {
	background-image: url(/pics/header_tab_line_1.png) !important;
}

.tabs-2 {
	background-image: url(/pics/header_tab_line_2.png) !important;
}

.tabs-3 {
	background-image: url(/pics/header_tab_line_3.png) !important;
}

.tabs-5 {
	background-image: url(/pics/header_tab_line_5.png) !important;
}

ul#tabs li {
	float: left;
	margin: 0 2px 0 0;
	height: 25px;
	width: 98px;
	background: #f4f4f4 url(/pics/header_tab.png) no-repeat;
	text-align: center;
	font: normal 11px arial;
	border-bottom: solid #d3d3d3 1px;
}

ul#tabs li.tab-selected {
	padding: 5px 0 0 0;
	height: 21px;
	background-color: #fff;	
	border-bottom: none;
}

ul#tabs li a {
	padding: 5px 0 7px 0;
	display: block;
	color: #000;
	text-decoration: none;	
}

ul#tabs li a:hover {
	text-decoration: underline;
	color: blue;	
}

.submenu {
	height: 17px;
	background-color: #fff;
	padding: 10px;
	border-left: solid #d3d3d3 1px;
	border-right: solid #d3d3d3 1px;
	border-bottom: solid #d3d3d3 1px;
}

.submenu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.submenu ul li {
	float: left;
	padding: 0 10px;
	border-right: solid #d3d3d3 1px;
	text-align: center;
	font-size: 11px;
}

.submenu ul li.last {
	border-right: none;
	padding-right: 0;
}

/***********************************************
Content area
***********************************************/
* html #content {
	padding-top: 15px;	
}

#maincontent {
	background-color: #fff;
	clear: left;	
	padding: 15px;
	border-left: solid #d3d3d3 1px;
	border-right: solid #d3d3d3 1px;
	border-bottom: solid #d3d3d3 1px;
	margin-bottom: 15px;
}

.contentbox {
	margin: 15px 0;
	background-color: #f2f2f2;
	padding: 15px;	
}

.headertip {
	background: #fff url(/pics/info_icon_white.png) 10px 12px no-repeat;
	clear: left;	
	padding: 10px 15px 10px 40px;
	border-left: solid #d3d3d3 1px;
	border-right: solid #d3d3d3 1px;
	border-bottom: solid #d3d3d3 1px;
}

.headertip p {
	margin: 0;	
}

/***********************************************
Forms
***********************************************/
p.fielddescription {
	margin-top: 0 !important;	
}

div.row {
	clear: both;
	padding-top: 5px;
}

div.row p {
	color: #336;
	font-size: 11px;
}

div.row a {
	font-size: 11px;
}

div.row label {
	float: left;
	width: 150px;
	text-align: right;
	font-weight: bold;
	padding: 3px 3px 0 0;
}

div.row .rowinput {
	display: inline;
	margin-left: 10px;
	width: 235px;
	text-align: left;
	color: #c00;
	font-size: 13px;
}

div.row .rowinput .textinput {
	width: 155px;	
}

div.radiorow {
	margin-left: 10px;	
}

div.radiorow label {
	float: left;
	padding: 3px 10px 3px 1px;
	margin: 0;
}

div.radiorow .radioinput {
	float: left;
	clear: left;
}

div.radiorow select, div.radiorow .textinput {
	float: left;
}

div.rowspacer {
	margin-top: 20px;	
}

div.rowseparator {
	background-color: #CFCFCF;
	margin: 15px 0 5px 0;
	font-weight: bold;
	padding: 5px;
}

.importantrow {
	margin: 15px 0;
	padding: 8px 0;
	background-color: #fff;	
}

div.row p.important {
	margin: 10px 15px;
}

p.comment {
	color: #333 !important;
	font-size: 11px;
	margin: 5px 0 0 155px;	
}

label.formerror {
	color: red;
}

input.submitbutton {
	float: right;
	margin-top: 5px;	
}

.addbutton {
	width: 70px;
}

.removebutton {
	width: 70px; 
	float: right; 
	margin-top: 50px;
}

/***********************************************
Notes
***********************************************/
p.note, p.importantnote {
	background: url(/pics/info_icon_white.png) no-repeat left top;
	padding-left: 25px;
}

p.importantnote {
	background-image: url(/pics/info_error.png);
}

/***********************************************
Status bars
***********************************************/
#statusbar, #statusbarcomplete, #statusbarnote {
	background: #FBF6CE url(/pics/info_error.png) 4px 8px no-repeat;
	border: solid #DBDBDB 1px;
	padding: 10px 10px 10px 30px;
	margin-bottom: 15px;
}

#statusbarcomplete {
	background: #FBF6CE url(/res/complete_circle.gif) 10px 8px no-repeat;
}

#statusbarnote {
	background: #FBF6CE url(/pics/info_icon.png) 4px 10px no-repeat;
}