/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table { font-size: 12px; }
td { padding-left: 5px; }
.main_table {
	width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.orange_font {
	color: #ff8100;
	font-size: 12px;
	font-weight: bold;
}
.orange_font_big {
	color: #ff8100;
	font-size: 14px;
	font-weight: bold;
}
.toolbar_font {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.toolbar_font_step {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
}
.reg_font {
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}
.reg_bold_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.reg_header {
	font-size: 10px;
	color: #FF6600;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}
.reg_table {
	width: 890px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.toolbar_font a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.toolbar_font a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.toolbar_font a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* ADMIN PANEL */
img { border: 0px; }
.allheader {
	font-family: Arial;
	font-size: 11px;
	background-color: #D4D4D4;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	height: 15px;
}
.font_style {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
}
.dashboard_header {
	font-family: Arial;
	font-size: 11px;
	color: #000066;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.dashlet_table {
	width: 250px;
	border-color: #666666;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}
.dashboard_table {
	width: 630px;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	border-color: #666666;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}
.archives_table {
	width: 550px;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	border-color: #666666;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.font_style a { color: #333333; }
.font_style a:hover { color: #666666; }
.dashboard_header a { color: #000066; }
.dashboard_header a:hover { color: #666666; }
.dashboard_table a { color: black; }
.dashboard_table a:hover { color: black; }

/* DEVELOPER */
.wwFormTable {}
.label {font-style:normal; }
.errorLabel {font-style:normal; color:black;}
.errorMessage { list-style:none; font-weight:bold; text-align: center; color:red; font-size: 10px; }
.actionMessage { list-style:none; font-weight:bold; text-align: center; color:green; font-size: 10px; }
.checkboxLabel {}
.checkboxErrorLabel {color:red; }
.required {}
.tdLabel {
	height: 30px;
	width: 40%;
	vertical-align:top;
	text-align: left;
}
.tdContent {
	vertical-align:top;
}
.form_label_column { width: 25%; }
.form_obj {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.form_button {
	font-family: Arial;
	font-size: 10px;
	border: 1px solid #000000;
}
.highlight {
	font-weight: bold;
}
.highlightRed {
	font-weight: bold;
	color: red;
}
.table_header_row {
	font-weight: bold;
	color: white;
	background-color: #333;
}
.table_header_row a { color: white; }
.table_shade_alt0 { background-color: #e4e4e4; }
.table_shade_alt1 { background-color: #f4f4f4; }
.table_shade_alt0 a { color: black; }
.table_shade_alt1 a { color: black; }
.clickable {
	cursor: pointer;
}
.colwid_05 {
	width: 5%;
}
.colwid_10 {
	width: 10%;
}
.colwid_15 {
	width: 15%;
}
.colwid_20 {
	width: 20%;
}
.colwid_25 {
	width: 25%;
}
.colwid_30 {
	width: 30%;
}
.colwid_40 {
	width: 40%;
}
.colwid_45 {
	width: 45%;
}
.colwid_50 {
	width: 50%;
}
.colwid_60 {
	width: 60%;
}
.colwid_80 {
	width: 80%;
}
.colwid_100 {
	width: 100%;
}
.btn-danger{background: #ff0000d9;border: none;color: white;padding: 10px 20px;border-radius: 5px;margin: 5px;cursor: pointer}
.btn-danger:hover{opacity: .8}
.alert{color: white;padding: 4px 10px;font-size: 12px;border-radius: 5px;}
.alert-danger{background: #ff2626;}
.alert-success{background: green;}
