/* General settings applicable to all */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #eee;
	margin: auto;
	padding: 0;
	color: #000;
	width: 90%;
}
a:link,a:visited,a:active {
	color: #60c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
/*	background-color: #c9c9ff;	*/
}
.smallfont {
	font-size: xx-small;
}
.smallnormalfont {
	font-weight: normal;
	font-size: xx-small;
}
.smallishfont {
	font-size: x-small;
}
.smallerfont {
	font-size: small;
}
#EITAS {
	height: 6px;
}
h1 {
	color: #525e66;
	font-size: 1.4em;
	padding: 0;
	margin: 0px 0px 5px 10px;
}
h2 {
	color: #525e66;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}
h3 {
	color: #999;
	font-size: 1.2em;
	margin-bottom: 5px;
	clear:left;
}
h4 {
	margin-bottom: 3px;
}
li {
   list-style-type: none;
}
#maintitle {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 25px 0px 10px 0px;
}
#login {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 25px 0px 10px 0px;
}
#login label {
	float: left;
	width: 120px;
	clear: left; 
	margin: 10px 5px 10px 5px;
	font-size: 1.2em;
	color: #525e66;
}
#login input {
	clear: right;
	margin: 10px 5px 10px 5px;
	padding: 2px 2px 2px 2px;
	font-size: 1.2em;
	width: 200px;
}
#login checkbox {
	border: none;
	background: none;
}
.login_error {
	color: red;
}
.remember {
	border: none;
	background: none;
}
.button {
	float: left;
	clear: left;
	margin: 0px 0px 0px 130px;
}
.button_add {
	background: #FF0000 url("../images/add.png") no-repeat right top !important;
	color: #FF0000 !important;
	width: 43px;
	height: 23px;
	font-size: 0.1px;
	padding-top: 7px !important;
}
.button_add:hover {
	background: #FF0000 url("../images/add_sel.png") no-repeat right top !important;
	color: #FF0000 !important;
	width: 43px;
	height: 23px;
	font-size: 0.1px;
	padding-top: 7px !important;
	cursor: pointer;
}
.button_save {
	background: #FF0000 url("../images/save.png") no-repeat right top !important;
	color: #FF0000 !important;
	width: 50px;
	height: 23px;
	font-size: 0.1px;
	padding-top: 7px !important;
}
.button_save:hover {
	background: #FF0000 url("../images/save_sel.png") no-repeat right top !important;
	color: #FF0000 !important;
	width: 50px;
	height: 23px;
	font-size: 0.1px;
	padding-top: 7px !important;
	cursor: pointer;
}
.button_close {
	background: #FF0000 url("../images/close.png") no-repeat right top !important;
	color: #FF0000 !important;
	width: 54px;
	height: 23px;
	font-size: 0.1px;
	padding-top: 12px !important;
}
.button_close:hover {
	cursor: pointer;
}

.link {
	float: left;
	clear: left; 
	margin: 10px 0px 10px 175px;
	width: 145px;
	font-size: 0.8em;
}
.saveNotice {
	position:absolute;
	text-align:center;
	font-family:verdana;
	font-size:120%;
	font-weight:bold;
	line-height:2em;
	right:20px;
	top:20px;
	width:160px;
	height:auto; 
	color:white;
	filter: alpha(opacity=0);
	-moz-opacity:0; 
	opacity:0;
	background-color:#6600CC; 
	z-index:2;
}

