


/**********************************************************************************
* Generic Styles
**********************************************************************************/

body {
    padding:0;
    margin:0;
    background:#F7F7F7 url(/images_cms/bg.gif) repeat-x;
    font-family:helvetica,arial,sans-serif;
}

td,th {
	font-size:9pt;
}

th {
	white-space:nowrap;
}

th a,th a:hover {
	color:#FFF;
}

a {
	color:#3366CC;
}

a:hover {
	color:#059CE0;
}

a.bcms-log {
	color:#E5E5E5;
	font-weight:normal;
	text-decoration:none;
	font-size:8pt;
    font-family:helvetica,arial,sans-serif;
}

a.bcms-log:hover {
	color:#E5E5E5;
	font-weight:normal;
	text-decoration:underline;
	font-size:8pt;
    font-family:helvetica,arial,sans-serif;
}

.red {
	color:#AE001C;
}

.grey {
	color:#666;
}

img.bcms-icon {
    vertical-align:middle;
    border:none;
}

#main {
	width:777px;
}

#footer {
	font-size:7pt;
	padding:20px 10px;
}

#bcms-nav {
    background-image:url(/images_cms/logo_bg.gif);
    background-repeat:repeat-x;
}

/**********************************************************************************
* Header Styles
**********************************************************************************/

#browsercms-pagetitle {
    height:60px;
    padding:0 10px;
}

#browsercms-pagetitle div.title {
    font-family:helvetica,arial,sans-serif;
    color:#0068B5;
    font-weight:bold;
    font-size:16pt;
	padding:10px 0;
}

.browsercms-inner-pagetitle {
    font-family:helvetica,arial,sans-serif;
    color:#0068B5;
    font-weight:bold;
    font-size:16pt;
    padding:10px 0 20px 0;
	margin-bottom:15px;
}

div#subnav {
    float:right;
    text-align:right;
	width:330px;
	display:inline;
}

/**********************************************************************************
* Form Handling
**********************************************************************************/

span.label, span.errorLabel {
    display:block;
    font-weight:bold;
}

span.checkbox span.label {
    display:inline;
}

div.cms-form {
    margin-bottom:10px;
}

div.cms-form input.text {
    width:540px;
    border:1px solid #999;
}

textarea,select{
    overflow:auto;
    width:540px;
	margin-bottom:10px;
}

textarea{
    overflow:auto;
}

div.submit{
	border-top:1px solid #999;
	padding-top:25px;
	text-align:right;
	margin-right:24px;
}

table.innertable div.submit{
	margin-right:8px;
}

.new-content span.label {
	display:none;
}

.new-content div.cms-form, .new-content div.cms-form select, .new-content form, .new-content input{
	vertical-align:middle;
	display:inline;
}

/**********************************************************************************
* Left Side Panel
**********************************************************************************/

#leftside {
    width:177px;
    background-image:url(/images_cms/ls_bg.gif);
    background-repeat:repeat-y;
}

#leftside div.head {
	height:35px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding:0;
	background-image:url(/images_cms/ls_head.gif);
	background-repeat:no-repeat;
}

#leftside div.head div {
	padding:14px 0 0 0;
}

#leftside div.head-foot {
	height:51px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding:0;
	background-image:url(/images_cms/ls_head_foot.gif);
	background-repeat:no-repeat;
}

#leftside div.head-foot div {
	padding:30px 0 0 0;
}

#leftside div.panels {
	padding:0 2px 0 8px;
}

#leftside div.panels div.container{
	border-bottom:1px solid #DCDCDC;
}

#leftside div.panels div.container div.border{
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

#leftside div.panels div div.header {
	font-weight:bold;
	padding:4px 0;
}

#leftside div.panels a {
	color:#333;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:4px 0;
}

#leftside div.panels div div div.header a:hover {
	background-color:#C5DBF3;
}

#leftside div.panels div div div.bcms-subheader a {
	font-size:8pt;
	font-weight:normal;
	padding:0;
}

