




html,body{
padding: 0px;
margin: 0px;
}

body{
background-image: url(images/bodybg.jpg);
background-position: top left;
background-color: #410218;
text-align: center;
font-size: 0.8em;
color: #363636;
padding-bottom: 33px;
}

a{
text-decoration: none;
color: #363636;
}

a:hover{
color: #666666;
}

img{
border: none;
}

h1{
font-family: "Trebuchet MS",verdana,tahoma,arial,sans-serif;
font-size: 2em;
letter-spacing: -1px;
margin-top: 8px;
margin-bottom: 7px;
font-weight: normal;
color: #7a002b;
}

h2{
font-family: "Trebuchet MS",verdana,tahoma,arial,sans-serif;
font-weight: bold;
margin-top: 6px;
margin-bottom: 2px;
padding-bottom: 3px;
font-size: 1.2em;
color: #404041;
border-bottom: 1px dotted #ddd;
}

br.clear{
clear: both;
height: 1px;
line-height: 1px;
}

label.error{
color: red;
}












#header{
width: 850px;
margin: 7px auto 15px 100px;
text-align: left;
font-size: 19px;
font-weight: bold;
color: #ffffff;
}

#header a{
color: #ffffff;
}

#control-container{
width: 100%;
margin-left: auto;
margin-right: auto;
overflow: auto;
text-align: left;
font-family: "Trebuchet MS",verdana,tahoma,arial,sans-serif;

}

#control-tabs{
width: 145px;
float: left;
padding: 0px;
margin-left:50px;
}

#control-breadcrumbs{
padding: 5px 20px;
height: 18px;
font-size: 11px;
font-weight: bold;
border-bottom: 1px solid #ccc;
background-color: #e2e2e2;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
filter: alpha(opacity=40);
-moz-opacity: 0.4;
-khtml-opacity: 0.4;
opacity: 0.4;
}

#control-breadcrumbs:hover{
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1.0;
-khtml-opacity: 1.0;
opacity: 1.0;
}

#control-breadcrumbs.hasHomeTab,#control-breadcrumbs{
}

#control-breadcrumbs a{
text-decoration: underline;
}

#control-content{
width: 794px;
min-height: 250px;
position: relative;
float: left;
background:#fff;
margin-left: 20px;
margin-bottom: 10px;
padding-bottom: 15px;
box-shadow: 2px 2px 2px #350013;
-moz-box-shadow: 2px 2px 2px #350013;
-webkit-box-shadow: 2px 2px 2px #350013;
-o-box-shadow: 2px 2px 2px #350013;
}

#control-content-inner > p{
margin: 20px 0;
}

#control-content-inner{
min-height: 128px;
margin: 10px 20px;
background-repeat: repeat-x;
background-position: top right;
}

div.tab{
width: 135px;
float: right;
margin-bottom: 10px;
background-color: #e2e2e2;
text-align: center;
text-shadow: 0px 0px 3px #fff;
}

div.tab:hover{
border-color: #666666;
background: #fff;
background-color: #fff;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
}

div.tab a.main-link{
display: block;
font-weight: bold;
padding: 8px 0px;
color: #222222;
}

div.tab a:hover{
color: #111111;
}

div.tab:hover img{

}

div.currentTab{
background: #ffffff;
filter: none;
border-color: #666666;
text-shadow: 2px 2px 2px #000;
}

div.currentTab:hover{
padding-right: 0px;
}

div.currentTab:hover img{
background-image: none;
}

div.currentTab a.main-link{
color: #111111;
text-shadow: none;
}

div.tab a.back-to-site{
padding: 8px 0px;
}

div.tab a.logout{
padding: 8px 0px;
background: #a02c2c; /* for non-css3 browsers */
background-color: #a02c2c;
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab5b5', endColorstr='#a02c2c'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#eab5b5), to(#a02c2c)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #eab5b5,  #a02c2c); /* for firefox 3.6+ */
text-shadow: 1px 1px 1px #2c000e;
color: #fcfcfc;
}

