/* ==================================================================================================================================================================
	Create decent wireframe
================================================================================================================================================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	font-family: Verdana,Muli,Helvetic,sans-serif;
}

body		{  }

body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	
}

body {
	background: #FFF;
	height: 100%;
}

button, input.button {
	font-weight: bold;
	padding: 0.5em 0.75em 0.5em 0.75em;
}

input, textarea {
	padding: 0.25em;
}

select { 
	padding: 0.15em;
	margin-left:0px;
}

a {
	cursor:pointer;
}

a.action:visited {
	color: #0000dd;
}


/* YUI base.css adds borders in, but I prefer to start borderless */
th, td {
	border-style: none;
	padding-left: 0.25em;
}

#page {
	background: #ffffff;
	min-height: 100%;
}

#header {
	overflow:auto;
	padding: 1em;
	width:1000px;
	margin:auto;
}

#branding {
	float:left;
	padding-bottom: 0.5em;
}

#branding .logo {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	text-shadow: 0.1em 0.1em 0.2em #cccccc;
}

#branding .logo:hover {
	text-decoration:none;
} 
#authDetails a 			{ text-decoration:none; color:#666; }

#menuBar {
	clear:both;
	height: 2.75em; /* Must match menu height + padding etc. */
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
}

#content {
	padding: 40px;
	overflow:auto;
	padding-bottom: 40px;
	width:1000px; 
	margin:auto;
}

#footer {  
    font-family:Muli, sans-serif; 
    font-size:12px; 
    color:#FFFFFF; 
    padding:20px; 
}

#cFrontBranding 		{ float:right; width: 140px; color:#666; display:none;}

#cFrontBranding a 		{ color:#909090; }

#cFrontBranding a:hover { color:#06D5ED }

#cFrontBranding em 		{ color:#06D5ED }


/* PAGE LAYOUTS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.single_sidebar_container {
	overflow:auto;
}

.single_sidebar_container .main_content {
float:left;
}

.single_sidebar_container .sidebar {
	float:right;
	width: 300px;
	border-left: 1px dotted #000000;
	padding-left: 1em;
	margin-left: 1em;
}

/* COMMON LAYOUTS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.form_item {
	padding: 0.25em;	
	overflow:auto;
	clear:both;
}

.form_item > span {
	float:left;
}

.form_item > label {
	clear:both;
	float:left;	
	vertical-align: top;
	width: 10em;
}

.form_item_help {
	float:left;
	margin-left: 10em;
	margin-bottom: 0.5em;
	color: #000090;
}

.form_item_field_sep {
	display:inline-block;
	margin-left: 0.75em;
	margin-right: 0.75em;
	text-align:center;
}

.form_group {
	clear:both;
}

.form_submit_group {
	clear:both;
	padding-top: 1em;
}

.error_flag {
	color: #ff0000;
	padding: 4px;
	margin-bottom: 1px;
	border-radius: 4px;
	background: #ffffee;
	border: 1px solid #ddddcc;
}

.error_flag.ef_warning {
	color:#C47C00;
}

.iclickable {
	cursor:pointer;
}

ul.edit_messages {
	margin:0px;
	padding:0px;
	border: 1px solid #ffff00;
	background: #ffffee;
}

ul.edit_messages li {
	list-style-type:none;
	margin:0px;
	padding:0.5em;
	padding-left: 24px;
	min-height: 16px;
}

ul.edit_messages li.em_message {
	color: #0000dd;
}

ul.edit_messages li.em_error {
	color: #ff0000;
}


/* MENUS (Suckerfish style base) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
ul.menu, ul.menu ul { padding:8px 0px 0px 0px; margin: 0px; position:absolute; }

ul.menu li 			{ float: left;  position: relative; list-style-type: none; font-size: 1.6em; white-space:nowrap; 
						font-family:'Ubuntu', sans-serif; }

ul.menu li ul 		{ display: none; position: absolute; top: 1em; left: 0px; border:1px solid #dddddd; border-top:none; box-shadow: 0.25em 0.25em 1em #dddddd; }

ul.menu li ul li 	{ float:none; }

ul.menu li ul li.separator {
	border-bottom: 1px dotted #909090;
}


ul.menu li > ul {
	top: auto;
	left: auto;
}

ul.menu li:hover ul { 
	display: block; 
}

ul.menu a 			{ display:inline-block; padding: 0.5em; color: #001F26; text-decoration:none;}

ul.menu a:visited 	{ color: #001F26; }

ul.menu > li > a {
	padding-left: 0px;
}

/* DIALOGS (jQuery UI)  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.dialog {
	/*display:none*/
}

.jqui_message_box, .jqui_modal_editor {
	border-radius:4px !important;
	box-shadow: 0px 0px 2em #aaaaaa;
}

.jqui_message_box .ui-dialog-titlebar {
	display:none;
}