#leftside div.panels div div a:hover {
	color:#2C74CB;
}

div.left-panel-body {
    padding:10px 10px 0 20px;
	color:#333;
}

div.left-panel-body div{
    margin-bottom:3px;
}

div.filter {
    padding:5px 5px 0 10px;
	color:#333;
	border-bottom:1px solid #DCDCDC;
}

.selected {
	background-color:#C5DBF3;
}

.bullet {
    vertical-align:middle;
}

/**********************************************************************************
* Right-Side Panel
**********************************************************************************/

#rightside {
	width:595px;
	padding-bottom:10px;
	background-image:url(/images_cms/rs_bg2.gif);
	background-repeat:repeat-y;
}

h2.panel-title {
    height:35px;
    font-size:9pt;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding:15px 0 0 20px;
    background-image:url(/images_cms/rs_head2.gif);
	background-repeat:no-repeat;
	white-space:nowrap;
    text-align:left;
}

h2.panel-title a,h2.panel-title a:hover{
	color:#FFF;
}

#rightside h3 {
	color:#0068B5;
	font-weight:bold;
	font-size:12pt;
}

div.panel-body {
    padding:0 0 0 30px;
}

#rightsidefoot {
    background-image:url(/images_cms/rs_foot2.gif);
    background-repeat:no-repeat;
}
#rightsidefoot a {
    color:#2676CD;
}
#rightsidefoot a:hover {
    color:#2676CD;
}

/**********************************************************************************
* Right-Side Table Layout
**********************************************************************************/

#rightside-table {
	background-color:#FFF;
	width:650px;
}

table#filelist th {
	text-align:left;
	height:35px;
	color:#FFF;
	background-image:url(/images_cms/rs_head_bg.gif);
	background-repeat:no-repeat;
	white-space:nowrap;
}

table#filelist th a{
	text-decoration:none;
}

table#filelist th.left {
	background-image:url(/images_cms/rs_head_left.gif);
	background-repeat:no-repeat;
}

table#filelist th.right {
	background-image:url(/images_cms/rs_head_right.gif);
	background-repeat:no-repeat;
	background-position:right;
}

table#filelist th div {
	text-align:center;
	padding:10px 4px 0 4px;
}

table#filelist th img {
	float:left;
}

table#filelist {
	width:100%;
}

table#filelist td {
	text-align:center;
	padding:4px;
	border-bottom:1px solid #DCDCDC;
	border-left:1px solid #6E6E6E;
}

table#filelist td.left {
	text-align:left;
}

table#filelist td.noborder {
	border-left:none;
}

#rightside-table img.sp {
    width:2px;
    height:35px;
}

#middleshadow {
	width:11px;
	background-image:url(/images_cms/rs_shadow.gif);
	background-repeat:repeat-y;
}

#rightborder {
	width:6px;
	background-image:url(/images_cms/rs_border.gif);
	background-repeat:repeat-y;
}

#rightsidefoot-table {
    color:#5C5C5C;
    font-weight:bold;
    padding:0 0 5px 28px;
    height:39px;
    background-image:url(/images_cms/rs_foot.gif);
    background-repeat:no-repeat;
    word-spacing:4px;
}

div.paging {
    float:right;
    margin-right:20px;
    color:#818181;
}

a.noul, div.paging a {
    text-decoration:none;
}

a.noul:hover {
	text-decoration:underline;
}

/**********************************************************************************
* Inner Tables
**********************************************************************************/

table.innertable, span.ww-form table {
	border:1px solid #CECECE;
	border-collapse:collapse;
    margin-bottom:20px;
    width:544px;
}

table.innertable th, span.ww-form table th,table.innertable td, span.ww-form table td {
    border:1px solid #CCC;
}

table.innertable td table, span.ww-form table td table{
    width:100%;
}

table.innertable td table td, span.ww-form table td table td{
    border:none;
}

