﻿input[type=text], input[type=password], textarea {
    background-color: #E8EDF3;
    border: 1px solid #CBCBCB;
    -moz-border-radius: 3px;
    border-radius: 3px 3px 3px 3px;
    color: #676767;
    font-size: 14px;
    padding-left:0.2em;
    padding-right:0.2em;
    height: 25px;
}

input[type=text].large {height:28px;width:242px;}

input[type=text].login-input, input[type=password].login-input {width: 120px;}
input[type=text].securityCode {width: 95px; height: 32px; margin-left:15px;}
/*
input[type=text].scrollbar, input[type=password].scrollbar, textarea.scrollbar
{
     background-image: url(../img/snippets.png);
     background-position:-320px -148px; 
     background-repeat:no-repeat;
     display:block;
     height:35px;
     width:15px;
    
}
*/

/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:35px;
	border-bottom:1px solid #d0d0d0;
	width:460px;
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:14px;
	font-weight:bold;
	display:block;
	padding:5px 10px;	
	text-decoration:none;
	border:1px solid #d0d0d0;	
	border-bottom:0px;
	height:26px;
	background-color:#0a529f;
	color:#ffffff;
	text-transform:uppercase;
	position:relative;
	top:1px;	
	outline:0;
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#e8edf3;
	border-bottom:1px solid #e8edf3;	
	color:#5f5f5f;	
	cursor:default;
	height:26px; 
    margin-top:-3px;
}

	
/* tab pane */
.css-panes>div {
	display:none;
	border:1px solid #d0d0d0;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:10px 10px;
	background-color:#e8edf3;	
	width:440px;
}
