/*--------------------
	Main Layout
--------------------*/

body {
	font-size: 16px;	/* Default font size */
	margin: 0;
	padding: 0;
	background-color: #dfdfdf;
}
form {
	padding: 0;
	margin: 0;
}
#wrapper {
	/*max-width: 1000px;
	min-width: 800px;*/
	width: 1000px;
	margin-left:auto;
	margin-right: auto;
	padding: 0;
	font-size: 76%;
	border-left: solid 1px #dfdfdf;
	border-right: solid 1px #dfdfdf;
}
#header {
	height: 100px;
	background: url('/img/bg1.jpg') bottom left no-repeat;
	position: relative !important;
	font-size: 10px;
	background-color: #500;
}
#logo {
	background: url('/img/bg1a.jpg') top left no-repeat;
	height: 90px;
	width: 400px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	overflow: hidden;
}
#login {
	height: 100px;
	overflow: hidden;
	color: #fff;
	padding: 5px;
	font-size: 10px;
	background-color: transparent;
}
#login label {
	font-weight: bold;
}
#login table {
	float: right;
	margin-bottom: 5px;
	margin-right: 5px;
	width: auto;
}
#login ul {
	padding: 0;
	margin: 0;
	clear: both;
	float: right;
	width: auto;
}
#login li {
	list-style-type: none;
	float: left;
	padding: 0 10px 0 10px;
	margin: 0;
	width: auto;
}
#login a {
	color: #fff;
	background-color: transparent;
}
#login span.user {
	font-size: 14px;
	font-weight: bold;
}
#login_nav {
	font-size: 14px;
	font-weight: bold;
}
#login_nav li {
	border-right: solid 2px #aaa;
}
#login_nav li.end {
	border: 0;
}
#login_status {
	font-size: 12px;
	clear: both;
	float: right;
	padding: 10px;
	width: auto;
}
#footer {
	background: url('/img/bg1_c2.jpg') bottom left no-repeat;
	color: #fff;
	padding: 20px;
	overflow: hidden;
	font-size: 11px;
	position: relative !important;
	background-color: #500;
}
#footer a {
	color: #fff;
	background-color: transparent;
}
#footlinks ul {
	margin: 0;
	padding: 0;
	float: right;
	width: auto;
}
#footlinks li {
	list-style-type: none;
	display: inline;
	padding-left: 10px;
}
#footerinfo {
	position: relative;
	float: left;
	width: auto;
	clear: left;
}
#content {
	overflow: hidden !important;
	position: relative;
	background-color: #fff;
	padding: 10px;
}
#advert_bottom {
	clear: both;
	text-align: center;
	padding: 10px;
	margin: 0;
	color: #505050;
	font-size: 10px;
	text-transform: uppercase;
}
#top_span {
	overflow: hidden;
	border: solid #aaa;
	border-width: 0 0 1px 0;
	height: 30px;
	position: relative;
	clear: both;
}
#sharebox {
	float:right;
	width:auto;
	position: relative;
	margin:0 0 10px 10px;
	clear: both;
	overflow: hidden;
}
#addthis {
	position:relative;
	right: 0;
	width: 138px;
	margin: 5px 0 10px 0;
}
#twitter {
	position: relative;
	right: 0;
	text-align:right;
	width: auto;
	margin: 0;
}
/*--------------------
   Additional Layout
--------------------*/

.main_left {
	margin-bottom:20px;
	overflow:hidden;
	clear: both;
}
.main_right {
	float:right;
	margin:0 0 10px 10px;
	padding: 0;
	width: 500px; /* Keep a width unless you want any text description to expand */
}
.photo_right {
	float:right;
	width:auto;
	position:relative;
	margin: 10px;
}
#all {
	padding: 10px;
	overflow: hidden;
}
.list {
	margin: 20px 20px 10px 10px;
}
#side {
	float: right;
	padding: 10px;
	width: 200px;
	position:relative;
}
#side a {
	color: #000;
}
#side div {
	margin-bottom: 20px;
}
#side ol, .list ol{
	margin: 0 0 0 20px;
	padding: 0;
	color: #b00;
	font-weight: bold;
	background-color: transparent;
}
#side ol ol, .list ol ol {
	list-style-type: lower-roman;
	margin-left:0;
	font-size: 86%;
	color: #000;
	font-weight: normal;
	padding: 5px;
}

