/**
 * Filename: style.css
 * @title Brokerprint
 * @author Simon Jensen
 */

body {
	font-family: Verdana;
	font-size: 62.5%;
	color: #666666;
	background: #fff;
	margin: 0px;
}

/***************************************************************************/

a:link, a:visited, .ui-widget-content a:link, .ui-widget-content a:visited {
	color: #ec008c;
}

a:active, a:hover {
	text-decoration: none;
}

/***************************************************************************/

p {
	margin: 0px;
	padding: 2px 0px;
}

h1, h2, h3 {
	margin: 0px;
	padding: 2px 0px;
	letter-spacing: -1px;
	color: #336699;
	font-weight: normal;
}

/***************************************************************************/

#container {
	width: 960px;
	margin: 0px auto;
}

/***************************************************************************/

#header {
	margin-bottom: 10px;
}

/***************************************************************************/

#login {
	float: right;
	width: 182px;
	height: 137px;
	background: url("../gfx/login_bg.png") no-repeat;
}

#login h2 {
	font-size: 1.4em;
}

#login h3 {
	font-size: 1.2em;
}

/***************************************************************************/

#menu {
	height: 25px;
	line-height: 25px;
	background: url("../gfx/menu_bg.png") no-repeat;
	font-size: 1.1em;
}

#menu a:link, #menu a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

#menu ul li {
	list-style: none;
	background: url("../gfx/menu_separator.png") left center no-repeat;
	padding: 5px 10px;
	margin: 0px;
	display: inline;
}

#menu ul li:hover {
	background: url("../gfx/menu_separator_active.png") left center no-repeat;
}

#menu #signup {
	float: right;
	margin-right: 10px;
	margin-top: 2px;
}

/***************************************************************************/

#sidebar_l {
	float: left;
	width: 290px;
	font-size: 1.1em;
	margin-bottom: 10px;
	background-color: #ffffff;
	
	/*border: 1px solid;*/
}

#sidebar_l h1 {
	font-size: 1.6em;
}

/***************************************************************************/

#content {
	float: left;
	width: 470px;
	margin-left: 7px;
	margin-bottom: 10px;
	font-size: 1.1em;
	background-color: #ffffff;
}

#content p {
	margin: 0px;
	padding: 5px 0px;
}

#content h1 {
	font-size: 1.6em;
}

.layer{padding: 5px;border-top: 1px solid #cccccc;border-bottom: 1px solid #cccccc;background: #ffffff;display: none;}


/***************************************************************************/

.order {
	padding: 10px 0px;
}

.order .title {
	font-size: 1.5em;
	color: #336699;
	letter-spacing: -1px;
}

.order .attribute {
	font-size: 1.2em;
	letter-spacing: -1px;
}

.order .offer {
	float: left;
	margin-left: 3px;
	margin-right: 2px;
	margin-top: 3px;
	width: 135px;
}

/***************************************************************************/

.comment {
	margin-top: 10px;
}

.comment_meta {
	font-size: 0.9em;
	color: #888;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

/***************************************************************************/

#sidebar_r {
	float: right;
	width: 180px;
	font-size: 1.1em;
}

#sidebar_r #chat {
	margin-bottom: 10px;
}

/***************************************************************************/

#counter {
	background: url("../gfx/counter_bg.png") top center no-repeat;
	height: 92px;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 100px;
	margin-bottom: 10px;
	text-shadow: #6374AB -2px 2px 3px;
}

/***************************************************************************/

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	list-style: none;
	margin: 0px;
	padding: 2px 0px;
}

#navigation ul.twitter {
	padding: 5px;
}

#navigation ul.twitter li {
	list-style: circle;
	font-style: italic;
	font-size: 1.1em;
	padding-bottom: 5px;
}

/***************************************************************************/

#footer {
	margin-top: 10px;
	text-align: center;
	font-size: 1em;
	color: #9a9595;
	
	/*border: 1px solid;*/
}

#footer a {
	color: #9a9595;
}

/***************************************************************************/

form {
	margin: 0px;
	padding: 10px;
}

label {
	width: 100%;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}

input, textarea, select {
	font-family: Verdana;
	color: #666;
	font-size: inherit;
}

input.big, textarea.big {
	font-size: 1.4em;
}

/***************************************************************************/

.box_180_top {
	height: 5px;
	background: url("../gfx/box_180_top.png") no-repeat;
}

.box_180_gradient {
	min-height: 50px;
	padding: 0px 5px;
	background: url("../gfx/gradient.png") repeat-x;
	border-left: 1px solid #1e7cb7;
	border-right: 1px solid #1e7cb7;
}

