/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/

.Nuotrauka{
	padding-right: 5px;
}
.SigninTable{
	background-color: #B3AD23;
	width:100%;
}
.SigninText{
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.SigninTop{
	background-image:url(signintop.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}
.SigninBottom{
	background-image:url(signinbottom.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
.SigninLbl{
	background-color:white;
}
.SigninText,.SigninBottom{
	padding-left:25px;
}
.Normal_form{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
.page_name {
	font-family: Tahoma, verdana, Geneva, Arial,  Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	padding: 2px;
}
/* GENERAL */ 
/* style for module titles */
.Head
{
	font-size: 14px;
	color: #999999;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

Body,.Copyright{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #999999;
}

.Label,.Validator{

    font-family:Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #999999;
	/*valign:middle;*/
}

.Validator{
color:red;
}

.GroupTitle{
font-size:10pt;
font-weight:bold;
padding: 20 0 20 0;
}

.DarbasTextBox{
width:100px;
font-size:8pt;
}
.KalbosTextBox{
width:100px;
font-size:8pt;
}
.NormalTextBox{
font-size:8pt;
width:100px;
}
.SmallTextBox{
font-size:8pt;
width:50px;
}
.MokymasTextBox,.KursaiTextBox{
font-size:8pt;
width:75px;
}
.MultiLineTextBox{
font-size:8pt;
width:100px;
height:100px;
}
.NormalDropDownList{
font-size:8pt;
}

.HyperLink:link,.LinkButton:link,.HyperLink:visited,.LinkButton:visited,.HyperLink:hover,.LinkButton:hover,.HyperLink:active,.LinkButton:active{
color:#003366;
}

.DisabledLinkButton{
font-size:10pt;
}

.span1{
background-color:#F2F3DD;
}
.span2{
background-color:#FFE9DD;
}

.BoldLabel{
font-size:10pt;
font-weight:bold;
padding-top: 4px;
}



/* text style for the unselected tabs */
A.OtherTabs:active,A.OtherTabs:link, A.OtherTabs:visited, A.OtherTabs:hover, A:link, A:visited, A:hover, A:active 
{
    text-decoration: none;
    color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.SelectedTab 
{
    font-family: verdana, Geneva, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    font-weight: 100;
}

/* Main Menu */

.MainMenu_MenuContainer {
	width:100%;
	border-width:0px;
	background-color: white;
	
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	background-color:white;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal; 
	border-top: white 0px solid;
	border-bottom: white 0px solid;
	border-right: white 5px solid;
	border-left: white 0px solid;
	background-color:white;
	
	
}

.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #AAAAAA;
	background-color:white;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal; 
	border-top: white 0px solid;
	border-bottom: white 0px solid;
	border-right: white 5px solid;
	border-left: white 0px solid;
	
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand;
	background-image:url(taskas.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-color:white;
	width: 20px; 
	height: 20px;
	border-top: white 0px solid;
	border-bottom: white 0px solid;
	border-right: white 0px solid;
	border-left: white 1px solid;
	padding:none;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	background-color:white;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
}

.MainMenu_MenuBreak {
	background-color:white;
	border-top: #999999 0px solid;
	border-bottom: #999999 0px solid;
	border-right: #999999 0px solid;
	border-left: #999999 0px solid;
	width:10px;
}/*
.Separator{
	background-color:white;
	border-top: #999999 1px solid;
	border-bottom: #999999 1px solid;
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
}


.rootmenu{
	border-top: black 0px solid;
	background-color: #FFF4B2;
	background-image:url(button.gif);
	background-repeat:no-repeat;
	width: 212px;
	height: 23px;
	cursor: pointer; 
	cursor: hand; 
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	font-style: normal; 
	font-weight: normal;
	border: none;
	padding-right: 15px;
}

.rootmenuselected{
	border-top: black 0px solid;
	background-image:url(button.gif);
	background-repeat:no-repeat;
	width: 212px;
	height: 23px;
	cursor: pointer; 
	cursor: hand; 
	color: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	font-style: normal; 
	font-weight: normal;
	text-align:right;
	border: none;
	padding-right: 15px;	
}
*/
.MainMenu_MenuArrow {
display: none;
}

.MainMenu_RootMenuArrow {
display: none;
}

.login{
	color: #575759;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.Pane1,.Pane2,.Pane3{
	padding-left: 5px;
}
.ContentPane{
	padding-left: 7px;
	padding-right: 7px;
}
