@charset "ISO-8859-1";

/* Template (to be deleted upon shipment) */
a:link {
	color: #0088c6;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #0088c6;
}

a:hover {
	color: #0088c6;
	font-weight: bold;
	text-decoration: underline;
}

body {
	margin: 5px;
	padding: 0px;
	color: #000000;
	font-family: sans-serif, Arial, Tahoma, Helvetica;
	font-size: 11px;
	background-color: #ececec
}

font {
	color: #000000;
	font-family: sans-serif, Arial, Tahoma, Helvetica;
	font-size: 11px;
}

div {
	color: #000000;
	font-family: sans-serif, Arial, Tahoma, Helvetica;
	font-size: 11px;
}

td {
	color: #000000;
	font-family: sans-serif, Arial, Tahoma, Helvetica;
	font-size: 11px;
}

th {
	color: #000000;
	font-family: sans-serif, Arial, Tahoma, Helvetica;
	font-size: 11px;
}

input {
	color: #000000;
	font-family: sans-serif, Arial, Tahoma, Helvetica, Courier New;
	font-size: 11px;
	margin: 0px;
}

textarea {
	color: #000000;
	font-family: sans-serif, Arial, Tahoma, Helvetica, Courier New;
	font-size: 11px;
}

select {
	color: #000000;
	font-family: sans-serif, Arial, Tahoma, Helvetica, Courier New;
	font-size: 11px;
	margin: 0px;
}

option {
	color: #000000;
	font-family: sans-serif, Arial, Tahoma, Helvetica, Courier New;
	font-size: 11px;
}

img {
	color: #000000;
	font-family: sans-serif, Arial, Tahoma, Helvetica;
	font-size: 11px;
}

#divmain {
	width: 970px;
	margin: auto;
	text-align: left;
}

#divframe {
	display: block;
}

#divtop {
	position: relative;
	top: 0px;
	left: 0px;
}

#divtopmenu {
	position: absolute;
	top: 20px;
	left: 25px;
	z-index: 60;
}

#divtopmenu a, #divbottommenu a {
	color:#707070;
}

#divlogo {
	position: absolute;
	top: 13px;
	left: 80px;
	width: 830px;
	z-index: 50;
	text-align: right;
	background-color: #ffffff;
}

#divcanvas {
	padding: 15px 25px 0px 25px;
}

#divbottommenu {
	line-height: 22px;
}

#divlayout {
	margin-top: 25px;
	padding-top: 45px;
	border: 2px solid #909497;
}

#divminheight {
	height: 583px;
}

.divcontent {
	display: block;
	font-family: sans-serif, Arial, Tahoma, Helvetica;
	font-weight: normal;
	font-size: 12px;
	color: #707070;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.mainheadline {
	display: block;
	color: #707070;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}

#divmenu {
	display: block;
	margin-bottom: 20px;
}

#menucontainer {
	display: block;
	z-index: 100;
}

.menu {
	float: left;
	width: 175px;
}

#menucontainer ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-family: sans-serif, Arial, Tahoma, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

#menucontainer ul li {
	float: left;
	position: relative;
	width: 170px;
	text-align: center;
	z-index: 100;
}

#menucontainer ul ul li {
	width: 169px;
	text-align: left;
}

#menucontainer ul a {
	display: block;
	text-decoration: none;
	color: #707070;
	height: 19px;
	line-height: 19px;
	border-bottom: 6px solid #1994cd;
}

#menucontainer ul ul a {
	border: 1px solid #707070;
	border-right: 0px;
	border-bottom: 0px;
	padding-left: 10px;
	background-color: #e7e7e7;
	height: 25px;
	line-height: 24px;
}

#menucontainer table {
	position: absolute;
	border-collapse: collapse;
	top: 0px;
	left: 0px;
}

#menucontainer ul ul {
	visibility: hidden;
	position: absolute;
	top: 25px;
	left: 0px;
	width: 169px;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

#menucontainer ul a:hover {
	/* Set to body background color; needed for IE6 only */
	background-color: #ffffff;
	color: #707070;
}