div.logout-tab{
border-color: #7c1919;
}

div.logout-tab:hover{
background-color: #a01212;
padding-right: 0;
margin-right: 0;
}

div.logout-tab img{
display: none;
}

div.logout-tab:hover img{
background-image: none;
}

#help-link{
position: absolute;
top: 0;
right: 0;
display: block;
padding: 3px 21px 6px 18px;
background: #3d74c0;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.18, rgb(14,57,107)),
    color-stop(0.84, rgb(61,116,192))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(14,57,107) 18%,
    rgb(61,116,192) 84%
);
color: #ffffff;
font-weight: bold;
font-size: 15px;
}

#help-link:hover{
background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.19, rgb(122,0,43)),
    color-stop(0.83, rgb(214,164,183))
);
background: -moz-linear-gradient(
    center bottom,
    rgb(122,0,43) 19%,
    rgb(214,164,183) 83%
);
}

#help-link img{
vertical-align: middle;
}

#help-content{
text-align: left;
}

#help-content p{
font-size: 1.1em;
font-family: arial, verdana, sans-serif;
}


div.home-box{
background-color: #e2e2e2;
padding: 10px 12px;
margin-bottom: 10px;
overflow: hidden;
position: relative;
}

div.home-box img.home-box-icon{
float: right;
image-rendering:optimizeSpeed;
image-rendering:-moz-crisp-edges;
image-rendering:-o-crisp-edges;
image-rendering:-webkit-optimize-contrast;
image-rendering:crisp-edges;
-ms-interpolation-mode:nearest-neighbor;
}

div.home-box a.home-box-link{
display: block;
font-weight: bold;
padding: 6px 12px;
background: #bbb;
}


div.home-box a.home-box-link:hover{
color: #7a002b;
}

div.home-box h2{
font-size: 20px;
font-weight: bold;
border-bottom: 0;
padding: 0;
margin-bottom: 4px;
margin-top: 0;
}

div.home-box p,div.home-box a{
z-index: 99;
}


#developer-bar{
position: fixed;
left: 0px;
bottom: 0px;
width: 100%;
background-color: #404041;
border-top: 3px solid white;
overflow: hidden;
font-family: arial,verdana,sans-serif;
}

#developer-bar h2{
font-size: 1.5em;
font-weight: bold;
float: left;
color: white;
margin: 0;
padding: 0;
font-variant: small-caps;
margin-right: 100px;
}

#developer-bar a{
display: block;
padding: 3px 10px;
float: left;
margin: 2px 6px;
background-color: #7a002b;
color: white;
font-weight: bold;
border: 1px solid #cccccc;
}















.stdButton{
display: block;
min-width: 200px;
margin: 10px 0px;
padding: 8px 12px;
color: white;
font-weight: bold;
font-size: 1.2em;
background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.26, rgb(31,31,31)),
    color-stop(0.86, rgb(143,143,143))
);
background: -moz-linear-gradient(
    center bottom,
    rgb(31,31,31) 26%,
    rgb(143,143,143) 86%
);
background-color: #7a002b;
cursor: pointer;
}

a.stdButton:hover{
background-image: none;
background-color: #454545;
color: white;
background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.26, rgb(61,61,61)),
    color-stop(0.86, rgb(184,184,184))
);
background: -moz-linear-gradient(
    center bottom,
    rgb(61,61,61) 26%,
    rgb(184,184,184) 86%
);
}

a.withIcon{
padding-left: 26px;
background-repeat: no-repeat;
background-position: 4px center;
}

div.formElement{
padding: 10px 10px;
margin-bottom: 4px;
background-color: #eaeaea;
overflow: hidden;
}

div.formElement label{
display: block;
width: 90%;
font-weight: bold;
font-size: 16px;
margin-bottom: 7px;
}

div.formElement label:hover{
cursor: help;
}

div.formElement label br{
display: none;
}

div.formElement label.noblock{
display: inline-block;
float: left;
cursor: auto;
}