#side .header {
	background-color: inherit;
	border-bottom: solid 1px #aaa;
	color: #b00;
	text-transform: uppercase;
	font-weight: bold;
	padding: 13px 0 2px 0;
	margin: 0 2px 2px 2px;
	
}
#side .links {
	background-color: transparent;
	padding: 0;
	margin: 0;
}
#side .links a {
	background: url('/img/arrow2.gif') left no-repeat;
	background-color: #efefef;
	display: block;
	padding: 2px 0 2px 15px;
	text-decoration: none;
	color: #505050;
	margin: 2px;
}
#side .links a:Hover {
	background-color: #dddfff;
	text-decoration: underline;
}
#side .links.current a {
	background: url('/img/arrow.gif') left no-repeat;
	background-color: #cfcfcf;
	font-weight: bold;
}
#main {
	padding: 10px;
	overflow: hidden;
	background-color: #fff;
	color: #000;
	position:relative;
}
#tools {
	float: right;
	color: #505050;
	font-size: 10px;
	margin: 0;
	padding: 0;
	width: auto;
	margin-left:10px;
	margin-bottom:20px;
}
#tools li {
	display: inline;
}
#tools img {
	border: 0;
	margin: 0 0 0 5px;
}

.center {
	margin: 0 auto 0 auto;
}

#login_box, #lost_pass {
	text-align:center;
	border:solid 1px #aaa;
	background:url('/img/boxbg.jpg') bottom left repeat-x;
	width:500px;
	padding:20px;
	margin:10px 0 10px 0;
	background-color: #fff;
	color: #000;
}
#login_box {
	padding-top: 40px;
}
#login_box p, #lost_pass p {
	text-align: left;
	font-size: 11px;
	color: #505050;
}

.left {
	float: left;
	width: auto;
}
.right {
	float: right;
	width: auto;
}
.clear {
	clear: both;
}

#main_search {
	margin-right: 2px;
}
.show_pages .nums, .show_pages .breakdown {
	margin: 10px 0 10px 0;
}

fieldset.left {
	margin-right: 10px;
	float: left;
}
th {
	text-align:left;
}

/*--------------------
	Decoration
--------------------*/

* {
	font-family: Arial, Tahoma, Sans-Serif;
}
a {
	color: #06c;
	text-decoration: none;
}
a:Hover {
	text-decoration: underline;
}

input.submit {
	border: 1px outset #f0f8ff;
	cursor: pointer;
	font-size:0.9em;
	font-weight: bold;
	height: 20px;
	padding: 0 2px 0 2px;
	margin: 1px;
	color: #fff;
	background-color: #aaa;
	min-width: 50px;
	width: auto;
}
img {
	border: 0;
	background-color: #fff;
	color: #000;
}

h1,h2,h3 {
	color: #b00;
	background-color: transparent;
}
h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	letter-spacing: 1px;
	overflow: hidden;
	font-variant: small-caps;
}
h2 {
	font-size: 14px;
	/*border: solid #aaa;
	border-width: 0 0 1px 0;*/
	overflow: hidden;
	margin-top: 15px;
}
h3 {
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
}
p { margin-top: 2px; }
tt {
	font-family: "Courier New", Courier, Serif;
}
cite {
	color: #8B0000;
}
dfn {
	font-weight: bold;
}

tt * {
	font-family: "Courier New", Courier, Serif;
}
.desc {
	color: #505050;
	font-size:10px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
div.extra_info {
	color: #505050;
	font-size: 10px;
	padding: 5px;
	margin: 0;
}
div.extra_info .title {
	border-bottom: solid 1px #505050;
	padding:0 0 2px 0;
	text-indent: 0;
	margin-bottom: 4px;
	font-size: 11px;
}
ol.roman {
	list-style-type: lower-roman;
}
.fill {
	background-color: #dfdfdf;
}
.red {
	color: #b00;
}
.green {
	color: #0b0;
}
.blue {
	color: #00b;
}
.grey {
	color: #505050;
}
.highlight {
	color: inherit;
	background-color: #afa;
}
.bold {
	font-weight: bold;
}
.hide{
	display: none;
}
.show {
	display:block;
}
textarea {
	width: 100%;
	height: 100px;
	overflow:auto;
}
fieldset {
	margin: 0;
	padding: 10px;
	border: solid 1px #aaa;
}
legend {
	padding: 0 10px 0 10px;
	margin: 0 0 10px 0;
	color: #505050;
	font-size: 14px;
}
#price_list {
	width: auto;
}
#price_list th.width, #price_list_key td.width, #price_calculator th.width {
	width: 200px;
}
table.edit_profile {
	width: 100%;
	overflow:hidden;
}

