/*--- Transferr Baker Street BS1.5. Copyright 2009, all rights reserved. Last updated 23/05/09 */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #021326;
}
.page {
	margin: 0px;
	padding: 0px;
	width: 85%;
	min-width: 580px;
	margin-left: auto;
	margin-right: auto;	
}
		
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
		
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
		
a:active {
	color: #FF0000;
	text-decoration: none;
}
		
a:hover {
	color: #FF0000;
}

/*--- header ---*/

.header {
	background: url('_images/_skin/header.png') repeat;
	height: 90px;
	width: 100%;
	overflow: display;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}

.topbar {
	width: 100%;
	color: #FFFFFF;
	padding-left: 3px;
}
		
/*--- Tabs ---*/
.tabbar_private {
	background-color: #41668F;
	height: 25px;
	width: 100%;
	line-height: 25px;
	float: left;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}

.tabbar_shared {
	background-color: #4D4D4D;
	height: 25px;
	width: 100%;
	line-height: 25px;
	float: left;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}

.tab_container {
	padding-top:1px;
	width: 100%;
	float: left;
	line-height: 30px;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	background-image: url('_images/_skin/tab_bg.gif');
	margin-bottom:-5px;
	
	z-index: 0;

}

.tab {
	float: left;
	padding: 1px;
	margin-bottom:5px;
}

.tab_c_selected  {
	background: url('_images/_skin/tab_c_selected.png'); height: 25px; min-width: 55px; max-width: 400px; padding-left: 1px; text-align: center; line-height: 22px; float: left;
}

.tab_l_selected { 
	background: url('_images/_skin/sprite.png') no-repeat 0px 0px; float: left; width: 12px; height: 25px;
}
			
.tab_r_selected {
	background: url('_images/_skin/sprite.png') no-repeat -12px 0px; float: left; width: 12px; height: 25px;
}
		
.tab_c_unselected  { 
	background: url('_images/_skin/tab_c_unselected.png'); height: 25px; min-width: 55px; max-width: 400px; padding-left: 1px; text-align: center; line-height: 22px; float: left;
}
			
.tab_l_unselected { 
	background: url('_images/_skin/sprite.png') no-repeat 0px -31px; float: left; width: 12px; height: 25px;
}
			
.tab_r_unselected { 
	background: url('_images/_skin/sprite.png') no-repeat -12px -31px; float: left; width: 12px; height: 25px;
}		

.tab_c_shared  { 
	background-image: url('_images/_skin/tab_c_shared.png'); height: 25px; padding-left: 1px; min-width: 55px; max-width: 400px; text-align: center; line-height: 22px; float: left;
}
			
.tab_l_shared { 
	background: url('_images/_skin/sprite.png') no-repeat 0px -61px; width: 12px; height: 25px; float: left;
}
			
.tab_r_shared {
	background: url('_images/_skin/sprite.png') no-repeat -12px -61px; width: 12px; height: 25px; float: left;
}
			
.arrow_left_inactive {
	background: url('_images/_skin/sprite.png') no-repeat -113px 0px; 
	width: 10px; 
	height: 29px; 
	float: left;
	margin-top: -3px;
}
			
.arrow_right_inactive {
	background: url('_images/_skin/sprite.png') no-repeat -128px 0px; 
	width: 10px; 
	height: 29px; 
	position: absolute;
	right: 0px;
	margin-top: -3px;
}
			
.arrow_left_active {
	background: url('_images/_skin/sprite.png') no-repeat -78px 0px; 
	width: 10px; 
	height: 29px; 
	float: left;
	margin-top: -3px;
	margin-left:-1px;
}
			
