/* CSS Document */

body {
	text-align:center;
}

/* user status box styles */

#userbox-0 {
	font-size:12px;
	border: 1px solid #c9c498;
	margin: 15px 0;
	padding: 10px 10px; 
	color:#000000;
	background: #f1f0e1;
}
#userbox-0 #AdminLoginFLTLeft{
	float: left;
}
#userbox-0 #AdminLoginFLTRight{
	float: right;
	text-align: right;
}
#userbox-0 p{
	font-size:12px; 
	color:#000000;
}
#userbox-1 {
	font-size:12px;
	border: 1px solid #7c96f4;
	margin: 15px 0;
	padding: 5px 10px; 
	color:#000000;
	background: #d8e1ff;
}
#userbox-0 a:hover{
	color: #727071;
}
#userbox-1 a:hover{
	color: #727071;
}
#userbox-0 a{
	color: #000;
}
#userbox-1 a{
	color: #000;
}

/* Error area flash */

#Flash {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 0px;
}
#Flash.flash_alert_good {
	border-color: #9c9;
	color: #060;
	background: url(../images/alertgood_icon.gif) #E2F9E3 left no-repeat;
}
#Flash.flash_alert_bad {
	border-color: #c99;
	color: #fff;
	background: url(../images/alertbad_icon.gif) #c00 left no-repeat;
}

/* Forced Content Edit Area */

#mainContent .content-container {
	text-align:left;
	margin: 10px 0;
	padding: 10px;
	color:#000;
	background: #fff;
	font:11pt Geneva, Arial, Helvetica, sans-serif;
}
#mainContent .content-container  h1{
	margin:10px 0;
	color: #000;
}
#mainContent .content-container  h2{
	margin:10px 0;
	color: #000;
}
#mainContent .content-container  p{
	margin:10px 0;
	color: #000;
}
#content-edit {
	cursor:pointer;
}
#mainContent .content-container  a{
	color: #000;
}
#mainContent .content-container  a:hover{
	color: #000;
}

/* Debug div */
	
#debug {
	width:80%;
	margin: 20px auto;
	background-color:#FBF8EF;
	color: #000;
	padding: 4px;
	text-align: center;
	border: 1px #BBB528 solid;
	font-size: 80%;
}

/* Admin Buttons */

.admin_buttons a, .admin_buttons button{
    
    margin:0 7px 0 0;
    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 */
}
.admin_buttons button{
	text-align:center;
    width:auto;
    overflow:visible;
	margin: 10px 0;
    padding:4px 10px 3px 7px; /* IE6 */
}
.admin_buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.admin_buttons button img, .admin_buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* tooltip */

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#ececec;
	padding:2px 5px;
	color:#333;
	display:none;
}

/* Admin style for forms module */

#AdminSiteForms{
	padding: 8px;
	width: auto;
}
#AdminSiteForms .error { 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}
#AdminSiteForms label{
	float: left;
	font-weight:bold;
}
#AdminSiteForms p{
	clear: both;
}
#AdminSiteForms .FormLink{
	font-weight:normal;
	font-size:10pt;
}
#AdminSiteForms .RadioGroup{
	font-weight:normal;
}
#AdminSiteForms .FormElement{
	padding:0;
}
#AdminSiteForms .RequiredLabel{
	color:#FF0033;
	font-size:75%;
}

/* Utility Styles */

.hiddenDiv {
	display: none;
}
.visibleDiv {
	display: block;
}
.bold{
 font-weight:bold;
}
.tiny {
	font-size:9pt;
}
.clear
{
  clear: both;
}

/* Div toggle */

.msg_head {
  background:transparent url(../images/bullet_arrow_down.png) top left no-repeat;
  padding-left: 15px;
  cursor: pointer;
  word-wrap: break-word;
}
.msg_body {
  padding:8px;
  word-wrap: break-word;
  text-align:left;
  clear: both;
}

/* Alternating rows for admin */

.admin_altrow1 {
	background:#ededed;
	padding: 6px;
	margin: 5px 0;
	border: 1px solid #C0C0C0;
	min-height:20px;
	height:auto;
	word-wrap: break-word;
}
.admin_altrow2 {
	background:#ededed;
	padding: 6px;
	margin: 5px 0;
	border: 1px solid #C0C0C0;
	min-height:20px;
	height:auto;
	word-wrap: break-word;
}

/* Sorting for admin */

.sortHover {
	text-align:left;
}
#sortme {
	padding:0;
	margin: 0;
}
.sortitem {
  text-align:left;
  cursor:move;
  background: #EDEDED;
  color: #000;
  width: 250px;
  margin: 5px;
  padding: 5px 15px;
  border:1px solid #C0C0C0;
}
.sortHelper {
	border: 1px dashed #666;
	width: 250px;
}

#sortme ul {
  list-style: none;
  cursor:move;
}
#sortme li {
  text-align:left;
  list-style-type: none;
  cursor:move;
}

#optionsort {
	padding:0;
	margin: 0;
}
.optionitem {
  text-align:left;
  cursor:move;
  background: #EDEDED;
  color: #000;
  margin: 5px;
  padding: 5px 15px;
  border:1px solid #C0C0C0;
}

.optionitem a{
	color:#000;
  	text-decoration: none;
}

.optionHelper {
	border: 1px dashed #666;
	width: 250px;
}


#System_alert {
	display:block;
	margin-bottom:10px;
}
#System .alert{
	background:#ff0000;
	margin:2px;
	padding:8px;
}
#System .alert_border{
	padding: 2px;
	margin:8px;
	border:1px solid #ff0000;
}
#System .release{
	background:#ededed;
	margin:2px;
	padding:8px;
}
#System .release_border{
	padding: 2px;
	margin:8px;
	border:1px solid #ededed;
}
#System .bold{
	display:block;
	font-weight:bold;
}
.AdminFLTLeft{
	float: left;
}
.AdminFLTRight{
	float: right;
	text-align: right;
}

/* Website Manager */

#WSM_Container {
	width: 600px;
	margin: 10px auto;
	padding: 0px;
}
#WSM_Container a{
	text-decoration: none;
}
#WSM_Container a:hover{
	text-decoration: underline;
}
#WSM_GeneralSiteInfo {
	background: #fff;
}
#WSM_Modules {
	background: #fff;
	overflow: auto;
	overflow: hidden;
}
#WSM_ModulesLft {
	float:left;
	width:50%;
}
#WSM_ModulesRht {
	float:right;
	width:50%;
}

/* WSM Form Styles */

#WSM_Container label{
	width: 250px;
	display: inline-block; 
	line-height: 1.8; 
	vertical-align: top; 
	cursor: hand;
}
#WSM_Container label.error { 
	margin-left: 250px;
}
#WSM_Container .error { 
	float: none; 
	color: red; 
	font-style: italic; 
}
#WSM_Container input:focus { 
	border: 1px dotted black; 
}
#WSM_Container input.error{ 
	border: 1px dotted red; 
}
#WSM_Container p{
	clear: both;
}
.WSM_left_helper {
	padding-top:5px;
}
.WSM_left {
	float:left;
	width:50%;
}
.WSM_right {
	margin: 0;
	float:right;
	text-align:right;
	width:50%;
}
.WSM_clear {
	clear:both;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
}
.WSM_imagelist {
	text-align:center;
	margin: 3px;
	padding: 3px;
}