/* Style the tables */
table {
	border-top: 1px solid #999;
	border-left: 0px solid #999;
	border-collapse: collapse;
	margin: 12px 0 25px 0;
	width:100%;
}
th, td {
	padding: 2px;
	border-right: 0px solid #999;
	border-bottom: 1px solid #999;
	vertical-align: top;
}
th {
	background-color: #ccc;
	text-align: left;
/*	background-image: url("../images/button_bg1.jpg");
	color: #000;*/
}
tr.even {
	background-color: #eee;
}
tr.odd {
	background-color: #fff;
}
#main_container {
	float: left;
	width: 100%;
}
.column, .double_column, .double_plus_column, .triple_column{
	display:inline;
	margin-left: 5px;
	margin-bottom: 20px;
	float:left;
}
.column {
	width: 32%; 
}
.double_column{
	width: 49%;
}
.double_plus_column{
	width: 65%;
}
.triple_column{
 	width: 98%;
}
.people_column{
	width: 98%;
	margin-left: 1%;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.torg {
	margin-bottom: -14px;
	padding-left: 2px;
	padding-right: 2px;
}
.torg_odd {
	background-color: #dddddd;
}

label {
	width: auto;
	padding-top: 3px;
	float: left;
/* 	margin: 2px; */
}
input {
	color: #000;
/*	background: #ffc;
	border: 1px solid #888;*/
}
textarea, select {
	color: #000;
	border: 1px solid #888;
	background-color:#ddd4d9;
}
.rip_map_region {
	float: left;
	margin-left: 99px;
	margin-top: 2px;
}
legend {
/*	color: #000;*/
	font-weight: bold;
/*	background: #6190cb; 
	background-image: url("../images/button_bg1.jpg");
	border: 1px solid #fff; */
	padding: 2px 6px;
}

fieldset {
	margin: 0px;
	margin-top: 10px;
	padding: 10px;
	padding-top: 0px;
	border: 1px solid #a9a9a9;
	background-color: #fff;
}
fieldset div {
	clear: both;
	vertical-align: middle;
	margin:0px;
	padding:1px 0px;
}
fieldset div.slim{
	padding:0px;
	height:15px;
	overflow:hidden;
	border:0px solid #cccccc;
	border-bottom-width:1px;
}
fieldset div.notslim{
	padding:0px;
	overflow:hidden;
	border:0px solid #cccccc;
	border-bottom-width:1px;
}
fieldset div input.checkbox{
	width:15px;
	height:15px;
	margin:0px;
	margin-top:2px;
	padding:0px;
	border:0;
	background-color:#e7ccff;
}
fieldset input, fieldset select {
	width: 56%;
	float:right;
	margin-top: 3px;
	padding:0px;
	background-color: #ddd4d9;
}

fieldset input.short, fieldset input.qtag_button, .fset select.short {
	width: 10%;
}
fieldset textarea {
	width:97%;
	height:150px;
	background-color:#ddd4d9;
}
fieldset h4 {
	color: #000000;
	padding-bottom:0px;
	margin-bottom:0px;
	border: 1px solid #dddddd;
	border-width:0px 0px 1px 0px;
}
fieldset table {
	font-size: 1em;
	margin:0px;
	margin-top:15px;
	width: 100%;
}
#a_oa_uid {
	width: 60%;
	float:right;
	margin-top: 3px;
	padding:0px;
}
.temporg {
	font-weight: bold;
	float: left;
}
#temporg {
	padding: 15px 0 0 0;
}
#footer {
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 0.7em;
}
#menubar {
	margin: 0;
	padding: 15px;
	background-color: #333;
}
#menubar li {
	margin: 0;
	padding: 13px;
	display: inline;
	list-style: none;
}
#menubar a {
/*	float: left;
	line-height: 14px; */
	margin: 0 5px 4px 5px;
	text-decoration: none;
	color: #fff;
	font-size: 0.8em;
}
#menubar a:hover, #menubar a.active, #submenu a:hover, #submenu a.active, #submenu_ev a:hover, #submenu_ev a.active {
	border-bottom: 3px solid #a64dff;
/*	color:#33f;	*/
}
#submenu, #submenu_ev {
	clear: left;
	margin: 0;
	padding: 8px;
	background-color: #ccc;
	margin: 0 0 5px 0;
}
#submenu li, #submenu_ev li {
	margin: 0;
	padding: 5px;
	display: inline;
	list-style: none;
	font-size: 0.8em;
}
#submenu a {
	margin: 0 5px 4px 5px;
	text-decoration: none;
	color: #000;
	font-size: 1em;
}
#submenu_ev a {
	margin: 0 5px 4px 5px;
	text-decoration: none;
	color: #000;
	font-size: 1.15em;
}
.submenu, .name {
	float: left;
	font-size: 0.8em;
	font-weight: bold;
	padding: 12px 18px;
	margin: 0;
	color: #000;
}
.name {
	color: #b56bff;
	padding: 12px 0;
}
/*#header {
	width: 100%;
	background-color: #aaa;
}*/
#subnav, #header {
	height: 56px;
	margin: 0;
/*	float: left;*/
	width: 100%;
/*	padding: 5px 0px; 
	font-size:0.8em; */
	background-color: #aaa;
