body {
	margin:0px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    color:black;
}

.clearing{
    clear: both;
}

#loginMenu, #userBox {
	width:160px;
    height:20px;
    top:8px;
    position:absolute;
    margin-left: 328px; 
    left: 50%; 
 	z-index:50; 
    color:#fff;  
}

#loginMenu a, #userBox a {
	color:#fff;
    text-decoration:none;
    font-weight:bold;
}

#loginMenu a:hover, #userBox a:hover {
	color:#F2EDED;
    text-decoration:none;
    font-weight:bold;
}

#loginBox {
	display:none;
    position:absolute;
    top:3px;
    margin-left: 128px; 
    left: 50%; 
    z-index:50;
}

#regBox {
	display:none;
    position:absolute;
    top:3px;
    margin-left: 235px; 
    left: 50%; 
    z-index:50;
}

.boxTop {
	background:url(images/box_top.png) no-repeat;
    width:263px;
    height:31px;
}

.boxMiddle {
	background:url(images/box_middle.gif);
    width:263px;
}

.boxCont {
	margin-left:25px;
    padding-top:15px;
    padding-bottom:10px;
    width:208px;
    background:url(images/bg.jpg) no-repeat top left;
    text-align:left;
}

#regFbConnect {
	display:none;
}

.boxBottom {
	background:url(images/box_bottom.png) no-repeat;
    width:263px;
    height:6px;
}


.infoBoxTop {
	background:url(images/info_box_top.png) no-repeat;
    width:200px;
    height:13px;
}

.infoBoxMiddle {
	background:url(images/info_box_middle.gif);
    width:200px;
}

.infoBoxCont {
	margin-left:10px;
    padding-top:3px;
    padding-bottom:3px;
    width:180px;
}

.infoBoxBottom {
	background:url(images/info_box_bottom.png) no-repeat;
    width:200px;
    height:7px;
}


.boxTopTitle {
	font-weight:bold;
    float:right;
    margin-top:5px;
    height:25px;
}

.boxTopTitle2 {
	font-weight:bold;
    float:right;
    margin-top:5px;
    height:25px;
    width:396px;
    font-weight:bold;
    text-align:left;
}

.boxTopClose {
	float:right;
    margin-right:8px;
    cursor:pointer;
    margin-top:5px;
    height:25px;
}

.boxTopLeft {
	float:right;
    margin-right:10px;
    margin-top:5px;
    height:25px;
}

.boxTopLeft a {
	color:#fff;
    text-decoration:none;
    font-weight:bold;
}

.boxTopLeft a:hover {
	color:#fff;
    text-decoration:none;
    font-weight:bold;
}

.inputClass {
	background:url(images/input_bg.jpg) repeat-x;
    height:22px;
    font-size:12px;
    color:black;
    border-bottom:solid 1px #DADADA; 
    border-right:solid 1px #DADADA; 
    border-top:solid 1px #A6A6A6; 
    border-left:solid 1px #A6A6A6; 
    margin-top:5px;
    margin-bottom:5px;
}

#loginWithFb {
	cursor:pointer;
    margin-top:10px;
    margin-bottom:10px;
}

.boxContCenter {
	text-align:center;
}

.boxContCenter a {
	color:black;
    text-decoration:none;
}

.boxContCenter a:hover {
    text-decoration:none;
    font-weight:bold;
}

.regLeft {
	float:left;
    width:85px;
    height:22px;
    margin-top:8px;
    font-weight:bold;
    text-align:left;
}

.regRight {
	float:left;
    width:121px;
    height:25px;
    margin-bottom:5px;
    text-align:left;
}

.checkStyle {
	width:200px; 
    cursor:pointer;
}

.regSeparator {
	height:1px;
    margin-top:7px;
    margin-bottom:7px;
    background-color:#E6E6E6;
}

#regBtn {
	margin-top:10px;
    margin-bottom:3px;
}

.infoBox {
	width:200px;
    height:80px;
   	position:absolute;
    display:none;
    z-index:51;
}

#termsBox {
	position:absolute;
    display:none;
    z-index:52;
}

#loadingLogin,#loadingReg{
	display:none;
    padding-top:50px;
    margin-left:105px;
}

.errorSpan {
	display:none;
    font-size:10px;
    color:red;
    margin-bottom:5px;
    text-align:left;
}

#regSendBtn {
	margin-top:10px;
    margin-bottom:5px;
}

