* {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#555;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin:0.5em 0;
}

li,dd {
	margin-left:40px;
}
ol {
	margin-left:20px;
}

fieldset {
	padding:.5em;
}

body {
	font-size:76%;
	line-height:1.3em;
	background-image:url("/images/BodyBg.gif");
}

h3 {
	font-variant: small-caps;
	font-size:1.1em;
	color:#555;
	margin:0;
}

p{
	margin:0;
}

table{
	border-spacing:0;
	margin:0;
	padding:0;
}

.Margin{
	margin:0 auto;
	width:1004px;
	border:0px solid red;
}

.Header {
	position:absolute;
	top:0;
	left:auto;
	width:1004px;
	height:216px;
	background:url("/images/TopBg.jpg");
}
.Header .Left{
	float:left;
	background:url("/images/TopLeft.jpg");
	height:216px;
	width:487px;

}
.Header .Right{
	float:right;
	background:url("/images/TopRight.jpg");
	height:216px;
	width:24px;
}

.Header .Login{
	float:right;
	margin:35px 40px 0 0;
	width:150px;
	font-size:.85em;
}

.Header .Login .Username {
	font-size:1.3em;
	width: 97px;
	height: 20px;
	padding: 2px 0px 0px 22px;
	margin: 0;
	border: 1px solid #d2d2d2;
	color: #444;
	background: url("/images/UsernameBg.png") 0px 0px no-repeat;
	background-color:#fff;
}

.Header .Login .Password {
	font-size:1.3em;
	width: 71px;
	height: 20px;
	padding: 2px 0px 0px 22px;
	margin: 2px 0px 0px 0px;
	border: 1px solid #d2d2d2;
	color: #444;
	background: url("/images/PasswordBg.png") 0px 0px no-repeat;
	background-color:#fff;
}

.Header .Login .Button {
	vertical-align:bottom;	
	height: 20px;
	width: 21px;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	border: none;
	background: url("/images/LoginButtonBg.png") 0px 0px no-repeat;
	
	cursor: pointer;
	overflow: hidden;
}

.Header .Login .Button:hover {
	background: url("/images/LoginButtonBg.png") 0px -20px no-repeat;
}

.Header .Login a {
	padding-left:12px;
	margin-left:12px;
	background: url("/images/Button.gif") 0px 2px no-repeat;
	text-decoration:none;
}

.Header .Login a:hover {
	text-decoration:underline;
}

.Header .Profile{
	float:right;
	margin:75px 40px 0 0;
	width:150px;
	font-size:.92em;
}

.Header .Profile a {
	color:#444;
	border-bottom:1px dotted #aaa;
	text-decoration:none;
}	
.Header .Profile a:hover{
	border-bottom:0;
}

.TopMenu{
	position:absolute;
	top:216px;
	left:auto;
	width:1004px;
	height:63px;
	background:url("/images/MenuBg.jpg");
}

.TopMenu img{
	border:0;
}

.TopMenu table{
	width:570px;
	height:63px;
	margin:auto;

	border-spacing:0;
	border-width:0;
}

.TopMenu table td{
	border:0;
	border-spacing:0;
}

.Content, .Footer{
	width:1004px;
	background:url("/images/ContentBg.gif");
	clear:both;
}

.Content{
	padding:25px 0;
	padding-top:306px;	
	background-color:#f7f7ee;
}

