/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
#wrapper {border-top:5px solid #83c0cd; padding:0; background: #f8f8f8;}
#content_full_table {width: 98%;}
#main_jumpseat{width:680px;}
#posts_jumpseats {
	padding:10px; border: 1px solid #e3e3e3; background-color:#ffffff;
}
.main_breadcrumb { width:620px;float: left;border-bottom:1px solid #dbdbdb; margin-left:50px;}
.col-full_table  { width: 680px; margin:0px 50px 0px 0px; background-color:#FFFFFF; float: right; position: relative;}
.jumpseat_table  { width: 640px; }
.col-right_small {width:240px; float: right; margin: 0 0 30px; padding-bottom: 10px; border-bottom: 1px solid #e3e3e3;}

.col-left-jumpseat {float: left; background: #eeeeee;}
.odd {background-color:#d0e8ea; border-right:1px solid;padding:5px;margin:5px;} 
.even {background-color:#85c0ce; border-right:1px solid;padding:5px;margin:5px;} 
.tableHeadingBG {background:#eee; border-top:1px solid #fff; border-bottom:1px solid #dbdbdb; border-right:1px solid #dbdbdb;}

table.mainTable{
padding:10px
    text-align:center; 
    margin-left:auto; 
    margin-right:auto; 
    width:680px;
   border:1px solid;
  }
  tr,td {text-align:left;}


/* LOGIN FORMS */
.index_login_form {
font-size:10px;
float: right; 
width: 30%; 
padding: 5px 5px 5px 5px;
margin-right:5px; 
border-color: #ccc #efefef #efefef #ccc; 
border-width:1px;
border-style:solid;
}
.index_login_form input {
font-size:10px;
}

