﻿/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:350px;
}

/* Rating AJAX Control*/
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar {
    background-image: url(~/images/FilledStar.png);
}
.emptyRatingStar {
	background-image: url(~/../images/FilledStar.png);
}
.savedRatingStar {
    background-image: url(../Images/SavedStar.png);
}

/*Textbox Watermark*/
.unwatermarked {
	height:18px;
	width:148px;
}
.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	

/* MASTER page*/
/*Main table on masterpage*/
.main {
	
	width: 100%;
	/*height: 100%;	*/
}

/*Header row on masterpage table*/
.header 
{
	vertical-align: top;
}

.header .logo 
{
}

.header .promotionBanner 
{
}

/*Body row on masterpage table*/
.body 
{
	vertical-align: top;	
}
.body .leftSidebar 
{
}
.body .leftSidebar .literatureCategories 
{
}
.body .leftSidebar .literatureTOP10 
{
}
.body .leftSidebar .eventTOP10 
{
}

.body .content 
{
	width: 100%;
}

.body .rightSidebar 
{
}
.body .rightSidebar .login 
{
}
.body .rightSidebar .hotEvent 
{
}
.body .rightSidebar .nearestEvent
{
}

/*Footer row on masterpage table*/
.footer 
{
	text-align: right;
}

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	/*white-space: nowrap;*/
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	padding: 1px 2px 1px 5px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	font-weight:bold;
}
.dtree .clip {
	overflow: hidden;
}
.dTreeNode
{
    margin-left:10px;
    margin-bottom:0px;
    margin-top:0px;
    font-family:Arial;
    font-size: 12px;
   
}

.dTreeNode a
{
    
}

.Validator
{

}

.defaultWidth
{
    
 width: 552px;   
}

.errorText
{
    font-weight: bold;
    color: #cc0000;
}

.announcementText 
{
    color: #ed8504;
}

.messageBox 
{
    margin:5px; 
    padding:5px;
    background-color:#f7f5ef;
    font-family:Arial;
    color:#888373;
    font-weight:bold;
}
.messageBox img
{
    border:none;
}

.messageBox div
{
    position:relative;
    float:right;
    display:inline;
}

.mapFloater
{
	  display :none;
      position:absolute; 
      left:200px; 
      top:100px; 
      border-style: solid; 
      background-color: white; 
      padding: 5px;
      cursor: pointer;
      text-align:right;
      width: 320px; height: 220px
}

.mapClose
{
      position:relative;
      float:right;
}
.short-comment
{
    font-weight:normal;
}

.SystemGriview
{
    border: 2px solid #e4e0d7;
	font-family: Arial;
	color: #5a564b;
	width:100%;
}

.SystemGriview th td {
	padding: 5px 10px 1px 10px;
	font-weight: bold;
}

.SystemGriview tr td {
	padding: 5px 10px 1px 10px;
}


.SystemGriview td.submit {
	text-align: right;
} 

.SystemGriview input, #renginio-ivedimas textarea {
	border-top: 1px solid #e5e0d1;
	border-right: 1px solid #e5e0d1;
	border-left: 1px solid #ddd3ba;
	border-bottom: 1px solid #ddd3ba;
}

#sendBox
{
	  display :none;
      position:absolute; 
      left:200px; 
      top:100px; 
      border-style: solid; 
      background-color: white; 
      padding: 5px;
      cursor: pointer;
      text-align:right;
      width: 200px; height: 170px
}

/* jQuery.Rating Plugin CSS */
div.rating{cursor:pointer;margin:2em;clear:both;display:block}
div.rating:after{content:'.';display:block;height:0;width:0;clear:both;visibility:hidden}
div.cancel,div.before,div.after,div.star{float:left;width:11px;height:12px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.cancel,div.before,div.after { width: 9px; background-position:0 -12px!important;}
div.cancel,div.before,div.cancel a,div.before a {background:url(../images/rating_left.gif) no-repeat 0}
div.after, div.after a{background:url(../images/rating_right.gif) no-repeat 0}
div.star,div.star a{background:url(../images/star_orange.gif) no-repeat 0 0px; color:White}
div.cancel a,div.before a,div.after a,div.star a{display:block;width:11px;height:100%;background-position:0 0px;border:1 solid #FF0000}
div.star_on a{background-position:0 -12px!important}
div.star_hover a,div.star_live a:hover{background-position:0 -24px}
/* Read Only CSS */
div.star_readonly a,div.star_readonly a:hover{cursor:default !important}
/* Partial Star CSS */
div.star{background:transparent!important;overflow:hidden!important}

div.five_stars{background:url(../images/rate5.gif) no-repeat 0 0px}
/* END jQuery.Rating Plugin CSS */
/*login */


.AspNet-Login
{
}
.AspNet-Login-RememberMePanel
{
    text-align:left;
}

.AspNet-Login-RememberMePanel label
{
	font-size: 11px;
	float: left;
	padding: 8px 0px 0px 3px;
}

/* endlogin */

.AspNet-LoginStatus
{
}

.reg_portal_success {
	width: 550px;
	font-family: arial;
	color: #5a564b;
	font-size: 11px;
	margin-top: 5px;
}

.PreviousComments, .NextComments
{
    margin:5px;   
}