div.formElement span.formElementSubLabel{
float: right;
margin-left: 15px;
font-size: 11px;
font-style: italic;
font-weight: normal;
display: none;
padding-top: 4px;
}

div.formElement label:hover span.formElementSubLabel{
display: inline-block;
}

div.formElement input.block,div.formElement select,div.formElement textarea.block{
clear: both; /* ##### */
display: block;
padding: 4px;
border: 1px solid #999999;
}

div.formElement textarea.block{
font-family: verdana, arial, sans-serif;
font-size: 11px;
}

input.formElementSubmit{
padding: 10px 20px;
background-color: #cccccc;
color: #444444;
font-weight: bold;
font-size: 15px;
font-family: verdana, tahoma, arial, sans-serif;
cursor: pointer;
margin-bottom: 10px;
margin-left: 0;

}

input.formElementSubmit:hover{
background-color: #aaaaaa;
color: #222222;
}

div.resultRow{
clear: both;
overflow: hidden;
padding: 2px;
background-color: #efefef;
}

div.altRow{
background-color: #dedede;
}

div.resultRow:hover,div.altRow:hover{
background-color: #a8aba4;
}

div.resultRow a{
color: #333333;
}

div.resultRow a:hover{
color: #111111;
}

div.resultRowActions{
float: right;
}

div.resultRowActions img:hover{
background-image: url(images/hoverbackSmall.png);
}

a.bottomLink{
font-size: 10px;
font-weight: bolder;
letter-spacing: 1px;
}

div.grey-element{
margin: 7px 0px;
padding: 0px;
background-color: #efefef;
border: 1px solid #666666;
border-radius: 6px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
padding-bottom: 5px;
}

div.grey-element label{
display: block;
font-size: 16px;
border-bottom: 1px solid #666666;
}

div.grey-element div.row,div.grey-element tr.row{
clear: both;
display: block;
font-weight: bold;
border-bottom: 1px solid #aaaaaa;
background-color: #e2e2e2;
padding: 2px;
margin: 0px 5px 1px 5px;
overflow: hidden;
}

div.grey-element div.row div.row-left,div.grey-element tr.row div.row-left{
float: left;
}

div.grey-element div.row div.row-right,div.grey-element tr.row div-row-right{
float: right;
right: 0px;
text-align: right;
}

div.grey-element div.row img,div.grey-element tr.row img{
vertical-align: middle;
}

div.grey-element-header{
background-color: #c3c3c3;
border: 1px solid #999999;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
padding: 3px;
margin-bottom: 5px;
}

div.grey-element-header img{
vertical-align: middle;
}

div.grey-element-header div.sub-info{
font-size: 11px;
}















div.warningbox,div.infobox,div.confirmbox{
min-height: 40px;
padding: 4px 8px 4px 50px;
margin: 7px 0;
background-repeat: no-repeat;
background-position: 6px center;
font-size: 1.1em;
}

div.warningbox{
background-color: #f1d7d7;
background-image: url(images/warning.png);
color: #d4322a;
}

div.infobox{
background-color: #cbd5eb;
background-image: url(images/info.png);
color: #3960af;
}

div.confirmbox{
background-color: #c3e5bf;
background-image: url(images/confirm.png);
color: #38972e;
}

div.rc_contbox{
float: left;
padding: 6px;
border: 3px double #cccccc;
border-radius: 8px;
}

div.halfsplit{
width: 45%;
}

.nicEdit-main{
background-color: white;
padding: 6px;
}

#christmas{
position: absolute;
top: 0;
right: 0;
}


#cboxTopLeft,#cboxTopCenter,#cboxTopRight,#cboxMiddleLeft,#cboxMiddleRight,#cboxBottomLeft,#cboxBottomCenter,#cboxBottomRight{
background: #fff!important;
}

#cboxClose{
background: #ccc!important;
padding: 3px 10px 5px 10px!important;
font-family: arial!important;
font-weight: bold!important;
}



#postToSite,#postToList{
float: right;
clear: both;
padding-top: 7px;
}

