﻿html
{
	overflow: auto;
	overflow-x: hidden;
}

.button
{
	border: #b0c4de 1px solid;
	font-size: 0.9em;
	cursor: pointer;	
	background-image:url('../images/bgMenu.jpg') ;   
	width: auto;
	height : 17px;
	text-align:center;
	text-decoration:none;
	vertical-align:bottom;
}

.buttonGo
{
	background: url( '../images/btnGreen.png' ) no-repeat;
	width: 21px;
	border: none;
	height: 21px;
	font-weight: bold;
	color: White;
	cursor: pointer;
	background-position:bottom;
}

.textbox
{
	border: #507190 1px solid;
	font-size: 0.9em;
}

.textbox:hover, textbox:focus {
	border-color:#c5c5c5;
	background:#fafafa;
} 

.combo
{
	font-size: 0.9em;
	border: #507190 1px solid;
}

.checkbox
{
	font-size: 1em;
	font-weight:normal;
	font-size:14;
	color:#13226f;	
	
}

.radiobutton
{	
}

.panel
{
	background-color: Transparent;
	border: solid 1px #b0c4de;		
}

.error
{
	 color:Red;
	 padding-left:5px;
}

.warning
{
	 color:Red;
}

.success
{	
	color:Green;
	font-weight:bold;
}

.label
{
	font-style:italic;
	font-weight:normal;
	font-size:11px;
	color:#13226f;
	vertical-align:top;
}

.text
{
	font-weight:normal;
	font-size:12px;
	color:#13226f;
	vertical-align:top;
}

.explanation
{
	color: Gray;
	font-size: x-small;
}
	
.title
{
	font-size: 14px;
	font-weight: bold;
	color: #135BA6;
	padding:5px;
}

.gridHeader
{
	font-weight: bold;
	color: White;
	background-color: #BCD2E6;
}

.row
{
	background-color: White;
	color: Black;
}

.alternateRow
{
	background-color: #ecf2fc;
	color: Black;
}	

/*  ---  */
	
.advertisement
{
	background:url('../images/bgLight.gif') repeat-x;
	border: solid 1px #b0c4de ;
	text-align:center;
	width:150px;	
}

.searchTips
{
	font-family: verdana, Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color:#003399;
}

.wideSearchPanel
{
	background-image:url('../images/bgGlass.png');  
	background-color: Transparent;
	border: solid 1px #b0c4de;	
	height:66px;
}	

/* ajax stylesheets*/
.watermark
{
	color: Gray;
	border: #507190 1px solid;
	font-size: 0.9em;
}

.watermarkBlue
{
	color: Gray;
	border: #507190 1px solid;
	font-size: 0.9em;
	background-color:#ecf2fc;
}

.watermarkRed
{
	color: Gray;
	border: #507190 1px solid;
	font-size: 0.9em;
	background-color: #fff4ee;
}

.popupHover
{
	color: #13226f;
	width: 200px;
	height: 100px;
	padding: 10px;
	width: 100%;
	height: 100%;
	background-image: url(../images/corner.jpg) ;
	background-repeat:no-repeat;
	background-color:#ffffff;
	display:block;
	border-bottom: #d3daec 1px groove;
	border-right: #d3daec 1px groove;
	z-index:2000;
    opacity: 1;        
}

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: #13226f;
	padding: 1px;
}

.autocomplete_listItem
{
	color: #13226f;
	padding: 1px;
}

/* --- */

.ikub
{
	color: #061A7B;
}
.list
{
	display: block;
}
.hidden
{
    display: none;
}
.nodecoration
{
	text-decoration: none;
}

ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

img 
{
	border: none;
}
		
.googleAds
{	
	
}

/* weather */
.weatherDesign
{
	border-color:#335499;
	background-image:url('../images/clouds.png') ;   
}

.weatherTitle
{
	font-size:medium;
	font-weight:bold;	
}
.weatherInfo
{
    color:#003399;
	font-size: x-small;
	font-style: normal;
}
.weatherValue
{
	color:#336666;
	font-weight: normal;
	font-size: x-small;
	font-style: italic;
}

.bookDetailsPanel
{
	background: url('../images/books.png') no-repeat;
	background-position: right bottom;
	border: solid 1px #b0c4de;	
	min-height:300px;
	}
.dictionaryPanel
{
	background: url('../images/dic.png') no-repeat right bottom;
	border: solid 1px #b0c4de;
	min-height:200px;
}