.box_180_bottom {
	height: 5px;
	background: url("../gfx/box_180_bottom.png") no-repeat;
	margin-bottom: 10px;
}

.box_290_top {
	height: 5px;
	background: url("../gfx/box_290_top.png") no-repeat;
}

.box_290_gradient {
	min-height: 50px;
	padding: 0px 5px;
	background: url("../gfx/gradient.png") repeat-x;
	border-left: 1px solid #1e7cb7;
	border-right: 1px solid #1e7cb7;
}

.box_290_bottom {
	height: 5px;
	background: url("../gfx/box_290_bottom.png") no-repeat;
}

.box_470_top {
	height: 5px;
	background: url("../gfx/box_470_top.png") no-repeat;
}

.box_470_gradient {
	min-height: 360px;
	padding: 0px 5px;
	background: url("../gfx/gradient.png") repeat-x;
	border-left: 1px solid #1e7cb7;
	border-right: 1px solid #1e7cb7;
}

.box_470_bottom {
	height: 5px;
	background: url("../gfx/box_470_bottom.png") no-repeat;
}

.box_960_top {
	height: 5px;
	background: url("../gfx/box_960_top.png") no-repeat;
}

.box_960_gradient {
	min-height: 50px;
	padding: 0px 5px;
	background: url("../gfx/gradient.png") repeat-x;
	border-left: 1px solid #1e7cb7;
	border-right: 1px solid #1e7cb7;
}

.box_960_gradient h1 {
	font-size: 2em;
}

.box_960_bottom {
	height: 5px;
	background: url("../gfx/box_960_bottom.png") no-repeat;
}

/***************************************************************************/

div.clear, hr.clear {
	visibility: hidden;
	margin: 0px;
	clear: both;
}

div.divider {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #ccc;
}

.maxheight300 {
	max-height: 300px;
	overflow: auto;
}

.pad5 {
	padding: 5px;
}

.pad10 {
	padding: 10px;
}

.pad0_10 {
	padding: 0px 10px;
}

.w100 {
	width: 98%;
}

.w96 {
	width: 96%;
}

.w50 {
	width: 50%;
}

