/*StyleSheet for LiveVijayawada.com, by Sai Sandeep Thota. Contact: thota.s.sundeep@gmail.com.*/

Body {background-image: url(images/body_bg.gif); background-repeat: repeat-x; background-color: #ffffff; text-align:justify;margin-top:5px;}
/*
# Black               : #000000
# White               : #ffffff

-- Main Theme --
# Bold Orange         : #ff9900 - Main theme, headings
# Light Orange Yellow : #FFCC66 - Sub theme, Side Menu backgrounds
# close to "Sand"     : #FFE0B3 - Sub-sub theme. Feature header background, Side submenu background
# AntiqueWhite1       : #FFEFDB - Side Submenu hover/selected colour
# close to "Wheat2"   : #FBEDBB - PRE block Highlight, Article header and highlights
# Darker Orange       : #E08900 - Makes button elements match the main theme colour
# Dark Faded Red      : #990000 - in-text Code, Feature Header Text
# Floral white        : #FFFAF0 - Feature content background

-- Contrast Theme --
# nearly Forest Green : #488E00 - Contrast main theme. Site dropdown menus
# nearly Yellow Green : #C3DE6C - Site dropdown menu highlight/hover
# "Bob Green"         : #76AB40 or #85BC4C

-- Highlights and Shadings --
# Very light grey     : #FAFAFA - Good for backgrounds
# Grey93              : #EDEDED - Main Content box Header background, Search bar
# Pale Gray           : #CCCCCC - Main Content box border
# Dark Gray           : #666666 - H6, Descriptions
# Obscure Gray        : #333333 - Nav Menu Chapter heading

# Pale Yellow         : #FFFFCC - Callout
# Lavender            : #E6E6FA - Unedited article header
# Grey89              : #E3E3E3 - Article in Purgatory
*/
.Container {background-color:#FFFFFF;}
.darkred	{ font-family: Verdana; font-size: 10pt; color: #000000; background-color: 
               #FFD5AA; vertical-align:middle; }
.thindarkred	{ font-family: Verdana; font-size: 10pt; color: #000000; background-color: 
               #FFD5AA; vertical-align:middle; }
.lightgrey	{ font-family: Verdana; font-size: 10pt; color: #000000; background-color: 
               #FFE4CA; vertical-align:middle; }

.panelbg    { font-family: Verdana; font-size: 10pt; color: #000000; background-color: 
               #FFD5AA; vertical-align:middle; }
.whiterow    { font-family: Verdana; font-size: 10pt; color: #000000; background-color: 
               #FFFFFF; vertical-align:middle; font-weight:bold; text-align:center }
.lightrow    { font-family: Verdana; font-size: 10pt; color: #000000; background-color: 
               #FFE4CA; vertical-align:middle; }
.darkrow    { font-family: Verdana; font-size: 10pt; color: #000000; background-color: 
               #FFD5AA; vertical-align:middle; }

.label { text-align: right; color: #000000; }
.data { font-family: Verdana; font-size: 10pt; text-align: left; color: #000000; }
.inputstyle  { font-family: Verdana; font-size: 10pt; border-style: solid; border-width: 1px; 
               padding-left: 4px; padding-right: 4px; padding-top: 1px; 
               padding-bottom: 1px }
.example     { font-family: Verdana; font-size: 8pt; vertical-align: middle; color: #000000; 
               font-style: italic }
.whiteborder { border: 1px solid #FFFFFF; padding-left: 4px; padding-right: 4px; 
               padding-top: 1px; padding-bottom: 1px }
.darkborder { border: 1px solid #FFFFFF; padding-left: 4px; padding-right: 4px; 
               padding-top: 1px; padding-bottom: 1px }

.smalldata { font-family: Verdana; font-size: 8pt; color: #000000; }
.headings { font-family: Verdana; font-size: 10pt; color: #000000; font-weight:bold; text-align:center }
a:link { color: #0854A6; text-decoration: none; }
a:visited { color: #0854A6; text-decoration: none; }
a:hover { color: #C20000; text-decoration: underline; }

/* DEMO CSS */
	#mainContainer{
		width:0 auto;
		margin:0 auto;
		text-align:left;
		background-color:#FFF;
		height:500px;
	}
	
	#leftContainer{
	width:160px;
	float:justify;
	padding-left:0 auto;
	padding-right:0 auto;
	height:0 auto;
}
	
	#contentContainer{
		width:590px;
		float:left;
	}
	.ad{
		clear:both;
		text-align:center;
		padding:5px;
	}	
	
	/* END DEMO CSS */
	#flyout_menu{		
		font-family:arial;	/* Font for main menu items */
		width:150px;	/* Width of main menu */
		
	}
	#flyout_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#flyout_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#flyout_menu ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
		padding-left:10px;
	}
	#flyout_menu	li a{	/* Main menu links */
	
		
		height:20px;	/* 20 pixel height */
		line-height:20px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		border:0px solid #000;	/* Black border */
		background-color:#FFFBEF;	/* Light blue background color */
		margin:1px;	/* A little bit of air */
		padding:1px;	/* Air between border and text inside */
		
		display:block;
	}
	#flyout_menu	li a:hover,#flyout_menu .activeMainMenuItem{
		background-color:#FFCC00;
	}
	.flyout_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #FFCC00;
		background-color:#FFFBEF;
		font-family:arial;
		text-align:left;
	
	}
	.flyout_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.flyout_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.flyout_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
				
		height:14px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:1px;	/* 1px of "air" inside */
		
		display:block;	/* Display as block - you shouldn't change this */
	}
	.flyout_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#000;	/* White text */
		text-decoration:underline;
		background-color:#FFCC00;	/* Dark Orange background */
	}
	
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #FFCC00;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
font: normal 12px arial;
line-height: 15px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #FFCC00;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: #fff;
color: black;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px arial;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #FFFFF;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: white;
visibility: hidden;
}
/*2007 - 2009 Copyright LiveVijayawada.com*/