body {
	margin: 0px;
	text-align: center;		
	background-color: #b8b8b8;
	font:11px verdana,arial,helvetica,sans-serif;
	height: 100%;	
}

a {
	color: #8f564f;
	text-decoration: none;
}
a:hover {
	color: #000;
}

img {
	padding: 0px; margin: 0px;
	border: 0px;
}

div#loginbox {
    height: 40px;
    background: url('../img/default/login_box_bg.png') repeat-x;
    border-bottom: 1px solid #FFF;
    color: #FFF;
    font-weight: bold;
	text-align: left;
	text-align: center;
	display: none;
}
div#loginbox div#loginbox_content {
	padding-top: 9px;
}
* html div#loginbox div#loginbox_content {
	margin-bottom: -11px;
}
div#loginbox div#loginbox_content form, div#loginbox div#loginbox_content input{
	margin: 0;
	padding: 0;
	vertical-align: middle;	
}
		
#writr div#header {
	background: url('../img/default/writr_03.png') repeat-x;
	height: 75px;
	clear: both;
}
div#header div#inner_header {
	width: 975px;
	margin:0px auto;
}
div#header div#header_logo {
	float: left;
}
div#header div#header_menu {
	float: left;
	margin-left: 50px;
}
div#header div#header_menu a {				
	/* Position it */
	float: left;
	min-width: 50px;
	height: 41px;
	padding-top: 24px;
	padding-left: 10px;
	padding-right: 10px;	
	
	/* Make it look nice */
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;	
}
* html div#header div#header_menu a {
	width: 50px; /* IE thinks this is min-width! Strange eh? */
}
div#header div#header_menu a:hover {
	background: url('../img/default/writr_05.png') repeat-x;
	/* So the link doesn't move (due to the order) we'll reduce
	the padding on the over over. */
	padding-left: 9px; 
	padding-right: 9px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	color: #FFC0CB;
}

div#header div#search_box {
	float: right;
}
div#header div#search_box .search_input {
	float: left;
	padding-right: 10px;
	background: url('../img/default/writr_06-08.png') no-repeat;
	width: 155px;
	height: 65px;
}
div#header div#search_box input {
	margin-top: 22px;
	height: 18px;
	width: 140px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0;
	background: url('../img/default/writr_10.png');
	
}
div#header div#search_box .search_button {
	float: left;
	margin-top: 22px;
	margin-right: 10px;
}

div#header div#user_area {
	/* position it */
	float: right;
	width: 100px;
	padding-top: 10px;
	
	/* style it */
	color: #FFF;
}
div#header div#user_area a {
	color: #FFF;
	font-weight: bold;
}
div#header div#user_area a:hover {
	color: #FFC0CB;
}

div#container {
	background-color: #e9e7e7;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	padding-bottom: 20px;
}

div#container div#main_content {
	width: 975px;
	margin:0px auto;
	text-align:left;
}

div#container div#main_content div#body_content_left {
	float: left;
	width: 200px;	
}
div#container div#main_content div#body_content_right {
	position: relative;
	margin-left: 210px;
}

div#footer {
	background: url('../img/default/writr_28.png') repeat-x top left;
	height: 14px;
	clear: both;
}

div#footer_content {
	color: #FFF;
	padding-bottom: 20px;		
}

.rightConLeftCol{
	float:right;
	width: 200px;
	/*background-color:#C6F4AB;*/
}
.leftConRightCol{
	float:left; 
	width:755px; 
	/*background-color:#7DA4D3;*/
}
.colLeft {
	z-index:1;
	position: relative;
	left:-775px; 
	width:200px; 
	/*background-color:#7DA4D3;*/
	min-height: 150px;
	height: auto !important;
	height: 150px;
	
	/*border: 1px solid #000;

	background: #FFF;*/
}
.colRight {
	z-index:2;
	position: relative;
	left:210px;
	width:765px;
	/*border: 1px solid #858585;*/
	background: #FFF;
	/*background-color:#C6F4AB;*/
}

div#main_content_header {
	background: url('../img/default/writr_22.png') repeat-x;
	height: 3px;
}
div#main_content_header div#main_content_left {
	float: left;
	background: url('../img/default/writr_20.png') no-repeat;
	width: 3px;
	height: 3px;
}
div#main_content_header div#main_content_right {
	float: right;
	background: url('../img/default/writr_25.png') no-repeat;
	width: 3px;
	height: 3px;
}
div#main_content div#main_content_body {
	border-left: 1px solid #858585;
	border-right: 1px solid #858585;
	border-bottom: 1px solid #858585;
}
* html div#main_content div#main_content_body {
	margin-top: -13px;
}

/* IE mac hack */
* html>body .colRight {
	display:inline-block;
	overflow: auto;
}

* html>body .colLeft{
    overflow: auto;
}	
.brclear {
	clear: both; font-size: 1px; margin: 0px; line-height: 0; height: 0px;
}
.brspace {
	font-size: 1px; margin: 0px; line-height: 0; height: 0px;
}