#menucontainer ul ul a:hover {
	background-color: #d3daf7;
	color: #707070;
}


#menucontainer ul ul :hover > a {
	background-color: #d3daf7;
	color: #707070;
}

/* 1st LEVEL */
#menucontainer ul :hover ul {
	visibility: visible;
}

#menucontainer ul :hover ul ul {
	visibility: hidden;
}

/* 2nd LEVEL */
#menucontainer ul :hover ul :hover ul {
	visibility: visible;
}

#menucontainer ul :hover ul :hover ul ul {
	visibility: hidden;
}

#menucontainer ul ul ul {
	left: 169px;
	top: 0px;
}

/* 3rd LEVEL */
#menucontainer ul :hover ul :hover ul :hover ul {
	visibility: visible;
}

#menucontainer ul :hover ul :hover ul :hover ul ul {
	visibility: hidden;
}

/* 4th LEVEL */
#menucontainer ul :hover ul :hover ul :hover ul :hover ul {
	visibility: visible;
}

#menucontainer ul :hover ul :hover ul :hover ul :hover ul ul{
	visibility: hidden;
}

/* MENU COLORS */

.menuleft {
	border-bottom-color: #f0813c !important;
}

.menumiddle {
	border-bottom-color: #9acd54 !important;
}

.menuright {
	border-bottom-color: #1994cd !important;
}

.submenu {
	border-bottom-color: #1994cd !important;
}

/* END Template */ /* form_x */
#form_x {
	display: block;
	
	/* IMPORTANT FOR REMAINING TABLE-BASED LAYOUT COMPONENTS */
	width: 876px;
}

div.form_area {
	display: block;
}

div.formset {
	display: block;
	margin-top: 23px;
	padding: 5px;
	text-align: left;
	background-color: #e7e7e7;
	border: 1px solid #707070;
}
	
div.formset div.formset_title {
	float: left;
	position: relative;
	top: -17px;
	left: 10px;
	border: 0px solid #707070;
	background-color: #0088C6;
	padding: 4px 7px;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
}

div.formset div.formset_content {
	margin: 0px auto 0px auto;
}

.inputform .form_label, .inputform .form_label_text, .inputform .form_field, .inputform .form_field_textarea, .inputform .form_value, .inputform .form_value_textarea {
	padding: 0px;
}

.form_label {
	float: left;
	clear: both;
	width: 25%;
	margin: 5px 10px 5px 0px;
	padding-left: 10px;
	text-align: left;
}

.form_label_text {
	color: #707070;
	font-weight: bold;
	line-height: 20px;
}

.form_field {
	float: left;
	margin: 5px 10px 5px 0px;
	padding-left: 10px;
	text-align: left;
	width: 70%;
}

.form_field_textarea {
	float: left;
	margin: 5px 10px 5px 0px;
	padding-left: 10px;
	text-align: left;
	width: 70%;
}

.form_value {
	float: left;
	margin: 5px 10px 5px 0px;
	padding-left: 10px;
	text-align: left;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
	width: 70%;
}

.form_value_textarea {
	float: left;
	margin: 5px 10px 5px 0px;
	padding-left: 10px;
	text-align: left;
	color: #000000;
	line-height: 20px;
	font-weight: bold;
	width: 70%;
}

div.form_error {
	display: block;
	background-color: #ffffe1;
	border: 1px dashed #ff0000;
	margin: 5px auto 5px auto;
}

div.form_error_text {
	float: left;
	color: #ff0000;
	padding: 3px 10px 8px 10px;
	font-weight: bold;
}

div.form_text {
	float: left;
	color: #000000;
	padding: 3px 10px 8px 10px;
}

div.form_text_bold {
	float: left;
	color: #000000;
	padding: 3px 10px 8px 10px;
	font-weight: bold;
}

button[disabled]:active,button[disabled],input[type="reset"][disabled]:active,input[type="reset"][disabled],input[type="button"][disabled]:active,input[type="button"][disabled],select[disabled]>input[type="button"],select[disabled]>input[type="button"]:active,input[type="submit"][disabled]:active,input[type="submit"][disabled]
{
	color: graytext;
	cursor: inherit;
}