/*	background-image:url('../images/subnav_bg1.jpg'); */
}
/*#subnav * {
    vertical-align: middle
}
#menu {
	height: 100%;
	width: 100%;	
	padding: 15px;
	padding-left: 0px;	
	margin: auto;
	background-color: #333;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px; 
}
#menu2 {
	height: 100%;
	width: 100%;	
	padding: 0;
	padding-left: 0px; 	
	margin: auto; 
	background-color: #ccc;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
#menu a {
	font-size: 0.8em;
	padding: 5px 10px;
	margin: 2px 0px;
	margin-right:2px;
	border: 1px solid #888;
	background-image:url('../images/button_bg1.jpg'); 
	color: #fff;
	text-decoration: none;
}
#menu2 a {
	font-size: 0.8em;
	padding: 5px 10px;
	margin: 10px;
	margin-right:2px; 
	border: 1px solid #888;
	background-image:url('../images/button_bg1.jpg'); 
	color: #000;
	text-decoration: none;
}*/
#note_edit_ {
	float: left;
	clear: left;
}
#mainform {
	height:auto;
	width: 100%;
/*	background-color: #fff;*/
	font-size: 0.7em;
	margin: 0;
	float: left;
}
#subform {
	font-size: 0.9em;
}
#submit_button {
	z-index: 1;
	position: absolute;
	right: 143px;
	top: 77px;
	padding:0;
	margin:0;
	text-align:right;
}
#req_message {
	clear:both;
	padding:0;
	margin-left:10px;
	text-align:left;
}
#submit_button input{
	float: right;
	color: white;
	background:red;
	border-color:black;
/*	cursor:pointer;
	margin-bottom:10px;
	margin-right:10px;*/
}
#submit_button input:hover{
	color:red;
	background:white;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
	background-color: #6190cb;
	padding: 5px 10px 5px 10px;
}
#footer a:hover {
	text-decoration: underline;
}

.error, .warn {
	z-index: 1;
	position:absolute;
	right: 70px;
	top: 112px;
	line-height: 2em;
	background-color: #eee;
/*	width:auto;
	height:auto; */
	color: #f00;
	font-weight: bold;
/*	font-size: 1.2em;
	margin-left:10px;*/
/*	float: right;*/
	padding: 4px;
	margin: 0;
	font-size: 0.6em;
}
.warn {
	color: #3c3;
}
.overbook_warn {
	color: #f00;
	font-weight: bold;
	padding-right: 3px;
}
.file_warn {
	color:red;
	font-weight:bold;
	font-variant:small-caps;	
}
.perms {
	font-size: x-small;
	color: red; 
}
.topnav {
	background-color:#666;
	color: #fff;
}
.save {

}
.add {
	float:left;
	margin: 8px 0;
	color: #fff;
	text-decoration: none;
	background-color: #a64dff;
	font-size: 0.7em;
	border-width: 2px;
	padding: 2px 4px;
}
.add:link {
	color: #f2f2f2;
	font-weight: normal;
	background-color: #a64dff;
	border-style: outset;
	border-top-color: #c9f;
	border-left-color: #c9f;
	border-right-color: #8c1aff;
	border-bottom-color: #8c1aff;
}
.add:visited {
	color: #f2f2f2;
	font-weight: normal;
	background-color: #a64dff;
	border-style: outset;
}
.add:hover {
	color: #fff;
	font-weight: normal;
	background-color: #93f;
	border-style: outset;
	border-top-color: #8c1aff;
	border-left-color: #8c1aff;
	border-right-color: #c9f;
	border-bottom-color: #c9f;
	cursor:pointer;
}
.add:active {
	color: #c994ff;
	font-weight: normal;
	background-color: #8c1aff;
	border-style: inset;
	border-top-color: #8c1aff;
	border-left-color: #8c1aff;
	border-right-color: #c9f;
	border-bottom-color: #c9f;
}
.add_other {
	float:left;
	padding: 3px;
	margin: 12px 0;
	color: #fff;
	text-decoration: none;
	background-color: #a64dff;
/*	background-image:url('../images/button_bg2.jpg');*/
	border:1px solid #333;
	font-size: 0.8em;
}
/*.add_other {
	background-color: #bbc8cd;
}*/
.cancel {
	z-index: 1;
	position: absolute;
	top: 78px;
	right: 67px;
	margin: 0;
	background-color: #f00;
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
}
.filter {
	float:left;
	padding-left: 3px;
	padding-top: 5px;
	margin: 0;
	color: #000;
	font-size: 0.8em;
	background-color: #aaa;
}
.filter input, .filter select {
	font-size: 1em;
}
#filter_what {
	width: 125px;
	border: 1px solid #888;
	background-color:#ddd4d9;
}
.leftside {
	float: left;
}
.rightside {
	float: right;
	margin: 0;
	font-size: 0.7em;
	background-color: #aaa;
	padding: 2px;
}
.scrolldiv {
	height:300px;
	overflow-x:hidden;
	overflow-y:auto;
}
.note_search {
	float: left;
	padding: 7px 0 7px 20px;
	font-size: 10px;
	font-weight: bold;
}
#quicktags {
	padding: 0;
}