table.edit_profile textarea {
	width: 95%;
	height: 100px;
	overflow:auto;
}
table.edit_profile td.info {
	border-bottom: 1px dotted #aaa;
}
table.edit_profile td.infotop {
	border-bottom: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
}
table.show_all {
	table-layout: fixed;
	width: 100%;
}
td.left,th.left {
	text-align:left;
	width: 200px;
	float: none !important;	/* In case it inherits any "left" float rules */
}
td.right {
	float: none !important;	/* In case it inherits any "right" float rules */
}

.problems {
	margin-top: 10px;
	margin-bottom: 10px;
	/*border:solid 1px #ddaaaa;*/
	border: solid 1px #ee9999;
	background-color: #fffaaa;
	overflow: hidden;
}
.problems ul, .success ul {
	padding: 10px;
	margin: 0 0 0 40px;
}
.problems strong {
	color: #b00;
}
.success {
	background-color:#cfc; 
	border:solid 1px #0b0; 
	margin:10px 0 10px 0; 
	color:#000;
}
div.jump {
	width: 100%;
	clear: both;
	text-align: right;
}
div.clear {
	margin: 0;
	padding: 0;
	height: 1px;
}
div.info {
	font-size: 12px;
	color: #505050;
}
div.space {
	margin: 0;
	padding: 0;
	height: 10px;
}

.hibernate {
	/*width: 100%;*/
	clear: both;
	color: #00b;
	padding: 5px 5px 5px 20px;
	background-color: #dddfff;
	font-weight: bold;
	border-bottom: solid 1px #aaa;
	background-image: url('../img/icons/status_away.png'); 
	background-repeat: no-repeat;
	background-position: center left;
}


/*--------------------
	Table theme
--------------------*/

table.theme {
	width: 100%;
	margin-bottom: 10px;
}
table.theme th span {
	font-weight: normal;
}
table.theme th {
	background-color: #e2e2e2;
	border: solid 1px #aaa;
	border-width: 1px 0 1px 0;
	text-align: left;
}
table.theme td.spacer {
	height: 10px;
	border: 0;
}
table.theme th.total {
	background-color: #dddfff;
	border: solid #999fff;
	border-width: 1px 0 1px 0;
}
table.theme .width {
	width: 200px;
}
table.theme span {
	color: #505050;
}
table.theme select {
	padding: 0;
	font-size: 10px;
	margin: 0;
}
table.theme .fill {
	background-color: #f9f9f9;
}
table.theme td {
	border: dotted #aaa;
	border-width: 0 0 1px 0;
	padding-left: 2px;
}
table.theme td.red {
	background-color: #faa;
	color: #505050;
	margin: 2px 2px 2px 2px;
}
table.theme td.green {
	background-color: #afa;
	color: #505050;
	margin: 2px;
}
table.theme td.blue {
	background-color: #aaf;
	color: #505050;
}
table.theme td.grey {
	background-color: #efefef;
	color: #505050;
}
/*--------------------
	Tabs
--------------------*/
div.tab-menu {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	width: 100%;
}
div.tab-menu ul {
	margin: 0;
	text-align: left;
	position: relative;
	padding: 3px;
	border-bottom: solid 1px #aaa;
}
div.tab-menu li  {
	display: inline;
	margin-left: 3px;
	position: relative;	
}
div.tab-menu li a {
	background-color: #efefef;
	margin: 0;
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	border-left: solid 1px #aaa;
	/*border-bottom: solid 1px #aaa;*/
	padding: 3px 8px 2px 8px;
	color: #505050;
}
div.tab-menu li a:Hover {
	background-color: #dddfff;
	text-decoration: none;
}
div.tab-menu li a.on {
	background-color: #fff;
	border-top: solid 1px #aaa;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #fff;
	border-left: solid 1px #aaa;
	font-weight: bold;
	padding: 3px 8px 3px 8px;
}

/*--------------------
	Jump Profile
--------------------*/
div.jump_profile  {
	position:relative;
	padding: 0 0 0 5px;
	margin: 0 !important;	/* Override cj1.css #side */
}
div.jump_profile input {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
div.jump_profile input.submit {
	font-size: 10px;
}
#move-forward, #move-backward {
	position: absolute;
	top:2px;
	height: 16px;
	width: 16px;
	background-color:#fcd;
	border: 0;
	margin: 0;
	padding: 0;
	cursor:pointer;
}
#move-backward {
	right:20px;
	background: url('/img/icons/back_black.png') top left no-repeat;	
}
#move-backward:Hover {
	background: url('/img/icons/back_blue.png') no-repeat;
}
#move-forward {
	right:0px;
	background: url('/img/icons/forward_black.png') no-repeat;
}
#move-forward:Hover {
	background: url('/img/icons/forward_blue.png') no-repeat;
}



