body {
	margin:0 auto;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	background-image: url(bg.jpg);
}

body,p,h1,h2,h3,h4,table,td,th,ul,ol,li,textarea,input {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

p,table,td,th,ul,li,ol,textarea,input {
	font-size: 11px;
}

h1,h2,h3,h4 {
	font-size: 14px;
}

input.cssvsc {
	font-size: 10px;
}

input.cssvsc2 {
	font-size: 10px;
}

input {
	font-size: 10px;
}

select {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: normal;
}

textarea {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: normal;
}

.comment {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;
}

/*
td {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
}
TD.left {
     border-left:1px solid #999999;
  }
TD.right {
     border-right:1px solid #999999;
  }
TD.topleft {
     border-top:1px solid #999999;
  border-left:1px solid #999999;
  }
TD.topright {
     border-top:1px solid #999999;
  border-right:1px solid #999999;
  }
TD.botleft {
     border-bottom:1px solid #999999;
  border-left:1px solid #999999;
  }
TD.botright {
     border-bottom:1px solid #999999;
  border-right:1px solid #999999;
  }
TD.wide {
     border-left:1px solid #999999;
  border-right:1px solid #999999;
  }
TD.botwide {
  border-left:1px solid #999999;
  border-right:1px solid #999999;
  border-bottom:1px solid #999999;
  }
*/
a:link {
	text-decoration:none;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
a:visited {
	text-decoration:none;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
a:hover {
	text-decoration: underline overline;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
a.linkStyle:link {
	color:#0680AC;
	text-decoration:none;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
a.linkStyle:visited {
	color:#0680AC;
	text-decoration:none;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
a.linkStyle:hover {
	color: #08A8E2;
	text-decoration: underline overline;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
/*
INPUT.button2 {
border:0;
background:#FFFFFF;
}
INPUT.button3 {
background:#000000;
color:#FFFFFF;
border:0;
}
INPUT.button4 {
border:0;
background:#FF3333;
}
INPUT.button5 {
border:0;
background:#33CC33;
}
INPUT.buttonb {
border:0;
}
INPUT.button6 {
	border: 1;
	background: #000050;
	color: #FFFFFF;
}
*/
.error {
    color:#f00000;
    font-weight: bold;
}
.info {
}
.warning {
   color: #DDDD00;
}
/*
tr.even {
   background: #FFFFFF;
}
tr.odd {
   background: #F5F5F5;
}
.accordion2 h3 {
	background: #DFDFDF url(arrow-square.gif) no-repeat right -51px;
	padding: 7px 10px;
	margin: 5px 0 0 0 !important;
	margin: 5px -2px 0 0;
	font: bold 100%/100% "Lucida Grande", Verdana, Arial, sans-serif;
	border: solid 1px #C0C0C0;
	border-bottom: none;
	cursor: pointer;
}
.accordion2 h3:hover {
	background-color: #C0C0C0;
}
.accordion2 h3.active {
	background-position: right 5px;
}
.accordion2 p {
	margin: 0;
	padding: 0;
	border-left: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	display: none;
}
*/

/* Extra Input Field Styling
----------------------------------*/
.textfields {
	padding: 4px;
}

input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly] {
	color: #999999;
} 

/*
label, select, .ui-select-menu { float: left; margin-right: 10px; }
select { width: 250px; }
*/

.ui-form textarea, .ui-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]) {
	padding: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #cecece;
	outline: none;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset, 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset, 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1) inset, 0 1px 0 rgba(255,255,255,0.2);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25 ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.ui-form textarea:hover, .ui-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):hover {
	border: 1px solid #bdbdbd;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.2);
}
.ui-form textarea:focus, .ui-form input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):focus {
	border: 1px solid #95bdd4;
	-webkit-box-shadow: 0 2px 3px rgba(161,202,226,0.5) inset, 0 1px 0 rgba(255,255,255,0.2);
	-moz-box-shadow: 0 2px 3px rgba(161,202,226,0.5) inset, 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: 0 2px 3px rgba(161,202,226,0.5) inset, 0 1px 0 rgba(255,255,255,0.2);
}

/* Selectmenu
----------------------------------*/
.ui-selectmenu { display: block; position:relative; height:2em; text-decoration: none; overflow:hidden;}
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu { padding:0; margin:0; list-style:none; position:absolute; top: 0; visibility: hidden; overflow: auto; }
.ui-selectmenu-open { visibility: visible; }
.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu-dropdown { }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; font-weight: normal !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status {line-height: 1.4em; display:block; padding:.3em 1em; outline:none; text-decoration:none; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { position: absolute; top: 1em; margin-top: -8px; left: 0; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-open li.ui-selectmenu-item-focus a {  }
.ui-selectmenu-open li.ui-selectmenu-item-selected { }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-content {  }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/*for optgroups*/
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding:.6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }

/* Contextual Help
----------------------------------*/
.hidden {
	display: none;
}

.hide-if-no-js {
	margin: 0 20px 0 0;
}

#show-settings a {
	text-decoration: none;
}

#contextual-help-link-wrap {
	float: right;
	height: 22px;
	width: 60px;
	padding: 0;
	margin: 1px 10px 0 6px; /*0 0 0 6px;*/
	font-family: sans-serif;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#contextual-help-wrap li {
	list-style-type: disc;
	margin-left: 18px;
}
.toggle-arrow {
	background-repeat: no-repeat;
	background-position: top left;
	height: 22px;
	line-height: 22px;
	display: block;
}
.toggle-arrow-active {
	background-position: bottom left;
}
a.show-settings {
	text-decoration: none;
	z-index: 1;
	padding: 0 5px 0 6px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	display: block;
}

a.show-settings:hover {
	text-decoration: none;
}

#contextual-help-wrap h5 {
	margin: 8px 0;
	font-size: 13px;
}

#contextual-help-wrap {
	border-style: none solid solid;
	border-top: 0 none;
	border-width: 0 1px 1px;
	margin: 0 10px 0 0;
	padding: 8px 12px 12px;
}

.metabox-prefs label {
	display: inline-block;
	padding-right: 15px;
	white-space: nowrap;
	line-height: 30px;
}

.metabox-prefs label input {
	margin: 0 5px 0 2px;
}

.metabox-prefs label a {
	display: none;
}