.button {
	color: #000000;
	font-weight: normal;
	background-color: #e7e7e7;
	border-style: ridge;
	border-color: #000000;
	border-width: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
}

#multiSelect {
	padding: 0px;
	min-height: 100px;
	max-height: 200px;
	overflow: auto;
}

#calendar {
	font-size: 11px;
	padding: 0px;
}

.calendar {
	background-color: #ffffff;
}

.calendarheader {
	padding: 5px;
	color: #0088c6;
	background-color: #d3daf7;
	font-weight: bold;
}

.calendarheader a {
	color: #0088c6;
}

.listtitle {
	color: #ffffff;
	background-color: #0088c6;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.listcontent {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
	list-style-type: none;
}

.formheadline {
	color: #707070;
	font-weight: bold;
	padding-bottom: 12px;
}

.textblockboxtitle
{
	color: #ffffff;
	padding: 10px;
	background-color: #0088c6;
	text-align: left;
}

.textblockboxtitlebold
{
	font-weight: bold;
	color: #ffffff;
	padding: 10px;
	background-color: #0088c6;
	text-align: left;
}

.textblockbox1
{
	color: #000000;
	padding: 10px;
	background-color: #ffffff;
}

.textblockbox2
{
	color: #000000;
	padding: 10px;
	background-color: #e7e7e7;
}

.block {
	padding-bottom: 12px;
}

.textblock {
	padding-bottom: 12px;
}

.textblockbold {
	padding-bottom: 12px;
	font-weight: bold;
}

.textblockleft {
	padding-bottom: 12px;
	padding-left: 12px;
}

.textblockverticalmiddle {
	padding-top: 12px;
	padding-bottom: 12px;
}

.textblockboldverticalmiddle {
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: bold;
}

.textblockmessage {
	color: #ff0000;
	padding-bottom: 12px;
	font-weight: bold;
}

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

table.tablecontent {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 12px;
}

table.tableform {
	border-collapse: collapse;
	width: 100%;
}

.formbody {
	padding: 0px;
	background-color: #ffffff;
}

.smallform {
	margin-left: 25%;
	width: 50%;
}

table.smallform {
	border-collapse: collapse;
}

.inputform {
	width: 75%;
}

.formtitle {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	background-color: #0088c6;
	font-weight: bold;
	vertical-align: middle;
}

.formlabel {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
	color: #000000;
	width: 40%;
	background-color: #e7e7e7;
}

.formdata {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	color: #000000;
	width: 60%;
	background-color: #e7e7e7;
}

.formdata_read_mode {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	color: #000000;
	background-color: #e7e7e7;
	font-weight: bold;
}

.forminfo {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #000000;
	background-color: #e7e7e7;
	vertical-align: middle;
}

.formcell {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	color: #000000;
	background-color: #e7e7e7;
	vertical-align: middle;
}

.topcell {
	padding-bottom: 5px;
	color: #000000;
}

.cell {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}

.resultslistheader {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	color: #ffffff;
	font-weight: bold;
	background-color: #0088c6;
	vertical-align: middle;
}

