﻿body {
    margin:0;
    padding:0;
    background:#e8e8e8 url(i/background.png) repeat-x scroll;
    font-family:'Lucida Grande',Geneva,Verdana,Arial,sans-serif;
    font-size:0.8em;
}

#progress, #ajaxProg {
    background:#e6eaed url(i/progress.gif) no-repeat 20px center;
    text-align:center;
	font-size:12pt;
	border: solid 1px #ccc;
	width: 150px;
	height: 50px;
	position: absolute;
	left:52%;
	top: 160px;
}

#ajaxProg {
    display:none;
}

#progress label, #ajaxProg #ajaxLabel {
    display:block;
    padding-top:15px;
 }

#head {
    background:url(i/head.png) repeat-x;
    padding:0;
    margin:0;
    text-align:left;
}

#head #login{
    margin:7px;
    float:right;
    font-size:0.8em;
}

#head #login input[type="text"], #head #login input[type="password"] {
    background-color:#ffd9c0;
    border:1px solid #a0a0a0;
    font-size:10px;
    margin-right:5px;
    padding:2px;
}

#head #login input[type="buttdddon"] {
    font-size:10px;
    margin-right:5px;
}


#head #login .elm {
    float:left;
    color:#444;
    margin-top:-6px;
}

#head #logo 
{
    display:block;
    height:40px;
    width:980px;
    margin:0 auto;
    background:url(i/logodev.gif) no-repeat -5px 3px;
}

#head ul 
{
    width:980px;
    height:30px;
    list-style-type:none;
    overflow:visible;
    padding:0;
    margin:0 auto;
    font-family:Tahoma;
}

#head li {
    float:left;
    font-size:13px;
    font-weight:bold;
    padding:8px 8px 9px 8px;
    margin-top:-4px
}

#head li a 
{
    color:#3b5998;
    text-decoration:none;
}

#head li.active {
    background:#fff url(i/sel.png) repeat-x
}

#head li.active a {
    color:#444
}

#head li a:hover {
    text-decoration:underline
}

#cont {
    top:70px;
    width:980px;
    margin:20px;
    background-color:#fff;
    border:solid 1px #a0a0a0;
    margin:10px auto;
    min-height:500px;
}

#cont #title {
    font-family:arial;
    font-size:1.4em;
    font-weight:bold;
    background-color:#ffd9c0;
    padding:10px;
    color:#3b5998
}
#cont #body {
    padding:10px;
}

#cont #menu 
{
    display:block;
    font-family:tahoma;
    background-color:#ffb88a;
    width:980px;
}

#cont #menu a {
    text-decoration:none;
}

#cont #menu ul 
{
    display:block;
    height:29px;
    list-style-type:none;
    overflow:visible;
    padding:0;
    margin:0 0 0 10px;
}

#cont #menu li, #cont #menu li.selected {
    float:left;
    padding:6px 8px;
    margin:5px;
    background-color:#ffd9c0;
	font-size:10px;
    font-weight:bold;
}

#cont #menu li.selected 
{
    background-color:#fff;
}


#cont #menu li a {
    color:#3b5998;
}
#cont #menu li.selected a
{
    color:#444;
}

#cont #menu li a:hover {
    text-decoration:underline;
}

#foot {
    width:980px;
    margin:20px;
    margin:10px auto;
    font-size:0.8em;
}

.opt 
{
    margin:6px;
    padding:6px;
    border:solid 1px #fff;
}

.opt label, .opt input[type="button"] {
    display:block;
    margin:6px 0;
}

.opt textarea {
    width:600px;
}

.opt:hover {
    background-color:#eee;
    border:solid 1px #ccc;
}

.opt .err 
{
    color:red;
    display:inline;
}


.error {
    display:none;
    color:red;
    background-color:#ffebeb;
    border:solid 1px #ff9999;
    margin:0 6px;
    padding:6px;
}

.feedback {
    display:none;
    color:#444;
    background-color:#eff1d5;
    border:solid 1px #acbf31;
    margin:6px;
    padding:6px;
}

.feedback a {
    color:#93a32c;
    text-decoration:none;
}

.feedback a:hover {
    text-decoration:underline;
}

.error li, .feedback li {
    margin-left:20px;
}

.table {
    border:solid 1px #ccc;
    border-collapse:collapse;
    margin:6px;
}
.tableHead {
    border-bottom:solid 1px #ccc;
    padding:4px;
    text-align:center;
}

.tableCell {
    border-right:solid 1px #ccc;
    padding:4px;
}

.tableCellRight {
    padding:4px;
}

#facebox .b {
  background:url(i/b.png);
}

#facebox .tl {
  background:url(i/tl.png);
}

#facebox .tr {
  background:url(i/tr.png);
}

#facebox .bl {
  background:url(i/bl.png);
}

#facebox .br {
  background:url(i/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 0px;
  background: #fff;
  width: 370px;
}

#facebox .head {
    padding:6px;
    border:solid 1px #ffb88a;
    background-color: #ffd9c0;
    color:#666;
    font-size:14px;
    font-weight:bold;
}

#facebox .head img 
{
    display:none;
    float:right;
    
}

#facebox .cont {
    padding:10px;
    border-left:solid 1px #ffb88a;
    border-right:solid 1px #ffb88a;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
    padding:8px;
    border:solid 1px #ffb88a;
    border-top:solid 1px #ccc;
    background-color:#f2f2f2;
    text-align: right;
    color:#444;
}

.but
{
    padding:1px;
    border:solid 1px #cb9877;
    border-top:solid 1px #ffb88a;
    border-left:solid 1px #ffb88a;
    background-color:#ffd9c0;
}

.but:hover {
    border:solid 1px #cb9877;
}

.butGrey {
    padding:1px;
    border:solid 1px #666;
    border-top:solid 1px #e7e7e7;
    border-left:solid 1px #e7e7e7;
    background-color:#f0f0f0;
}

.butGrey:hover {
    border:solid 1px #666;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
}

.facebox_hide {
    z-index:-100;
}

.facebox_overlayBG {
    z-index: 99;
    background-color:#000;
}

* html #facebox_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/* Home styles */
#hleft 
{
	margin:20px;
}

#hleft h1
{
	font-size: 1.5em;
}

#hleft a 
{
    color:#3b5998;
    text-decoration:none;
}

#hleft a:hover
{
    text-decoration:underline;
}

#hleft #testimg
{
	margin-top:10px;
}

#hindex
{
	float:right;
	width:500px;
	margin-top:50px;
	margin-right:150px;
}

#hindex h2
{
	font-size: 1.2em;
	margin-top:10px;
	margin-bottom:5px;
}

#hindex ul
{
	list-style:none;
}

#hindex a 
{
    color:#3b5998;
    text-decoration:none;
}

#hindex a:hover
{
    text-decoration:underline;
}

/* Doc styles */

#docmain
{
	float:right;
	width:650px;
	margin-top:10px;
	margin-right:150px;
}

#docmain h1, #body h1
{
	font-size: 1.5em;
}

#docmain h2, #body h2
{
	font-size: 1.2em;
}

#docleft
{
	/*margin:20px;*/
}

#docleft ul
{
	list-style:none;
	margin:10px;
}

#docleft li
{
	margin-bottom:10px;
}

#docleft a, #docmain a, #body a
{
    color:#3b5998;
    text-decoration:none;
}

#docleft a:hover, #docmain a:hover, #body a:hover
{
    text-decoration:underline;
}

#testintro
{
	width:650px;
}

#ctl00_cph_pnl_required label {
    display:block;
}