table.innertable td, span.ww-form table td {
    padding:4px;
}

table.innertable th div, span.ww-form table th div {
	color:#000;
	background-color:#C3DCF3;
    padding:4px;
	text-align:left
}

table.innertable th a, span.ww-form table th a {
	color:#000;
	text-decoration:none;
}

table.innertable td.bcms-subheader, span.ww-form table td.bcms-subheader {
	padding:0;
	white-space:nowrap;
}

table.innertable td.bcms-subheader div, span.ww-form table td.bcms-subheader div {
	font-weight:bold;
	color:#555555;
	background-color:#E6E6E6;
	border:1px solid #FFF;
	padding:4px;
}

table.innertable td.footer {
    text-align:right;
    border:none;
}

/**********************************************************************************
* Two-Column Even Layout
**********************************************************************************/

#leftside-even {
	background-image:url(/images_cms/lse_bg.gif);
	background-repeat:repeat-y;
	width:384px
}

#leftside-even h2.panel-title {
    background-image:url(/images_cms/lse_head.gif);
	background-repeat:no-repeat;
}

#rightside-even {
	background-image:url(/images_cms/rse_bg.gif);
	background-repeat:repeat-y;
	width:388px
}

#rightside-even h2.panel-title {
    background-image:url(/images_cms/rse_head.gif);
	background-repeat:no-repeat;
}
#rightside-even div.panel-body {
    padding-left:24px;
}

#rightside-even div.panel-body table.innertable {
    width:350px;
}

/**********************************************************************************
* One-Column layout
**********************************************************************************/

#one-column {
	background-image:url(/images_cms/oc_bg.gif);
	background-repeat:repeat-y;
	width:772px
}

#one-column h2.panel-title {
    background-image:url(/images_cms/oc_head.gif);
	background-repeat:no-repeat;
}

#one-column div.panel-body table.innertable {
    width:718px;
}

/**********************************************************************************
* Container Styles
**********************************************************************************/
div.bcms-container {
	border:1px solid #000000;
	padding:14px;
	margin:13px 0 0 0;
	clear:both;
}

div.bcms-top-icons {
	padding:0;
	margin:0;
	border:none;
	position:relative;
	top:-26px;
}

div.bcms-sub-container {
	border:1px solid #D2D2D2;
	padding:0;
	margin:0;
	position:relative;
	top:-21px;
	clear:both;
}

div.bcms-sub-icons {
	background:#D2D2D2 url(/images_cms/fs_controls.gif) 0 1px no-repeat;
	border-bottom:1px solid #D2D2D2;
	text-align:right;
	padding:0;
	margin:0;
	width:100%;
}

div.bcms-sub-icons div {
	border:1px solid #FFF;
	padding:0 0 0 80px;
	margin:0;
	white-space:nowrap;
}

div.bcms-sub-icons div img {
	padding:0;
	margin:0;
	border:none;
    border-left:1px solid #FFF;
}

div.bcms-top-icons div a, div.bcms-sub-icons div a {
	display:inline;
	width:0;
	padding:0;
	margin:0;
	border:none;
}


div.bcms-content {
	padding:10px;
}

/**********************************************************************************
* Error Handling
**********************************************************************************/
.bcms-errorBox {
	background-color: #fcc;
    border: 1px solid #c00;
    padding: 5px;
    margin: 5px;
    font: 11px verdana, arial, sans-serif;
}

.bcms-code {
	background-color: #f0f0f0;
 	border: 1px dashed #3c78b5;
    padding: 0px 10px 0px 10px;
    margin: 10px;
    font-size: 11px;
	font-family: Courier;
	line-height: 13px;
}

.bcms-errorLabel, .bcms-errorBox .errorLabel {
	color: #c00;
    font-weight: bold;
    padding-bottom: 3px;
}

.bcms-errorBox .filename {
	font-weight: bold;
}


/* Webwork Generated Error messages  */
.errorMessage {
    color: red;
    font-weight:bold;
}