.resultslistheader a:link {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.resultslistheader a:visited {
	color: #ffffff;
}

.resultslistheader a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

.resultslistcol {
	padding: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
	color: #000000;
	background-color: #e7e7e7;
	vertical-align: middle;
	height: 30px;
}

.resultslistcol1 {
	padding: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
	color: #000000;
	background-color: #e7e7e7;
	vertical-align: middle;
	height: 30px;
}

.resultslistcol2 {
	padding: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #ffffff;
	color: #000000;
	background-color: #e7e7e7;
	vertical-align: middle;
	height: 30px;
}

.resultslistdetails {
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	color: #000000;
	background-color: #e7e7e7;
	text-align: center;
	vertical-align: middle;
	width: 120px;
}

.resultslistdetails1 {
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	color: #000000;
	background-color: #e7e7e7;
	text-align: center;
	vertical-align: middle;
	width: 120px;
}

.resultslistdetails2 {
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	color: #000000;
	background-color: #e7e7e7;
	text-align: center;
	vertical-align: middle;
	width: 120px;
}

.control {
	padding-bottom: 12px;
}

.formcontrol {
	padding-top: 12px;
	padding-bottom: 12px;
}

.message {
	padding-top: 5px;
	color: #ff0000;
	font-weight: bold;
}

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

.error {
	border: 1px solid #ff0000;
	background-color: #ffcccc;
}

.help {
	background-color: #dfdfdf;
	margin-top: 1px;
	border: 1px solid #333;
	padding: 5px;
}

.page_message_title {
	padding: 10px;
	color: #0088c6;
	background-color: #d3daf7;
	font-weight: bold;
}

.page_message_content {
	padding: 10px;
}

.page_message {
	padding-bottom: 10px;
	font-weight: bold;
}

.search_form_container {
	
}

.search_results_container {
	
}

.search_nav_container {
	
}

.search_results_list_container {
	
}

.search_results_list_container table {
	border-collapse: collapse;
}

.date_field_data {
	width: 1%;
}

.date_field_img {
	text-align: left;
	padding-left: 3px;
}

.date_field_img img {
	border: none;
}

.nav_container {

}

.link_list_container {
	
}

.link_list_container table {
	border-collapse: collapse;
}

tbody.on {
	display: table-row-group;
}

tbody.off {
	display: none;
}

.sort_link {
	display: inline-block;
}

.sort_link a {
	display: block;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	width: 14px;
	height: 14px;
}

.sort_link a.asc {
	background-position: 100% -480px;
}

.sort_link a.asc_active, .sort_link a.asc:hover {
	text-decoration: none;
	background-position: 100% -300px;
}

.sort_link a.desc {
	background-position: 100% -420px;
}

.sort_link a.desc_active, .sort_link a.desc:hover {
	text-decoration: none;
	background-position: 100% -240px;
}

/*	END form_x */ /* Sorting Lists */
#sortlist {
	color: #000000;
	background-color: #ffffff;
	width: 100%;
}

#sortlist div.sorting {
	border-top: 1px solid #ffffff;
	background-color: #d3daf7;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	vertical-align: middle;
}

#sortlist div.sorting:hover {
	cursor: move;
	border-top: 0px solid #ffffff;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	background-color: #ffffff;
}

#sortlist a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#sortlist a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#sortlist a:hover {
	color: #0088c6;
	font-weight: normal;
	text-decoration: underline;
}

#activityIndicator {
	color: #000000;
	background-color: #ffffff;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
}

/* END Sorting Lists*/ /* Autocompleter */
div.autocomplete {
	color: #000000;
	position: absolute;
	background-color: white;
	border: 1px solid #000000;
	margin: 0;
	padding: 0;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.autocomplete ul li.selected {
	background-color: #196bca;
	color: #ffffff;
}

div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	cursor: pointer;
	max-height: 200px;
	overflow: auto;
	padding: 5px;
}

/* END Autocompleter*/ /* Tabs */
.tabArea {
	display: block;
	margin-top: 10px;
}

a.tab {
	display: inline-block;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #d3daf7;
	padding: 5px;
	line-height: 20px;
	cursor: pointer;
}

a.tab,a.tab:visited {
	color: #808080;
	text-decoration: none;
}

a.tab:hover {
	background-color: #d0d0d0;
	color: #606060;
	text-decoration: none;
}

a.tab.activeTab,a.tab.activeTab:hover,a.tab.activeTab:visited {
	background-color: #0088c6;
	color: #ffffff;
	text-decoration: none;
}

.tabSpacer {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	background-color: #0088c6;
	font-weight: bold;
	vertical-align: middle;
}

/* END Tabs */ /* Dialog */
.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #000000;
	z-index: 40000;
}

.ajax_overlay {
	opacity: 0.2;
    -moz-opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    filter: alpha(opacity=20);
}

.dialog {
	background: #ffffff;
	z-index: 50000;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

/* END Dialog */ /* Modules */
.cal a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: #4fac39;
	padding: 2px;
}

