/* LAYOUT */
body {
  behavior: url("/~holycros/themes/corporatetheme/csshover.htc");
  /*behavior: url("csshover.htc");*/
  background-color: #CD9933;
  margin: auto;
  width: 1000px;
  width: 800px;
  font-family: Arial, Sans-Serif;
}
#outer-wrapper 
{
    /*background-image: url(right_bg.png);*/
    background-image: url("/~holycros/themes/corporatetheme/images/right_bg.png");
    background-repeat: repeat-y;
    background-position: 980px top;
    background-position: 780px top;
}
#wrapper 
{
    /*background-image: url(left_bg.png);*/
    background-image: url("/~holycros/themes/corporatetheme/images/left_bg.png");
    background-repeat: repeat-y;
}
#body 
{
    width: 960px;
    width: 760px;
    margin-left: 20px;
}
#header 
{
    background-color: #9A0000;
    height: 35px;
}

#left {
  float: left;
  width: 180px;
  width: 150px;
  height: 765px;
  min-height: 765px;
  height: 640px;
  min-height: 640px;
  background-image: url(images/Christ_150.jpg);
  /*background-image: url("/~holycros/themes/corporatetheme/images/Christ.jpg");*/
  background-repeat: no-repeat;
}
div[id=left] 
{
    height: auto !important;
}
#left input.search {
  margin-left: 10px;
  width: 125px;
  border: #000 1px solid;
}
#left input.submit {
  border:0;
  font-family: Arial;
  font-size: 14px;
  background-color: #CD9933;
  color: #fff;
  font-weight: bold;
}
#right {
  margin-left: 180px;
  margin-left: 150px;
  background-color: #fff;
  height: 765px;
  min-height: 765px;
  height: 640px;
  min-height: 640px;
}
div[id=right] 
{
    height: auto !important;
}

#content {
  margin-left: 30px;
  color: #999966;
  font-size: 11pt;
  line-height: 11.5pt;
}

#sidebar 
{
    float: right;
    width: 250px;
    width: 200px;
}

.main-content {
  margin-right: 280px;
  margin-right: 230px;
}
.container_editbox .side-content {
	float:none;
	clear:none;
	position: static;
}
.side-content 
{
	float:right;
	clear: right;
    width: 190px;
    padding-right:10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
    top: -50px;
    color: #000;
    overflow: hidden;
}

.side-content div.header
{
    background-color: #CD9933;
    margin: 0px -10px 20px 0px;
    padding: 2px;
    font-size: 13pt;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

#skipcontent {
  display: none;
}

#footer {
  clear: both;
  font-size: 10pt;
  margin-top: 15px;
  padding-bottom: 20px;
}
/* END LAYOUT */

#content a 
{
    color: #9A0000;
    text-decoration: none;
}
#content a:hover, #side-content a:hover
{
    color: #fff !important;
    background-color: #9A0000;
}
a.pdf img {
	margin-right: 5px;
	border: none;
}
div.error 
{
	display:none;
}
.hidden {
	display: none;
}

/* support body text A (normal) */
#content .side-content {
  font-size: 10pt;
  line-height: 10.5pt;
}

#content h1 {
  margin:0;
  font-size: 18pt;
  line-height: 24pt;
}

#content h2 {
  margin:0;
  font-size: 16pt;
  line-height: 24pt;
}

#content h3 {
  margin: 0;
  font-size: 16pt;
  line-height: 20pt;
}

#content h4 {
  margin: 0;
  font-size: 16pt;
  line-height: 18pt;
}

#content h5 {
  margin: 0;
  font-size: 12pt;
  line-height: 18pt;
}

#content h6 {
  margin:0;
  font-size: 10pt;
  line-height: 16pt;
}

/* left menu */
#mainmenu {
margin-top: 350px;
margin-top: 270px;
}

#mainmenu ul {
list-style: none;
margin: 0;
padding: 0;
}

#mainmenu a {
font-weight: bold;
font-size: 14px;
line-height: 16px;
display: block;
padding: 7px 3px 7px 10px;
color: #fff;
text-decoration: none;
}

#mainmenu li.first ul a 
{
    font-weight: normal;
}

