#ArticleAdminRightInset {
	border:1px solid #ccc;
	float:right;
}
.AdminMenuImage {
	border:0;
	margin:5px;
}

.AdminMenuIcon {
	text-align:center;
	float:left;
	padding:10px;
	width:90px;
}

.admin_check_label {
	float:left;
	margin-left:0.5em;
	font-weight:bold;
	font-size:130%;
	margin-top:0.2em;
}

.admin_form_clear  {
	clear:left;
	padding-bottom:1em;
}

.admin_form_clear_narrow {
	clear:left;
	height:1px;
	padding:0;
	margin:0;
}
.admin_form_element {
	float:left;
	margin-left:1em;
}

.admin_form_label {
	float:left;
	display:block;
	text-align:right;
	font-weight:bold;
	font-size:130%;
}

#AdminPageWrapper {
	margin: 6px auto;
	border:1px solid #ccc;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	width:1111px;
	text-align:center;
	background:#fff;
}

#AdminFormOuterWrapper {
	float:left;
	text-align:center;
	padding:11px;
}

.AdminFormWrapper {
	float:left;
	margin:5px auto;
	text-align:left;

}
#AdminPageTopBar {
	background:#00f;
	color:#fff;
	font-weight:bold;
	text-align:left;
	font-size:105%;
	float:left;
	height:1.4em;
	width:1100px;
	padding:2px 5px 3px;
}
#AdminCrumbTrail {
	padding-top:4px;
	float:left;
}

#ArticleAdminRightInset select {
	font-size:85%;
	
}
body {
	margin: 0px;
	padding: 0px;
	font:12px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
}

.contact_hover {
	background:#fff;
}

.contact_hover:hover {
	background:#ff9;
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  border-bottom:1px solid #ccc;
  height:15px;
  cursor:pointer;
}

.ErrorMessage {
	border:1px solid #f00;
	width:50%;
	padding:1em;
	margin:1em auto;
}

#header {
        background-color: #FFF;
        background-position: right top;
        border-bottom: 4px solid #80B5D7;
}

.label_description {
	font-size:80%;
	font-weight:normal;
	text-align:left;
}

#Logout, #HTMLHints {
	float:right;
	margin-right:12px;
}
#Logout a,  a#HTMLHints {
	color:#fff;
}

.medium_label_width {
	width:13em;
}

#MenuIconWrapper {
	float:left;
	margin:0 0 0 100px;;
	text-align:center;
}

#rhumba {
        position: relative;
        width: 100%;
        background: url(/images/admin/header_blue.jpg) #30569D no-repeat;
        background-position: top right;
        margin: 0px;
        padding: 0px;
}

.show_editor_link {
	text-align:right;
	font-size:90%;
}

.show_editor_link  a {
	color:#777;
}

.small_label_width {
	width:9em;
}

.TableStyle1 {
	float:left;
	border:1px solid #ccc;
	margin:5px;
}

.TableStyle1 tr.odd {
	background:#eee;
}

.TableStyle1 tr.even {
	background:#ffc;
}


.TagParentContainer {
	border:1px solid #ccc;
	width:350px;
	margin-left:1em;
	float:left;
	overflow: auto;
}


p label {
	font-weight:bold;
}

.LabelTitle1 {
	margin-bottom:-10px;
}

.LabelTitle2 {
	position:relative;
	margin:0;
	padding:0;
	bottom:-14px;
}

.LabelTitle3 {
	position:relative;
	margin:0;
	padding:0;
	bottom:-14px;
}

.menubackgr {
	background: #F1F3F5;
	border-bottom: 1px solid #cccccc;

}


.crumb_trail_link {
	color:#464665;
	font-weight:bold;
	font-size:85%;
	padding-left:10px;
	background: url(/images/admin/arrow.png) 0 40% no-repeat;
}

#OrganizationListTable tr.even {
	background:#ffc;
}

#OrganizationListTable th {
	background:#ddd;
}

#OrganizationListTable tr.odd {
	background:#ddd;
}

#OrganizationListTable tr.odd:hover, #OrganizationListTable tr.even:hover {
	background:#FAD050;
}
.footerblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.footergray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}