html {
	background:#A49E8C;
 	background-image: url(/img/cmbg.gif);
 	background-repeat: repeat-y;
}

BODY {
 	font-family: verdana;
 	font-size: 11px;
 	color: #222222;
 	text-align: justify;
 	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow-y: auto; 
}
 	
P {
 	color: #111111;
 	text-align: justify;
}

IMG {
	border: 0px;
}

TH {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	font-weight: bold;
 	font-size: 11px;
 	text-align: left;
}

TR.drag {
	cursor: move;
}

TR.drag TD {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #BBBBBB;
}

TD {
	font-size: 11px;
}

TD.underline {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

TR.underline TD {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #BBBBBB;
}

TD.summary {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A8A895;
	border-right-style: solid;
	border-right-width: 7px;
	border-right-color: #A8A895;
	vertical-align: top;
}


TD.label {
	text-align: right;
	font-weight: bold;
	font-size: 10px;
}

TD.info {
	font-size: 10px;
}

TD.storyinfo {
	background-color: #DFE8C8;
}

TABLE.longform TH {
	text-align:right;
	border: 0px;
	vertical-align: top;
	width: 100px;
}

TABLE.review {
	border-collapse: collapse;
	border-spacing: 0px; 
}

TABLE.review TD.name {
	background-image: url('img/reviewerbg.gif');
	background-repeat: no-repeat;
	font-size: 11px;
	background-color: #FFFFFF;
	vertical-align: top;
	border-width: 3px;
	border-style: solid;
	border-color: #DFE8C8;
}

TABLE.review TD.name A {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

TABLE.review TD.author {
	background-image: url('img/reviewerbg.gif');
	background-repeat: no-repeat;
	font-size: 11px;
	background-color: #FFFFFF;
	vertical-align: top;
}

TABLE.review TD.author A {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

TABLE.review TD.text {
	font-size: 12px;
	background-color: #DFE8C8;
	vertical-align: top;
	border-width: 3px;
	border-style: solid;
	border-color: #DFE8C8;
}

TABLE.review TD.reply {
	font-size: 12px;
	background-color: #c6dde6;
	vertical-align: top;
}

TABLE.subnav TD {
	background-color: #dfe8c8;
	border: 1px #918c7e solid;
	text-align: center;
}

TABLE.subnav A {
	color: #525745;
	font-weight: bold;
}

A {
	color: #145dae;
	font-size: 11px;
	text-decoration: none;
}

A:hover {
	color: #043a75;
}

A.story {
	font-weight: bold;
}

SPAN.storytitle {
	font-size: 15px;
	font-weight: bold;
	color: #50657b;
}

SPAN.storytitle A {
	font-size: 12px;
	color: #a8a895;
}

.click {
	cursor: pointer;
}

.disclaimer {
	color: #555555;
	font-size: 9px;
	text-align: center;
}

.notes {
	font-size: 9px;
	font-weight: normal;
	font-style: italic; 
}

.storyTools {
	border: 1px solid #a49e8c;
	float: right;                                   
	padding: 5px;
	margin: 10px 0px 10px 15px;
	width: 115px;
	font-size: 10px;
}

INPUT, TEXTAREA, SELECT{
	border-color: #a49e8c;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	color: #394E65;
}

FIELDSET {
	border: 1px solid #918C7E;
}

LEGEND {
	color: #918C7E;
	font-weight: bold;
}

 #main {
	position: absolute; 
 	width: 560px;
	left: 119; 
	top: 0; 
 	font-family: verdana;
 	font-size: 11px;
 	color: #222222;
 	text-align: justify;
 	margin: 0px;
	padding: 0px;
	z-index: 0;
 } 

div#nav a:link,
div#nav a:active,
div#nav a:visited {
	font-size: 11px;
    color: #DFE8C8;
    text-decoration: none;
	margin-left: 5px;
}

div#nav a:hover {
	color: #FFFFFF;
}
 
div#nav SPAN.header{
	font-size: 12px;
    color: #FFFFFF;
    font-weight: bolder;
} 
 
 #nav {
	position: fixed; 
 	width: 120px;
	left: 0px; 
	top: 10px; 
 } 
 
 
* html #nav { position:absolute;}
 
 #login {
	background-color: #DFE8C8;  
	background-image: url(/img/sidebg.gif);
	background-repeat: repeat-y; 
	position: fixed; 
 	width: 177px;
	left: 674; 
	top: 0; 
	z-index: 0;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 0px;
 } 
 
 div#login a {
	color: #394E65;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
 }
 
  div#login a:hover {
	color: #000000;
 }
 
 div.text {
    font-family: verdana;
    font-size: 10px;
	text-align: left;
	margin-left: 20px;
	margin-right: 10px;
 }
 
 div.text TD {
    font-family: verdana;
    font-size: 10px;
 } 
 
* html #login { position:absolute;}
 
 #reviewForm {
 	display: none;
 	z-index:99;
 }
 
.selected { 
	background-color: #f1f1f1; 
}

#suggestionBox { 
	position:absolute;
    width:250px;
    background-color:white;
    border:1px solid #888;
    margin:0px;
    padding:0px;
}

div#suggestionBox  ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}

div#suggestionBox  ul li.selected { 
	background-color: #ffb;
}

div#suggestionBox  ul li {
    list-style-type:none;
    display:block;
    margin:0;
    padding:2px;
    height:20px;
    cursor:pointer;
}

div#resizeableText {
	overflow: hidden;
	margin-top: 12px;
	font-size: 12px;
}

div#resizeableText p {
	font-family: verdana, helvetica,sans;
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 1.5em
}

div#resizeableText div.module p,
div#resizeableText span.inlineLinks {
	font-family: arial,helvetica,sans;
}

.popup{
	background-color: #CAE1EF;
	position: absolute;
	top: 225px;
	left: 200px;
	vertical-align: center;
	filter: alpha(opacity=92);
	-moz-opacity: .92;
	opacity: .92;
	color: #000000;
	width: 200;
	min-height: 100;
	border: 1px solid #918C7E;
	padding: 5px;
	z-index: 99;
	text-align: center;
}