.w75 {
	width: 75%;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.req {
	color: red;
}

.message, .ui-state-error, .ui-state-highlight {
	padding: 10px;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

.ui-widget-content {
	padding: 5px;
}

.ui-datepicker-trigger {
	margin-bottom: -8px;
	margin-left: 2px;
}

.ui-button {
	cursor: pointer;
}

.message {
	background: #B2DBA8;
	border: 1px solid green;
}

/***************************************************************************/

tr.list_header td {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #E6E6E6;
}

tr.list td {
	border-bottom: 1px solid #E6E6E6;
}

tr.list:hover td {
	background: #F2F2F2;
}

tr.blue td {
	background: #CDE0EF;
}

tr.yellow td {
	background: #FCEFAB;
}

tr.green td {
	background: #B2DBA8;
}

/***************************************************************************/

pre {
	margin: 0px auto;
	border: #000000 1px dotted;
	padding: 10px;
	color: #414042;
	background: #f7f7f7;
	font-family: "Courier New" , Monospace;
	font-size: 12px;
	text-align: left;
	width: 95%;
	max-height: 600px;
	overflow: auto;
}




/* RATING */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(http://beta.brokerprint.dk/gfx/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}
#lb
{
display:none; 
position:fixed;
z-index:1000;
width:100%;
height:100%;
color:#FFF;
background:#4a4c53;
opacity:0.6;
}
#msgBox
{
	display:none; 
	position:absolute;
	z-index:10000;
	width:300px;
	height:150px;
	background:#FFF;
	opacity:1;
	overflow:hidden;
	border:solid 1px #000;
	top:400px;
	left:500px;
}
#msgHead 
{
	width: 100%;
	height:20px;
	overflow:hidden;
	background:#0099CC; 
	color:#FFFFFF; 
	font-weight:bold;
	padding:5px;
	text-transform:uppercase;
}
#msgHead  span
{
margin-left:50px; padding-top:5px;
}

#msgCont
{
	margin:20px;
}

#closeDiv
{
width:70px; 
height:20px;
background:#0099CC; 
color:#FFFFFF; 
cursor:pointer; 
border:solid 1px #3366CC; 
margin-top:50px; 
margin-left:100px;
font-weight:bold; 
text-align:center;
opacity:1;
}

#closeDiv:hover
{
width:70px; 
height:20px;
background:#0099CC; 
color:#FFFFFF; 
cursor:pointer; 
border:solid 1px #000; 
margin-top:50px; 
margin-left:100px;
font-weight:bold; 
text-align:center;
opacity:.8;
}
#msgSpan
{
	color:#ec008c; 
	font-weight:bold; 
}

/*Admin Users Overview*/

		#contShow
		{
		display:none; 
		position:absolute;
		z-index:1002;
		width:500px;
		height:auto;
		min-height:200px;
		color:#FFF;
		background:#FFFFFF;
		left:300px;
		overflow:hidden;
		top:120px;
		}
			#DetailHold
			{
				width:500px;
				height:auto;
				overflow:hidden;
				border:solid 5px #CCC;
				display:none;
				position:absolute;
				z-index:1002;
			}
			#DivcolTop
			{
			float:left;width:80px; margin-left:10px;
			}
			#DivcolTopClose
			{
			float:right;width:20px
			}
			#closeSpan
			{
			cursor:pointer;color:#FFF
			}
			#closeSpan:hover
			{
			cursor:pointer;color:red
			}
			#divOuterHoldCont
			{
			margin:1px
			}
			#divTopHead
			{
			width:100%; background:#1CC3F8;color:#FFF; height:20px;padding-top:5px;overflow:hidden;font-weight:bold
			}
			
			#contDivGrey
			{
			width:100%;background:#F2F2F2;color:#000; min-height:20px;overflow:hidden;padding-top:5px;
			height:auto;overflow:hidden; cursor:pointer
			}
			#contDivWhite
			{
			width:100%;background:#FFF;color:#000; min-height:20px;overflow:hidden;padding-top:5px;
			height:auto;overflow:hidden ; cursor:pointer
			}
			
			#contDivGrey:hover
			{
			width:100%;background:#CCFFCC;color:#000; min-height:20px;overflow:hidden;padding-top:5px;
			height:auto;overflow:hidden; cursor:pointer
			}
			#contDivWhite:hover
			{
			width:100%;background:#CCFFCC;color:#000; min-height:20px;overflow:hidden;padding-top:5px;
			height:auto;overflow:hidden ; cursor:pointer
			}
			
			#overViewDivHold
			{
			margin-left:20px;
			}
			#overViewHeadTitle_Span
			{
			color:#02B4F0; font-size:16px;
			}
			#overViewHeadType_Span
			{
			color:#D4419A;font-size:14px;text-transform:Capitalize
			}
			#overViewContHold
			{
			width:450px; border-top:dashed 1px #CCC;border-bottom:dashed 0px #CCC; height:auto; padding:20px; marign-bottom:10px; overflow:hidden; margin-top:5px;
			}
			#overViewContHold b
			{
			font-size:13px;margin-left:5px;
			}
			#overViewContHold #divLf1
			{
			float:left;width:200px;
			}
			#overViewContHold #divLf2
			{
			float:left;width:20px;
			}
			#overViewContHold #divLf3
			{
			float:left;width:60px;
			}
			
/*Admin Users Overview*/


			#EntOutHold
			{
				float:left; margin-left:10px;width:390px;
			}
			
			#entryHold{
				border-top:solid 0px #CCC;
				width:390px;
				height:250px; 
				overflow-y:auto;
				margin-bottom:20px;
			}
			#entryIndHold
			{
				padding:5px; border-bottom:dashed 1px #DDD; height:auto; width:350px; overflow:hidden
			}
			.entryIndHold
			{
				padding:5px; border-bottom:dashed 1px #DDD; height:auto; width:350px; overflow:hidden
			}
			.entryIndHold:hover
			{
				padding:5px; border-bottom:dashed 1px #DDD; height:auto; background:#F2F2F2;width:350px;overflow:hidden
			}
			#entryIndHold:hover
			{
				padding:5px; border-bottom:dashed 1px #DDD; height:auto; background:#F2F2F2;width:350px;overflow:hidden
			}
			#lnkMsg
			{
				color:#00B1EC; text-decoration:none;
			}
			#lnkMsg:hover
			{
				color:#00B1EC; text-decoration:underline;
			}
			#lnkUser
			{
				color:#ED028D; text-decoration:none;
			}
			#lnkUser:hover
			{
				color:#ED028D; text-decoration:underline;
			}
	
			#lnkEdit
			{
				color:#00CC00; text-decoration:none;
			}
			#lnkEdit:hover
			{
				color:#00CC00; text-decoration:underline;
			}
			
			#lnkDel
			{
				color:#CC0000; text-decoration:none;
			}
			#lnkDel:hover
			{
				color:#CC0000; text-decoration:underline;
			}
			
