@import url(../../base/css/common.css);

body {
	font-family:Verdana,Arial;
	font-size:11px;
	color:#4A94C9;
	background:none; 
	background-position:fixed;
	margin:0px;
	padding:0 0 50px 0;
	background-color:#87AEC5 !important;    
}


.disignBoxFirst {
	-moz-border-radius:5px;
	border:2px solid #333;
	margin-bottom:10px;
	background-color:#90c8e9;
	background-repeat:repeat-x;
	position:relative;
	background-image:none;
	}


.boxFirstHeader {
	height:21px;
	padding:7px 0px 0px 10px ;
	font-size:12px;
	color:#fff;
	font-weight: bold;
	text-align:left;
	text-transform:capitalize;
	border-bottom: 1px solid #ccc;
	position:relative; /*need to 236*/
	font-family:Verdana,Arial;
	background-color:#333;
	
}

.boxContent {

	background-color:transparent;
	color:#191817;
}


.dbTopMenu div a,
.dbTopMenu div a:link,
.dbTopMenu div a:active,
.dbTopMenu div a:visited {
	color: #FFFFFF;
	font-family:Verdana,Arial;
	background: #666; 
	text-decoration: none;
	font-size:11px;
}
.dbTopMenu div a:hover {
color:#FF0;
text-decoration:none;
}


.dbTopMenu .active span {
	background:transparent;
	display:block;
	float:left;
	height:28px;
	padding:0pt 5px 0pt 0px;
}
.dbTopMenu div.active {
	background:transparent url(../images/top_menu_hover.gif);
	cursor:pointer;
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	padding:0pt 0pt 0pt 5px;
}

.disignBoxFirst .boxFirstHeader .dbTopMenu,
.disignBoxFirst .boxFirstHeader .caption_item {

color:#ffffff; }

/* * * * TransBox * * * */
div.TransBox .disignBoxFirst {
	margin-bottom: 0px;
	
}

.rss_read_more {
	background-color:transparent;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	}
	

	
div.paginate {
	background-color:transparent;
	border-top:1px solid #85c3e8;
}

.rss_item_header a,

	.rss_item_header a:link,

	.rss_item_header a:visited,

	.rss_item_header a:hover,

	.rss_item_header a:active

	{

		font-size:12px;

		font-weight:bold;

        color:#191817;

	}
/* admin actions panel */
.admin_actions_panel {
    background-color:#9A9A9A;
    margin-top:1px;
    height:40px;
    line-height:40px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
.bottomCopyright .bottomLinks {
height:40px;
line-height:20px;
width:85%;}



/* the overlayed element */
.apple_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url("http://static.flowplayer.org/tools/img/overlay/white.png");
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:640px;		
	
	/* some padding to layout nested elements nicely  */
	padding:35px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url("http://static.flowplayer.org/tools/img/overlay/close.png");
	position:absolute; right:5px; top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* use a semi-transparent image for the overlay */
#overlay {
	background-image:url(http://static.flowplayer.org/img/overlay/transparent.png);
	color:#efefef;
	height:450px;
}

/* container for external content. uses vertical scrollbar, if needed */
.contentWrap {
	height:441px;
	overflow-y:auto;
}