#quicktags #qtag_toolbar {
	padding: 2px 4px;
	font-size: 0.8em;
}
/* Start of styles for organsiation/user known to markers */
#known_to_key {
	margin-left: 10px;
	padding-bottom: 10px;
	float:left;
}
/* Start of styles for expandable/collapsable
   elements in Events Management */
a.dsphead {
   text-decoration: none;
   display: block;
   color: #fff;
   background: #6190cb;
   width: 100%;
   padding: 1px 2px 1px 2px;
   border: 1px solid #fff;
}
a.dsphead:hover {
   text-decoration: underline;
   background: #8170ab;
}
a.dsphead span.dspchar {
   font-family: monospace;
   font-weight: normal;
}
.dspcont {
   display: none;
}
.col_header {
	color: #333;
}
hr.divider {
	clear: both;
	color: #fff;
	display: block;
	background-color: #fff;
	height: 1px;
	padding: 0;
}
span.lblheader {
	float: left;
	width: 175px;
	color: #333;
	font-weight: bold;
	clear: left;
}
span.ctactheader {
	float: left;
	width: 80px;
	color: #333;
	font-weight: bold;
	clear: left;
}
span.accomheader {
	float: left;
	width: 200px;
	color: #333;
	font-weight: bold;
	clear: left;
}
span.valuecontent {
	float: left;
}
/* End of styles for expandable/collapsable
   elements in Events Management */

/* Start of styles for 'updated by' footer */
div.updatedby {
	float: right;
	font-size: 10px;
	font-weight: bold;
	color: #333;
	margin-right: 10px;
}
/* start ajax file uploader */
#ajax_upload_process {
	visibility: hidden;
}
/* stop ajax file uploader */

/* Start styles for event reports */
#tickbox {
	border: 1px solid #333;
	width: 12px;
	height: 12px;
}
span.reportlabel {
	float: left;
	width: 50%;
	color: #333;
	font-weight: bold;
	clear: left;
}
span.reportlabel_doublecol {
	float: left;
	width: 70%;
	color: #333;
	font-weight: bold;
	clear: left;
}
.report_column{
	display:inline;
	width: 48%;
	margin-bottom: 20px;
	float:left;
}
/* End styles for event reports */
/* Start styles for account activation */
div.activation_header {
	background-color: #fff;
	border-bottom: 1px solid #999;
	padding: 10px;
	width: 100%;
}
div.activation_content {
	padding: 10px;
	margin: 50px;
	border: 1px solid #999;
}
.export_table {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 100%;
	margin: 0;
}
#csv_button {
	color: white;
	background:red;
	border-color:black;
}
/* End styles for account activation */

.large_bold {
	font-weight: bold;
	font-size: larger;
}
.regular_bold {
	font-weight: bold;
}
.review_container {
	border: 2px solid #000000;
	margin: 4px;
	padding: 4px;
}
.review {
	border-top: 1px solid #C5C5C5;
	padding: 4px 8px 8px 8px;
}
.review_edit {
	float: right;
	display: inline;
}
.alignLabel {
	clear: both;
	width: 120px;
}
.paddingBottom {
	padding-bottom: 6px;
}
#target_org {
	width: 950px;
}
.statVals {
	float:right;
	padding-right:35%;
}
.avgrund-close-override {
	color: unset;
	display: inline;
	margin: 6px;
	position: relative;
	right: unset;
	text-transform: unset;
}
.avgrund-popin {
	border-color: black;
	border-style: solid;	
}

#e_web_show_pre,#e_web_show_post,#e_web_show,#e_web_book,#e_reminders {
	clear:both;
}

.onnotice {
	font-weight: bold;
	font-size: 1em;
	background-color: #FF6600;
	color: #fff;
	padding: 1px 3px;
	margin: 3px;
	float: right;
}
.qOrdRes {
	display:inline-block;
	font-weight:bold;
	color:green;
	padding-left:12px;
	padding-top:12px;
}