.arrow_right_active {
	background: url('_images/_skin/sprite.png') no-repeat -92px 0px; 
	width: 10px; 
	height: 29px; 
	position: absolute;
	margin-top:-28px;
	margin-left:-7px;
}

			
/*--- Tab functions ---*/		
.save {
	background-color: #6785A5;
	color: #FFFFFF;
	height: 25px;
	width: 100px;
	float: right;
    text-align: center;
    cursor: pointer;
	line-height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

.manage {
	background-color: #8DA3BC;
	height: 25px;
	width: 100px;
	float: right;
    text-align: center;
	line-height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

.add {
	background-color: #CCCCCC;
	color: #002A3F;
	height: 25px;
	width: 150px;
	float: right;
    text-align: center;
	line-height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}

/*--- Container Styles ---*/
.container {
	background-color: #EFF7F5;
	color: #122738;
	width: 100%;
	min-height: 100px;
	overflow: hidden;
	float: left;
	clear: right;
	padding-top: 5px;
	padding-bottom: 30px;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
}

.container a{
	color: #990000
}

a.red:link {
	color: #FF0000;
}

a.red:visited {
	color: #FF0000;
}

.text {
	text-align: justify; 
	padding-left: 10%; 
	padding-right: 10%;
}

.footer {
	background-image: url('_images/_skin/footer.png');
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	height: 100px;	
	width: 100%;
	overflow: hidden;
	float: left;
	border-left: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
.ads{
	text-align:center;
	margin-top:20px;
	margin-bottom:-30px;
	padding:6 3 6 3;
	width:100%;
	background-color: #FBFBFB;
	color:#7E7E7E;
	margin-left:auto;
	margin-right:auto;
}
.ads a:link, .ads a:visited{
	color:#3A3A3A;
}
.ads a:hover{
	color:#1E1E1E;
	text-decoration: underline;
}
/*-- Random styles ---*/

.addbox {
  background-color: #DEEEFF;
  padding: 4px;
  padding-left: 8px;
  color: #122738;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.managebox {
  background-color: #DEEEFF;
  padding: 4px;
  padding-left: 8px;
  color: #122738;
  width: 580px;
  margin-left: 50px;
  margin-right: auto;
}
 
/*-- Register styles ---*/
 .register {
	text-align: right; 
	width: 50%;  
	margin-left: auto;
	margin-right:auto;
}

.registerform {
	background-color: #EEF3F7;
	border: 1px solid;
	border-color: #72A1C2;
	color: #002A3F;
	line-height: 150%;
}

/*-- options styles ---*/
.opt_button{
	position:relative;
	float:left;
	margin-top:-44px;
	margin-left:132px;
	width:20px;
	height:20px;
}

.opt_button:hover{
	background: url('_images/_skin/sprite.png') no-repeat 0px -90px;
}

.opt_button_list {
	background: url('_images/_skin/sprite.png') no-repeat 0px -90px;
	width: 15px:
	height: 17px;
	background-repeat: no-repeat;
}

/*-- Interface styles --*/

#boxes li {
	display:block;
	float: left;
	width: 160px;
	height: 145px;
	text-align: center;
}

ul {
	margin-left:-25px;
}

.handle {
	z-index: 0;
	width: 144px;
	height: 20px;
	position:absolute;
	margin-bottom:-20px;
	left:6px;
	cursor: move;	
}

.handle:hover {
	background-repeat:no-repeat;
	cursor: move;
}

.login{
	margin-top:1.5em;
	font-size:11pt; 
	color:#FFFFFF; 	
	margin-bottom:-3.5em;
	font-size: 10pt;
	line-height:2em;
}

.bluebutton {
       background-color: #EEF3F7;
       border: 1px solid;
       border-color: #72A1C2;
       color: #002A3F;
       height: 22px;
	   padding: 0px;
	   padding-left:4px;
	   padding-right:4px;
}

.redbutton {
       background-color: #f8d2da;
       border: 1px solid;
       border-color: #c6554e;
       color: #002A3F;
       height: 22px;
	   padding:0px;
	   padding-left:4px;
	   padding-right:4px;
}

.greenbutton {
       background-color: #baf6bf;
       border: 1px solid;
       border-color: #63cf84;
       color: #002A3F;
       height: 22px;
	   padding:0px;
	   padding-left:4px;
	   padding-right:4px;
}

.greybutton {
       background-color: #C8C8C8;
       border: 1px solid;
       border-color: #4D4D4D;
       color: #002A3F;
       height: 22px;
	   padding:0px;
	   padding-left:4px;
	   padding-right:4px;
}

.whitebutton {
       background-color: #FFFFFF;
       border: 1px solid;
       border-color: #CCCCCC;
       color:  #505050;
       height: 22px;
	   padding: 0px;
	   padding-left:4px;
}

.redbox {
	color:#990000;
	background-color: #FFAEAE;
	padding: 5px 10px;
}

.redbox_bottom {
	color:#990000;
	background-color: #FFAEAE;
	width: 100%;
	border: 0px;
	padding-top: 3px;
	height: 29px;
	background-color: #FFAEAE;
	text-align: center;
}


.redbox a:link,.redbox a:visited{
	color:#333333;
	text-decoration:underline;
}
.yellowbox {
	color:#990000;
	background-color: #FFFF99;
	padding: 5px 10px;
	text-align: center; 
	position:absolute;left:0px;top:0px;width:100%
	}
.yellowbox a:link,.yellowbox a:visited{
	color:#333333;
}
.yellowbox a:hover{
	text-decoration:underline;
}
.footerbox {
	text-align: right;
	text-transform: uppercase;
	padding: 5px;
	float: left;
	width: 150px;
	height: 85px;
}

.footerbox a {
	color: #666666;
	text-decoration: none;
}

.footerbox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.paranthesis {
	background: url('_images/_skin/sprite.png') no-repeat -40px 4px;
	text-align: right;
	float: left;
	width: 30px;
	height: 85px;
	padding-top: 25px;
}

.introbox {
	float: left;
	width: 223.5px;
	overflow: auto;
	color: #A8CC67;
	font-size: 10pt;
}

.introbox2 {
	float: left;
	width: 455px;
	overflow: auto;
	color: #FFFFFF;
	font-size: 14px;
}

/*--- Bookmark Styles --*/

.bookmark a:hover,.bookmark_shared a:hover,.bookmark_orange a:hover,.bookmark_orange_shared a:hover,.bookmark_red a:hover,.bookmark_red_shared a:hover,.bookmark_green a:hover,.bookmark_green_shared a:hover,.bookmark_aqua a:hover,.bookmark_aqua_shared a:hover,.bookmark_pink a:hover,.bookmark_pink_shared a:hover,.bookmark_black a:hover,.bookmark_black_shared a:hover {
	color:#FFFFFF;
}

.bookmark:link,.bookmark_shared:link,.bookmark:visited,.bookmark_shared:visited,.bookmark_orange:link,.bookmark_orange_shared:link,.bookmark_orange:visited,.bookmark_orange_shared:visited,.bookmark_red:link,.bookmark_red_shared:link,.bookmark_red:visited,.bookmark_red_shared:visited,.bookmark_green:link,.bookmark_green_shared:link,.bookmark_green:visited,.bookmark_green_shared:visited,.bookmark_aqua:link,.bookmark_aqua_shared:link,.bookmark_aqua:visited,.bookmark_aqua_shared:visited,.bookmark_pink:link,.bookmark_pink_shared:link,.bookmark_pink:visited,.bookmark_pink_shared:visited,.bookmark_black:link,.bookmark_black_shared:link,.bookmark_black:visited,.bookmark_black_shared:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.bookmark:active,.bookmark_shared:active,.bookmark_orange:active,.bookmark_orange_shared:active,.bookmark_red:active,.bookmark_red_shared:active,.bookmark_green:active,.bookmark_green_shared:active,.bookmark_aqua:active,.bookmark_aqua_shared:active,.bookmark_pink:active,.bookmark_pink_shared:active,.bookmark_black:active,.bookmark_black_shared:active {
	color:#002A3F;
	text-decoration:none;
}

.bookmark,.bookmark_shared,.bookmark_orange,.bookmark_orange_shared,.bookmark_red,.bookmark_red_shared,.bookmark_green,.bookmark_green_shared,.bookmark_aqua,.bookmark_aqua_shared,.bookmark_pink,.bookmark_pink_shared,.bookmark_black,.bookmark_black_shared {
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	padding-left:2px;
	padding-top:13px;
	margin-left:4px;
	margin-bottom:5px;
	line-height:2em;
	clear:none;
	float:left;
	height:132px;
	width:145px;
	overflow:hidden;
}
.bookmark,.bookmark_shared {
	background: url('_images/_icons/icon_blue.png') no-repeat 0px 0px;
}

.bookmark:hover {
	background: url('_images/_icons/icon_blue.png') no-repeat 0px -171px; z-index:1;
}

.bookmark_orange,.bookmark_orange_shared {
	background: url('_images/_icons/icon_orange.png') no-repeat 0px 0px;
}

.bookmark_orange:hover {
	background: url('_images/_icons/icon_orange.png') no-repeat 0px -171px; z-index:1;
}

.bookmark_red,.bookmark_red_shared {
	background: url('_images/_icons/icon_red.png') no-repeat 0px 0px;
}

.bookmark_red:hover {
	background: url('_images/_icons/icon_red.png') no-repeat 0px -171px; z-index:1;
}

.bookmark_green,.bookmark_green_shared {
	background: url('_images/_icons/icon_green.png') no-repeat 0px 0px;
}

.bookmark_green:hover {
	background: url('_images/_icons/icon_green.png') no-repeat 0px -171px; z-index:1;
}

.bookmark_aqua,.bookmark_aqua_shared {
	background: url('_images/_icons/icon_aqua.png') no-repeat 0px 0px;
}

.bookmark_aqua:hover {
	background: url('_images/_icons/icon_aqua.png') no-repeat 0px -171px; z-index:1;
}

.bookmark_pink,.bookmark_pink_shared {
	background: url('_images/_icons/icon_pink.png') no-repeat 0px 0px;
}

.bookmark_pink:hover {
	background: url('_images/_icons/icon_pink.png') no-repeat 0px -171px; z-index:1;
}

.bookmark_black,.bookmark_black_shared {
	background: url('_images/_icons/icon_black.png') no-repeat 0px 0px;
}

.bookmark_black:hover {
	background: url('_images/_icons/icon_black.png') no-repeat 0px -171px; z-index:1;
}

.addicon {
	background: url('_images/_skin/sprite.png') no-repeat 0px -115px;
	float: left;
	display:block;
	margin-left: 3px;
	margin-right: 9px;
	margin-bottom: 5px;
	height: 132px;
	width: 148px;
}