#mainmenu a:hover {
    background: #CD9933;
}

#mainmenu li {
  position: relative;
  width: 180px;
  width: 150px;
}

#mainmenu ul ul {
position: absolute;
top: 0;
left: 180px;
left: 150px;
width: 100%;
background-color: #CD9933;
}

#mainmenu ul ul a:hover 
{
    color: #9A0000;
    background-color: #fff;
}

#mainmenu ul ul,
#mainmenu ul li:hover ul ul
{display: none;}

#mainmenu ul li:hover ul,
#mainmenu ul ul li:hover ul
{display: block;}

/* if IE */
* html #mainmenu ul li {float: left; width: 100%;} 
* html #mainmenu ul li a {height: 1%;} 
/* endif IE */

/* End left menu */

/* top menu */
#topmenu ul {
list-style: none;
margin: 0;
padding: 0;
}

#topmenu li.first a {
font-weight: bold;
font-size: 14px;
line-height: 16px;
display: block;
padding: 10px 7px;
color: #fff;
text-decoration: none;
}

#topmenu li.first ul a 
{
    font-weight: normal;
    padding: 7px 3px 7px 10px;
}

#topmenu li 
{
    position: relative;
    width: 180px;
    z-index: 50;
}
#topmenu li.first {
  width: auto;
  float: left;
}
#topmenu li.manage {
  position: relative;
  top: -35px;
  left: 625px;
}
#topmenu li.manage a {
  color: #000;
}

#topmenu ul ul {
position: absolute;
top: 35px;
left: 0;
width: 180px;
background-color: #9A0000;
z-index:50;
}
#topmenu ul ul a:hover 
{
    background-color: #CD9933;
}
#topmenu ul ul ul 
{
    top: 0px;
    left: 180px;
    background-color: #CD9933;
}
#topmenu ul ul ul a:hover 
{
    color: #9A0000;
    background-color: #fff;
}

#topmenu ul ul,
#topmenu ul li:hover ul ul
{display: none;}

#topmenu ul li:hover ul,
#topmenu ul ul li:hover ul
{display: block;}
/* End top menu */

.breadcrumb 
{
    font-size: 10pt;
    margin-bottom: 20px;
    padding-top: 15px;
    color: #9BABAA;
}
#content .breadcrumb a 
{
    color: #9BABAA;
    text-decoration: none;
}
#content .breadcrumb a.selected 
{
    color: #CD9933;
    font-weight: bold;
}
#content .breadcrumb a:hover 
{
    background-color: #fff;
    color: #9BABAA;
    text-decoration: underline;
}

#content table td {
	padding-bottom: 15px;
}

/* from default style */
td.tab_btn {
  border: solid 1px #333;
  padding: 4px;
}
td#topNavContainer a {
	color: #FFF;
}

td#leftSidebarContainer * a, td#leftSidebarContainer a {
	color: #FFF;
}

td#leftSidebarContainer {
	color: #FFF;
}

td.header, td.header a {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
}

td.administration_cell {
	padding-left: 5px;
	padding-right: 5px;
}

a.mngmntlink {
	color: #9c3;
}

a.disabled {
	font-style:italic;
	font-weight: normal;
}

div.moduletitle {
	font-weight: bold;
	font-size: 11pt;
}

/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/* Container Styles */
div.container_box {
	padding-bottom: 10px;
}

div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}


div.itemtitle {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
}

/* popup date / time control */
span.datefield {
	
}

span.datefield_disabled {
	color: #DDD;
	font-style: italic;
	text-decoration: line-through;
}

/* Workflow */
div.workflow_action {
	border: 1px solid #DDD;
	margin-bottom: 1em;
}

div.workflow_inapproval {
	margin-left: 35px;
}

div.workflow_approved {
	border: 2px solid #030;
	background-color: #DDD;
}

div.workflow_action_restored {
	border: 2px dashed #030;
	background-color: #FFF;
}

div.workflow_action_posted {
	border: 2px solid black;
}

/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
}

tr.even_row {
	background-color: #DDD;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}

tr.odd_row {
	
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: #ccc;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}
/* default style */

/* object full width */
object.full,
div.full {
  margin-left: -30px;
}
