

body
{
background-color: #ffffff;
        margin: 0px;
        /*background-image: url(../images/studio_tile.jpg);*/
        background-position: center center;
		background-repeat: repeat-y;
        width:100%;
        height:100%;
color: #111111;
font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h2 {
	margin: 0;
	color: #006699;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	padding-left:25px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 5px 3px;
}

h2 a:link, h2 a:hover, h2 a:visited {
	color: #000;
	text-decoration: none;
}
	
h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #182428;
	margin: 0;
}

h1 a:link, h1 a:visited, h1 a:hover {
	text-decoration: none;
	color: #003366;
}
	
h4 {
	margin: 0;
	color: #182428;
	font-size: 12px;
	padding-top:5px;
	padding-bottom:9px;
	background-image:url(../images/dots-hr-4.gif);
	background-repeat:repeat-x;
}

h3 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h5 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.hr{
	width: 100%;
	height:8px;
	background-image:url(../images/dots-hr.gif);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-repeat: repeat-x;
	background-position:center;
}


#header
{
width: 100%;
height: 75px;
background-color: #00678F;
background: url('../images/studio_hd.jpg') repeat-x;
background-position:center
color: #ffffff;
overflow:visible;
}

#header_inner
{
position: relative;
width: 710px;
height: 50px;
margin: 0px auto;
}

#header_inner h1
{
background: inherit;
position: absolute;
left: 5px;
bottom: 2px;
text-transform: lowercase;
font-size: 14px;
color: #fff;
font-weight: normal;
letter-spacing: 0px;
}

#header_inner h1 a{
color: #;
font-weight:100;
text-decoration:none;
}

#header_inner h1 a:hover{
color:#F47C22;
}

#header_inner h1 span
{
background: inherit;
color: #DADADA;
}

#slogan
{
background: inherit;
position: absolute;
right: 5px;
bottom: 2px;
color: #DADADA;
text-transform: lowercase;
font-size: 14px;
}

#slogan a{
color: #ffffff;
font-weight:100;
text-decoration:none;
}

#slogan a:hover{
color:#a90000;
}

#main
{
padding-top: 0px;
background-color: #fff;
/*position: relative;*/
width: 550px;
margin: 0px auto;
border-top: 1px solid #f3f3f3;
border-right: 1px solid #f3f3f3;
border-bottom: 1px solid #f3f3f3; 
border-left: 1px solid #f3f3f3;
}

#left
{
padding-top: 0px;
background-color: #fff;
/*position: relative;*/
width: 2px;
margin: 0px auto;
border-top: 1px solid #f3f3f3;
border-right: 1px solid #f3f3f3;
border-bottom: 1px solid #f3f3f3; 
border-left: 1px solid #f3f3f3;
}

.arrowlistmenu{
width: 180px; /*width of menu*/
text-align:left;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(http://sermon.net/images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #3b4248;
background: url(http://sermon.net/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #999999;
}

.arrowlistmenu ul li a:visited{
color: #3b4248;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #ffffff;
background-color: #999999;
}

.upgrade
{font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;}

.upgrade a, .upgrade a:visited, .upgrade a:hover, .upgrade a:active {
color: #3EB656;
text-decoration: none;
}

/* UGRADE BUTTONS */

a.boldbuttons{
background: transparent url('../images/roundedge-blue-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('../images/roundedge-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

/* COMMENT BOX */

.commentbox{
background-color: #ececec;
width: 350px;
padding: 10px;
}

.commentfooter{
background: url(../images/commentarrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
height: 25px;
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}


#mmfooter
{
clear: both;
background: url('../images/mm_footer.gif') repeat-x;
width: 525px;
margin: 0px auto;
margin-bottom: 25px;
padding-top: 10px;
text-align: center;
text-transform: lowercase;
font-size: 10px;
}

/* Boxes */

.borderbox {
   background-color: #FFFFFF;
   border: 1px solid #F3F3F3;
   padding: 2px;
   vertical-align: middle;
}

div.borderbox {
   width: 500px;
}


/*Default style for SPAN icons. Edit if desired: */
.iconspan {
   float: left;
   margin: 3px;
   cursor: hand;
   cursor: pointer;
   font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */
.cursor {
   background-color: #FFFFFF;
   font-weight: bold;
   padding: 2px;
   vertical-align: middle;
   cursor:hand;
   cursor:pointer;
}
.eg-bar {
   background-color: #F3F3F3;
   font-weight: bold;
   
   border: 1px solid #F3F3F3;
   padding: 2px;
   vertical-align: middle;
   cursor:hand;
   cursor:pointer;
}

div.eg-bar {
   width: 500px;
}

.add {
   background-color: #FFFFFF;
   border: 1px solid #F3F3F3;
   padding: 2px;
   vertical-align: middle;
}

div.add {
   width: 500px;
}

.switchgroup1 {
   
}

div.switchgroup1 {
   width: 500px;
}

.icongroup1 {
   width: 500px;
}
.left_content{
float:left;
margin-left:10px;
margin-top:10px;
}

*html .left_content{
float:left;
margin-left:10px;
margin-top:10px;
}

.right_content{
	margin-top:10px;
	float:right;
	margin-right:10px;
	padding-left: 10px;
	border-left: solid 1px #F2F2F2;
}

*html .right_content{
	margin-top:10px;
	float:right;
	margin-right:10px;
	padding-left: 10px;
	border-left: solid 1px #F2F2F2;
}

.errors{
	color:red;
	font-weight:bold;
}

.tbl_chn_order{
	font-size:13px; 
	text-align:left;
}

#rwrtyes{
   background-color: #66FF66;
   border: 1px solid #F3F3F3;
   padding: 2px;
   vertical-align: middle;
}
#rwrtno{
   background-color: #FF6666;
   border: 1px solid #F3F3F3;
   padding: 2px;
   vertical-align: middle;
}