.cal a visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background: #4fac39;
}

.cal a hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	background: #4fac39;
}

.caldiv {
	position: absolute;
	width: 200px;
	margin-top: -2px;
	background: #0088c6;
	z-index: 20000;
	color: #ffffff;
	padding: 10px;
	display: none;
	font-size: 11px;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=4)
    		progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=4);
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6); /* Mozilla Firefox */
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
	/* Google Chrome */
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
	moz-border-radius: 5px; /* Mozilla Firefox */
	webkit-border-radius: 5px; /* Google Chrome */
	border-radius: 7px;
	border-top-left-radius: 0px;
}

.cal {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.cal_head {
	background: #0088c6;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	width: 120px;
	padding: 5px;
	border-right: 1px solid #ffffff;
}

.cal_day {
	font-size: 11px;
	background: #d3daf7;
	width: auto;
	height: 100px;
	min-height: 100px;
	padding: 5px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.cal_day_empty {
	background: #eeeeee;
	width: auto;
	height: 100px;
	min-height: 100px;
	padding: 5px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.cal_day_today {
	background: #ffdddd;
	width: auto;
	height: 100px;
	min-height: 100px;
	padding: 5px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.cal_day:hover {
	background: #eeeeff;
}

.cal_day_today:hover {
	background: #eeeeff;
}

.day_num {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-top: -50px;
	margin-left: -5px;
	padding-bottom: 2px;
	float: left;
	color: #909497;
	font-weight: bold;
	text-align: center;
}

.day_event {
	position: absolute;
	margin-top: -35px;
	margin-left: -5px;
	padding-top: 10px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	float: left;
	font-weight: normal;
	text-align: left;
}

.helpdiv {
	background: #0088c6;
	font-size: 11px;
	color: #ffffff;
	position: relative; 
	padding: 10px; 
	zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=4)
    		progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=4);
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6); /* Mozilla Firefox */
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6); /* Google Chrome */
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
	moz-border-radius:5px; /* Mozilla Firefox */
	webkit-border-radius:5px; /* Google Chrome */
	border-radius:7px;
}

.select_div {
	border: 2px solid #0088c6;
	background: #e7e7e7;
	font-size: 11px;
	zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=4)
    		progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=4);
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6); /* Mozilla Firefox */
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6); /* Google Chrome */
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
	moz-border-radius:5px; /* Mozilla Firefox */
	webkit-border-radius:5px; /* Google Chrome */
	border-radius:7px;
}

.preview_div {
	background: #0088c6;
	font-size: 11px;
	color: #ffffff;
	position: relative;
	padding: 10px;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=135, Strength=4)
    		progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=4);
	-moz-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6); /* Mozilla Firefox */
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6); /* Google Chrome */
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.6);
	moz-border-radius: 5px; /* Mozilla Firefox */
	webkit-border-radius: 5px; /* Google Chrome */
	border-radius: 7px;
}

/* END Modules */ /* BUTTONS */
.buttons {
	display: inline-block;
}

.buttons a, .buttons button, .buttons select {
	float: left;
	margin: 0px 7px 0px 0px;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 130%;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 5px 10px 6px 7px; /* Links */
	margin-top: 5px;
	margin-bottom: 5px;
}

.buttons button, .buttons select {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px; /* IE6 */
}

.buttons button[type] {
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}

*:first-child+html button[type] {
	padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img,.buttons a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

/* STANDARD */
button:hover, .buttons a:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}

.buttons a:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

/* POSITIVE */
button.positive, .buttons a.positive {
	color: #529214;
}

.buttons a.positive:hover, button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}

.buttons a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

/* NEGATIVE */
.buttons a.negative, button.negative {
	color: #d12f19;
}

.buttons a.negative:hover, button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}

.buttons a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

/* DISABLED */
.buttons button[disabled] {
	color: #C3C3C3;
	cursor: inherit;
}

.buttons button[disabled]:hover {
	color: #C3C3C3;
	cursor: inherit;
	background-color: #F5F5F5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
/* END BUTTONS */