.Footer .Left{
	float:left;
	background:url("/images/FooterLeft.jpg");
	width:24px;
	height:3px;
}
.Footer .Right{
	float:right;
	background:url("/images/FooterRight.jpg");
	width:24px;
	height:3px;
}
.Copyright{	
	font-size:.9em;
	text-align:center;
	width:954px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.Copyright a{
	font-size:1em;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	border-bottom:1px dashed #888;
	padding-left:1px;
}
.Copyright a:hover{
	border-bottom:0;
}

.Copyright img{
	border:0;
	padding-top:10px;
}

.Box {
	border:1px dotted #999;
	margin:0 auto;
}

.Box .Header {
	position:relative;
	left:0;
	border-bottom:1px dotted #999;
	height:26px;
	line-height:26px;
	background:url("/images/BoxHeaderBg.gif");
	margin:auto 1px;
	padding:0 10px;
	width:auto;
}

.Box .Header, .Box .Header td {
	font-variant:small-caps;
	font-weight:bold;
	font-size:.97em;
	color:#555;
}

.Box .Header td {
	font-size:100%;
}

.Box .Header a {
	font-weight:normal;
	text-decoration:none;
}

.Box .Header a:hover {
	text-decoration:underline;
}

.Box .Content{
	margin:auto;
	width:auto;
	padding:10px;
	background:#FFF;
}

.Highlight:hover{
	background-color:#eaeaea; 
}

a.BlinkLink:hover, .BlinkLink a:hover{
	color:#000;
	border-bottom:1px dotted #333;
}

a.DottedLink, .DottedLink a{
	color:#444;
	border-bottom:1px dotted #aaa;
	text-decoration:none;
}
a.DottedLink:hover, .DottedLink a:hover{
	border-bottom:0;
}

.DottedLink img{
	border:0;
}

a.NoDecoration, .NoDecoration a{
	text-decoration:none;
	border:0px;
}

.NoBorder *{
	border:0px;
}
.RowOdd{
	background-color:#fbfbfb;
}
.RowEven{
}

.Table td {
	padding:3px 0;
}

.TableForReading td{
	padding:2px;
}


.FontSmall{
	font-size:10px;
}

.Alert{
	color:red;
}

.Captcha{
	height:20px;
	border:1px solid #bbb;
	margin:0;
	margin-top:5px;
	line-height:20px;
}

.Challenge{
	margin:auto;
	text-align:center;
	padding-right:10px;
}

.ChallengeDescription{
	padding-bottom:15px;
	text-align:justify;
}

.LinkButton{
	background:url("/images/Button.gif") no-repeat 3px 5px;
	font-size:.8em;
	padding:3px 3px 3px 14px;
	font-weight:bold;
	text-decoration:none;
	background-color:#eee;
	border:1px dotted #ccc;
	text-transform:uppercase;
	color:#74805d;
}

.LinkButton:hover{
	color:#e96a1a;
}

.Message{
	background:url("/images/Notice.gif") no-repeat 5px 5px;
	vertical-align:middle;
	height:30px;
	padding-top:13px;	
	padding-left:44px;
	margin-right:20px;
	border:1px dotted #ccc;
	background-color:#eee;
	font-size:.9em;
}

.WrongAnswer{
	color:#f00;
	margin:auto;
	text-align:center;
	margin-bottom:20px;
}

.InputForm label{
	width: 130px;
	border-bottom: 1px dashed #ccc;
	margin-right: 10px;
	height:20px;
	margin-top:5px;
	float:left;
	clear:left;
	text-align:right;
}

.InputForm input, .InputForm textarea, .InputForm select {
	border: 1px solid #ccc; 
	background-color: #f2f2f2;
	color: #474747;
	font-size:1em;
	
	width:72%;
	margin-top:5px;
	margin-bottom:6px;
	height:17px;
	padding-top:2px;	
	padding-left:2px;
	
	vertical-align: top;
}

.InputForm textarea{
	height:auto;
}
.InputForm select{
	width:auto;
	padding-top:1px;
	padding-bottom:1px;
	height:20px;
}

.InputForm input:focus, .InputForm textarea:focus{
	background-color:#f7f7ee;
	border:1px solid #bbb;
}

fieldset {
	border: 0px dashed #bbb;
	padding: 0px 0px 0px 20px;
}

fieldset legend{
	border:0;
	padding: 0;
	margin-left: 0px;
	height:0px;
	font-size:0px;
} 

fieldset label{
	width: 130px;
	border-bottom: 1px dashed #ccc;
	margin-right: 10px;
	height:20px;
	margin-top:5px;
	float:left;
	clear:left;
}

fieldset li, ul {
	margin:1px 0 1px 10px;
}

fieldset span {
	padding-left:1px;
}

fieldset input, fieldset textarea, fieldset select {
	border: 1px solid #ccc; 
	background-color: #f2f2f2;
	color: #474747;
	font-size:1em;
	
	width:150px;
	margin-top:5px;
	margin-bottom:6px;
	height:17px;
	padding-top:2px;	
	padding-left:2px;
	
	vertical-align: top;
}

fieldset select {
	padding-top:1px;
	padding-bottom:1px;
	height:20px;
	width:154px;
}

fieldset ul {
	padding-bottom:20px;
}

.submit{
	clear:both;
	margin-top:20px;
	text-align:center;
}

.submit input{
	width:110px;
	height:22px;
	
	background:url("/images/Button.gif") no-repeat 3px 6px;
	font-size:.8em;
	font-weight:bold;
	background-color:#e4e4e4;
	border:1px dotted #ccc;
	text-transform:uppercase;
	color:#74805d;
	
	text-align:left;
	padding-left:14px;
	padding-bottom:2px;
	margin-right:10px;
}

.submit input:hover{
	color:#e96a1a;
}

input[disabled="disabled"]{
	background-color:#ddd;
}

input:focus, textarea:focus{
	background-color:#f7f7ee;
	border:1px solid #bbb;
}

.RankLess{
	color:red;
	text-align:left;	
}

.RankGreat{
	color:green;
	text-align:left;	
}

.RankEqual{
	color:green;
	font-weight:bold;
	text-align:left;
}

.Avatar{
}

.OpenIDProviders {
	margin-top:10px;
}

.Login .OpenIDProviders fieldset, .Login fieldset {
	width:175px;
	border:0px dotted #BBBBBB;
	padding:0;
	height:auto;
	background-color:#e3e0d1;
}

.Login .OpenIDProviders fieldset legend, .Login fieldset legend {
	border:0;
	background-color:#e3e0d1;
	width:175px;
	text-align:center;
	font-size:100%;
	height:25px;
}

.Login .OpenIDProviders fieldset legend a, .Login .OpenIDProviders fieldset legend a img {
	background: none;
	margin:0;
	padding:0;
	border:0;
}

.Login fieldset legend {
	height:auto;
}

.Login fieldset {
	padding:3px 0;
}

.OpenIDProviders .Provider {
	padding:0;
}

.OpenIDProviders .Provider a{
	background:none;
	padding-top:2px;
	padding-left:0;
	height:20px;
	width:20px;
	text-decoration:none;
}

.Login .OpenIDProviders .Provider a img{
	border:0;
}

.Content .OpenIDProviders .Provider a{
	text-decoration:underline;
	padding-left:23px;
	display:block;
	width:auto;	
}

.Content .OpenIDProviders .Provider a:hover{
	text-decoration:none;
}

.OpenIDProviders .Provider a.GMail {
	background:url("/images/OpenID/prisijungti_su_google.png") no-repeat;
}

.OpenIDProviders .Provider a.Yahoo {
	background:url("/images/OpenID/prisijungti_su_yahoo.png") no-repeat;
}

.OpenIDProviders .Provider a.Help {
	background:url("/images/OpenID/pagalba.png") no-repeat;
}

.tab-panel
{
	position: relative;
	float: left;
	width: 100%;
}

.tab-normal
{
	display:		inline;
	margin:			1px -5px 1px 5px;
	float:			left;
	padding:		3px 6px 4px 6px;
	background:		#eee;
	border:			1px solid #ddd;
	z-index:		1;
	position:		relative;
	top:			0;
}

.tab-active
{
	position:		relative;
	display:		inline;
	float:			left;

	border:			1px solid #ddd;
	border-bottom:	0;
	z-index:		3;
	padding:		2px 6px 8px 6px;
	margin:			1px -6px -2px 0px;
	top:			-2px;
	background-color:#fafafa;
}

.tab-view
{
	clear:			both;
	border:			1px solid #ddd;
	z-index:		2;
	position:		relative;
	top:			-2px;
	padding:		10px;
	background-color:#fafafa;
}

.tab-active a
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.tab-normal a
{
	color: gray;
	text-decoration: none;
	font-weight: bold;
}

.tab-normal a:hover, .tab-normal a:focus
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}