
html
{
	height: 100%;
}

body
{
	background: #81BDFC;	
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #000000;
	margin: 8px 24px;
}

th
{
	text-align: left;
}

h1
{
	font-size: 1.4em;
	border-bottom: 0 none;
	margin: 4px 0;
}

h4
{
	font-size: 1.2em;
	margin: 4px 0;
}

a img
{
	border: none;
}

a 
{
	text-decoration: none;
	color: #006EBA;
}

a:hover
{
	text-decoration: underline;
}

p
{
	margin: 0;
	padding: 0 0 1em;
}

#container
{
	background: #C9E2FC;
	padding: 10px 15px 5px 15px;
	text-align: left;
	margin: 0 auto; 
}

.container_narrow
{
	width: 1024px;
}

.container_wide
{
	width: auto;
}

#accountbox
{
	float: right;
	background-color: white;
	width: 360px;
	margin-top: 5px;
	padding: 5px;
	position: relative;
}

#accountbox table
{
	width: 100%;
}

#accountbox .input_td
{
	text-align: right;
}

#accountbox .spacer
{
	width: 100%;
}

#accountbox .input_td input
{
	width: 120px;
}

#accountbox .default_label
{
	font-style: italic;
	color: #C0C0C0;
}

#accountbox p
{
	padding: 0;
}

#accountbox .acc_display_name
{
	font-size: 12pt;
	font-weight: bold;
}

#accountbox .acc_id
{
	margin-top: 4px;
	margin-bottom: 4px;
	font-style: italic;
	color: #C0C0C0;
}

#accountbox .logout_div
{
	position: absolute;
	top: 5px;
	right: 10px;
}

.errorlist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.errorlist li
{
	display: inline;
	color: #CC0000;
}

.submit_td
{
	padding-top: 4px;
	text-align: right;
}

.auth_fail
{
	color: red;
	width: 100%;
	text-align: center;
	margin-bottom: 4px;
}

#headerlinks
{
	background: url('../images/topbar_bg.png') repeat-x top left;
	clear: both;
	background-color: white;
	text-align: center;
	font-style: normal;
	color: #533f40;
	padding: 3px 0 0 0;
	margin-top: 10px;
	height: 20px;
	position: relative;
}

#headerlinks a 
{
	margin: 0 7px;	
}

#headerlinks .lborder
{
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 24px;
	background: url('../images/topbar_l.png') no-repeat center left;
}

#headerlinks .rborder
{
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 24px;
	background: url('../images/topbar_r.png') no-repeat center right;
}

#lang_switcher
{
	position: absolute;
	right: 4px;
}

#lang_switcher a
{
	margin: 0;
}
	
#contentandnav 
{ 
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
}

#content_div
{
    background-color: white;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 15px;
}

#nav
{
	float: left;
	background-color: white;
	width: 180px;
}

#nav ul
{
	padding-left: 18px;
}

#nav li
{
	list-style: none;
	margin-bottom: 3px;
}

#nav .active
{
	font-weight: bold;
}

#nav .inactive
{
	font-weight: normal;
}

#nav .disabled
{
	color: #C0C0C0;
}

#nav ul .submenu
{
	margin-top: 2px;
	margin-bottom: 10px;
}

#footer
{
	clear: both;
	text-align: center;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #533f40;
	padding: 0px;
	height: 15px;
}

#footer a 
{
	padding: 0 7px;
}

#footer a:hover
{
	text-decoration:underline;
}


#footer ul li
{
	font-size: 10px;
	font-style: normal;
	list-style: none;
	padding: 0 4px;
}

#footer li a 
{
	text-decoration:none;
}

#footer li.first:before
{
	padding-right:0;	
}

.section
{
	margin: 0 4px 1.1em;
	padding: 4px;
}

.wave_section
{
	margin: 0;
	padding-top: 4px;
	padding-bottom: 5px;
}

.gadget_form #id_title
{
	width: 200px;
}

.gadget_form .default_title
{
	color: #C0C0C0;
}

.gadget_form #id_upload
{
	width: 390px;
}

.gadget_form #id_url
{
	width: 390px;
}

.gadget_form .errorlist
{
	padding-bottom: 4px;
	font-weight: bold;
}

.success_message
{
	color: #33CC00;
	font-weight: bold;
}

.tooltip
{
	background-color: #EEEEEE;
	border: 1px solid #111111;
	opacity: 0.85;
	padding: 5px;
	position: absolute;
	z-index: 3000;
	font-size: 1.2em;
}

.as_avatar
{
	margin-top: 0 !important;
	margin-left: 0 !important;
	height: 40px !important;
}

.gadget_title
{
	cursor: help;
}

.gadget_loader_fail
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.gadget_loader_fail .bg_div
{
	width: 100%;
	height: 100%;
	background: url(../images/ui-bg_diagonals-thick_18_b81900_40x40.png) repeat scroll 50% 50%;
	opacity: 0.5;
}

.gadget_loader_fail .msg_div
{
	color: #CC0000;
	font-weight: bold;
	background-image: url(../images/generic_error.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	background-color: #CCCCCC;
	padding-left: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.3em;
}

.button_box
{
	float: right;
	padding-left: 10px;
}

#gadget_container
{
	margin-top: 10px;
	padding: 5px;
}

#gadget_frame
{
	height: 100%;
	width: 100%;
	border: 1px solid black;
}

#wave_container
{
	width: 100%;
	height: auto;
}

.doc_text
{
	font-size: 0.9em;
	margin-bottom: 5px;
}