#regWithFb {
	margin-top:10px;
}

#closeRegBox,#closeLoginBox,#closeTermBtn,#closeTermBtn2 {
	cursor:pointer;
	margin-left:3px;
}

#lostPassCont,#lostPassFinCont {
	display:none;
}

#codeimg2 {
	margin-left:5px;
}

.termsBoxTop {
	background:url(images/term_top_bg.png) no-repeat;
    width:483px;
    height:7px;
}

.termsBoxMiddle {
	background:url(images/term_middle_bg.gif);
    width:483px;
    padding-bottom:5px;
}

.termsBoxCont {
	margin-left:10px;
    padding-top:3px;
    padding-bottom:3px;
    width:453px;
    height:400px;
    scrolling:auto;
    overflow:auto;
    text-align:left;
    padding-right:10px;
}

.termsBoxBottom {
	background:url(images/term_bottom_bg.png) no-repeat;
    width:483px;
    height:6px;
}

.termsLink {
	color:black;
    text-decoration:none;
    font-weight:bold;
}

.termsLink:hover {
    text-decoration:underline;
}

#nameCont {
	cursor:pointer;
    float:left;
    margin-right:10px;
}


#nameCont img {
	margin-right:-3px;	
}

#uBox {
	width:440px;
	height:380px;
	position:absolute;
	margin-top:-47px;
	margin-left:500px;
	display:none;
			
}

#uBoxHeader {
	float:right;
	margin-right:5px;
	padding:6px;
	font-weight:bold;
}

#uBoxHeaderText, #nameContText {
	float:left;
	margin-top:-1px;	
	margin-right:5px;
    cursor:pointer;
}

#uBoxHeaderClose {
	float:right;
	margin-top:4px;
	margin-right:-14px;	
    cursor:pointer;
}

#uBoxCont {
	padding:10px;
	position:absolute;
	margin-top:22px;
	width:440px;
	height:380px;
    z-index:200;
    border-bottom:solid 1px #D3D3D3;
    border-right:solid 1px #D3D3D3;
    border-left:solid 1px #D3D3D3;
}

#uBoxHeader, #uBoxCont {
	color:black;
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;	
}

#userDataCont {
    margin-bottom:20px;	
}

#userDataCont img {
    float:left;
    margin-right:10px;	
}

#userDataCont a {
    color:#999;
    font-size:11px;
    text-decoration:none;	
}

#userDataCont a:hover {
    color:#000;	
}

#ubLeft {
	width:75px;
    height:310px;
    padding-right:10px;
    margin-right:10px;
    float:left;
    border-right:solid 1px #d4d3d3;
    line-height:19px;
}

#ubLeft a {
	color:#666;
    text-decoration:none;
}

#ubLeft a:hover {
	color:#000;
    font-weight:bold;
}

#ubFavs, #ubFavNav {
	position:absolute;
	margin-left:104px;
    float:left;
}

#ubFavs { 
	height:310px; 
    margin-top:20px;
    width:340px;
}

#ubFavNav { 
	height:20px; 
    width:300px;
    padding-left:30px;
    font-size:11px;
    color:#b4b4b4;
}

#ubFavNav a { color:#b4b4b4; }

#ubFavNav a:hover {	color:#000; }

#loadingFavs {
	margin-top:110px;
    margin-left:140px;
}

#favsList {
	width:320px;
    list-style: inside url("images/fav_del_empty.gif");
}

#favsList li {
	padding:4px;
    cursor:pointer;
    overflow:hidden;
    width:320px;
    height:16px;
    
}

#favsList li a{
	color:#000;
    text-decoration:none;
    margin-left:10px;
    
}

#favsList li:hover {
	background:#f4f4f4;
    list-style: inside url("images/fav_del_x.jpg");
}

.delFavImg {
	margin-left:-22px;
    cursor:pointer;
}


/* ### Scrolling ############################################################### */


.scroll-pane {
	width: 100%;
	height: 300px;
	overflow: auto;
}

.horizontal-only {
	height: auto;
	max-height: 280px;
}
	
.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	background: red;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap { display: none; }

.jspHorizontalBar .jspCap {	float: left; }

.jspTrack {
	background: #F9F9F9;
	position: relative;
}

.jspDrag {
	background: #E0E0E0;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 8px;
}

.jspHorizontalBar .jspArrow {
	width: 8px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}