/* COMMON STYLES */
.padding_5 {
	padding: 5px;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.block {
	display:block;
}
.center {
	text-align:center;
}

.categories_list_image {
	display: inline;
}
* html .categories_list_image {
	display: block;
	float: left;
}

div.sidebar {
	
}
div.sidebar div.sidebar_header {
	background: url('../img/default/writr_15.png') repeat-x;
	height: 27px;
}
div.sidebar div.sidebar_header div.sidebar_header_left {
	float: left;
	background: url('../img/default/writr_17.png') no-repeat;
	width: 6px;
	height: 27px;
}
div.sidebar div.sidebar_header div.sidebar_header_middle {
	float: left;
	color: #FFF;
	margin-top: 5px;
	font-weight: bold;
}

div.sidebar div.sidebar_header div.sidebar_header_right {
	float: right;
	background: url('../img/default/writr_19.png') no-repeat;
	width: 6px;
	height: 27px;
}
div.sidebar div.sidebar_body {
	background: #FFF;
	padding: 5px;
	border-left: 1px solid #858585;
	border-right: 1px solid #858585;
}

div.sidebar div.sidebar_body a {
	display: block;
	height: 20px;
	vertical-align: middle;
}
div.sidebar div.sidebar_body a:hover {
	background-color: #CCC;
	color: #FFF;
	
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	display: block;	
}
div.sidebar div.sidebar_body ul {
	padding: 0; margin: 0;
	margin-left: 20px;
	margin-bottom: 5px;
}

div.sidebar div.sidebar_body a {
	color: #000;
}
div.sidebar div.sidebar_body a:hover {
	color: #8f564f;
}

div.sidebar div.sidebar_footer {
	background: url('../img/default/writr_23.png') repeat-x;
	height: 6px;
}
div.sidebar div.sidebar_footer div.sidebar_footer_left {
	float: left;
	background: url('../img/default/writr_12-23.png') no-repeat;
	width: 6px;				
	height: 6px;
}
div.sidebar div.sidebar_footer div.sidebar_footer_right {
	float: right;
	background: url('../img/default/writr_24.png') no-repeat;
	width: 6px;
	height: 6px;
}

/* REGISTRATION STUFF */

#RegistrationForm  fieldset {
	border: 2px solid #CCC;
    padding: 10px;	

}
#RegistrationForm  legend {
	padding: 3px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 3px;
	background: url('../img/default/form_legend_bg.png') repeat-x top left;
	height: 15px;
}

#RegistrationForm  label {
    font-weight: bold;
    width: 15em;
    float: left;
    vertical-align: middle;
     height: 17px 
}

#RegistrationForm br {
    clear: left;
}

#RegistrationForm input.niceinput {
    height: 17px;
    vertical-align: middle;
}

#RegistrationForm  .input_hint {
    font-size: x-small;
    color: #808080;
}

#RegistrationForm  .spacer {
    padding: 2px;
}
#RegistrationForm  .required {
    color: red;
}

#RegistrationForm .input {
  padding-top:5px;
  padding-bottom:5px;
}

/* FORM STUFF */

.form  fieldset {
	border: 2px solid #CCC;
  padding: 10px;	
}
.form  legend {
	padding: 3px;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 3px;
	background: url('../img/default/form_legend_bg.png') repeat-x top left;
	height: 15px;
}

.form  label {
    font-weight: bold;
    width: 15em;
    float: left;
    vertical-align: middle;
     height: 17px 
}

.form br {
    clear: left;
}

.form input.niceinput {
    height: 17px;
    vertical-align: middle;
}

.form  .input_hint {
    font-size: x-small;
    color: #808080;
}

.form  .spacer {
    padding: 2px;
}
.form  .required {
    color: red;
}


.pass_very_weak {
    width: 3px; height: 10px; background-color: red; border: 1px solid #111;
}
.pass_weak {
    width: 28px; height: 10px; background-color: #0ca4f3; border: 1px solid #111;
}
.pass_medium {
    width: 57px; height: 10px; background-color: #5eddd9; border: 1px solid #111;
}
.pass_strong {
    width: 84px; height: 10px; background-color: #b6e4cb; border: 1px solid #111;
}
.pass_very_strong {
    width: 140px; height: 10px; background-color: #4bfa0e; border: 1px solid #111;
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
  font-size:0.8em;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}

td.actions a {
	display: inline;
	margin: 0px 6px;
}
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

dd input.editor_field {
	margin-top: -1.6em;
	vertical-align: top;
}

.next-step {
  background-image: url('../img/arrow-right.gif');
  background-repeat:no-repeat;
  background-position: -10px -10px; 
  background-attachment: fixed;
}

.error-message {
  background-image: url('/img/icons/exclamation.png');
  background-repeat:no-repeat;
  background-position: 0px 0px; 
  margin-left:0px;
  padding-left:20px;
  padding-bottom:5px;
  margin-bottom:20px;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
