@charset "utf-8";
/* CSS Document */
body {
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:small;
}

#header {
	height:70px;
}

#header #logo {
	float:left;
	width:215px;
	height:70px;
}

#header #current_site {
	float:left;
	font-size:22px;
	font-weight:bold;
	padding-left:10px;
	padding-right:11px;
	padding-top:24px;
}

#header #toolbar {
	float:right;
	padding-right:10px;
	padding-top:10px;
}

#header #toolbar a {
	text-decoration:none;
}

#container {
	width:960px;
	margin: 0 auto;	
}

#container #menu {
	padding-left:34px;
	padding-top:14px;	
}

#container #menu a {
	padding-right:15px;
}

#container #sub-menu {
	padding-left:34px;
	margin-top:2px;
}

#container #sub-menu a {
	text-transform:uppercase;
	
	padding-right:5px;
	padding-left:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
#container #sub-menu strong a {
	font-weight:normal;
}

#content {
	width:960px;
	padding-left:26px;
	padding-top:20px;
	padding-right:34px;
}

#content input {
}

#content div.login {
	margin-top:50px;
	padding: 5px;
	width: 300px;
}

#content div.explain {
	padding:3px;
	margin-bottom:10px;
}

#content h1 {
	color:#FFF;
	font-size:14px;
	padding:5px;
}

#content a {
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}
#content ul.action-list {
	padding-left:8px;
}

#content ul.action-list li {
	list-style-type:none;
	padding-bottom:8px;
}

#content table td.text {
	font-size:12px;
}

#content table td.value {
	font-size:12px;
}

#content table td.selector {
}

#content table td.value a {
}

#content table tr.important td.text {
}
#content table tr.important td.value {
}

#content table td.warning,
#content table td.alert,
#content table td.notice {
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}



#content table tr.header td {
	font-size:11px;
	text-transform:uppercase;
}

#content tbody.datarows td {
}

#content tbody.datarows td a {
	text-decoration:underline;
}

#content tbody.datarows td div.info {
	padding:2px;
	font-size:10px;
	display:block;
	text-decoration:none;
	margin-bottom:2px;
}

#content tbody.datarows td a:hover {
	text-decoration:none;
}

#content tbody.datarows td.TD_Warning {
		
}

#content div.toolbar {
	float:right;
	padding:4px;
}

#content td.textfield input,
#content input.textfield,
#content textarea.textfield,
#content select.textfield {
	border: 0;
	width: 99%;
}

#content td.textfield
{
}

#content td.field_highlight {
	border:1px solid orange;
}

#content td.field_highlight input {
}

#content div.inline-menu {
	padding:10px;
}


#content div.inline-menu a {
	padding:4px;
	text-decoration:none;
}

#content div.inline-menu a:hover {
}


/*
Tab Navigation
----------------------------------------------- */

ul.BluoraTabbedNavigation { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 0em 0 1em 0; /* set margins as desired */
	font: bold 11px Trebuchet MS,Verdana,Sans-serif; /* set font as desired */
	list-style-type: none;
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul.BluoraTabbedNavigation li { /* do not change */
	display: inline;
	cursor:pointer;	
}

ul.BluoraTabbedNavigation li a.CloseTab { /* do not change */
	display:none;
}

ul.BluoraTabbedNavigation li.selected a.CloseTab { /* do not change */
	padding:0px 3px;
	margin-right:2px;
	display:inherit;
}

ul.BluoraTabbedNavigation li.selected a.CloseTab:hover { /* do not change */
	text-decoration:none;
}

ul.BluoraTabbedNavigation li.selected { /* settings for selected tab link */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul.BluoraTabbedNavigation li.semi-selected {
	color:#FFF;
}

ul.BluoraTabbedNavigation li.semi-selected:hover {
}

#options_section ul.BluoraTabbedNavigation li.selected {
}

ul.BluoraTabbedNavigation li { /* settings for all tab links */
	padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}


#options_section ul.BluoraTabbedNavigation li {
}

ul.BluoraTabbedNavigation li:hover { /* settings for hover effect */
}

ul.BluoraTabbedNavigation li.selected:hover { /* settings for hover effect */
}


div.DIVBOX_header {
	padding:5px;
	padding-left:20px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}


div.DIVBOX_header h2 {
	font-size:20px;
	margin:0px;
	padding:0px;
}

div.DIVBOX_request {
	padding:5px;
	padding-left:20px;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}

#content input.BUTTON_cancel,
#content input.BUTTON_previous,
#content input.BUTTON_next {
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
	height:30px;
	text-transform:uppercase;
	border-width:2px;
}