﻿/*
	1) This stylesheet determines the structure and style of the admin website only
	2) Styles for content generating pages are found in ContentPages.css
*/


html 
{ 
	height:100%; 
	min-height: 100%; 
	height: auto;
}

body 
{ 
	font-family: Verdana, arial,helvetica,clean,sans-serif;
	font-size:0.8em;
	height:100%; 
}

.ErrorMsg
{
	color:Red;	
}

.Clear
{
	clear:both;
}

.Button
{
	cursor:pointer;
}

div#HeaderBox1
{
	background-color:#0e6a9b;
	width:100%;
	height:40px;
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
}

div#HeaderBox1 div a
{
	color:White; 
	text-decoration:none;
}

div#HB1Left
{
	width:48%; 
	padding:5px 0px 0px 15px; 
	float:left;
}

div#HB1Right
{
	color:#fff; 
	float:left; 
	width:50%; 
	text-align:right;
}

div#HeaderBox2
{
	background-color:#ffffff;
	width:100%;
	height:5px;
}

div#HeaderBox3
{
	background-color:#2cb6ff;
	width:100%;
	height:20px;
	color:#ffffff;
	font-size:0.9em;
	text-align:right;
	font-weight:bold;
}

div#HeaderBox3 div
{
	padding:2px 10px 0px 0px;
}

div#HeaderBox3 div a
{
	color:#fff; 
}



/********************************************************** Menu Styles ***************************************************************************/

td#MenuBox
{	
	margin:0px 0px 0px 0px;
	width:12%;
	
}

.MenuHeaderBox
{
	background:#9f9f9f;
	color:#ffffff;
	font-weight:bold;
	padding:5px;
	margin-top:2px;
	cursor:pointer;
}

.MenuContentBox
{
	border:solid 1px #9f9f9f;
	padding:5px;
	font-size: 0.9em;
}

ul li
{
	padding-bottom:8px;	
}

ul li a
{
	font-weight:bold;
	color:#575656;
}

/********************************************************** End Of Menu Styles ********************************************************************/

td#Mainbox
{	
	height:100%;
	margin:10px 10px 10px 130px;
	text-align:left;
	width:87%;
}

.RepeaterRowAlt
{
	background-color:Gray;
}

div.Calendar
{
	float:left;
	margin: 10px 10px 10px 10px
}

div.StoryChooser
{
	margin-left: 200px;
	margin-right: 200px;
}

div.PubQueue
{
	float:right;
	
}

/***************************** news in pictures **********************/
/***************************** admin layout     **********************/

.newsInPicturesRow
{
	display:inline-block;
	padding:5px 0px 2px 5px;
}

.newsInPicturesDataRow
{
	display:inline-block;
	padding:5px 0px 2px 5px;
	height:25px;
}

.newsInPictureInlineLeft
{
	float:left;
	padding:0px 0px 0px 2px;
}

.newsInPictureInlineLeftPadded
{
	float:left;
	width:10em;
	padding:5px 0px 2px 5px;
	
}

.newsInPicturesInlineRight
{
	display:inline;
	float:right;
	padding:0px 0px 0px 2px;

}

.SelectedRowStyle
{
    background-color: Yellow;
}

/**********************************************************************/
/* @group Pager */

.pager {
	margin: 0px 0px 10px 0px;
	width:100%;
	height:inherit;
	text-align: center;
	line-height: 2.1em;

}

.pager ul{
	display:inline;
	
}

.pager li{
	padding: 0em 0.2em;
	display:inline;
}

.pager a {
	padding: 2px 4px;
	border: 1px solid #14acff;
	background-color: #fff;
	color:#000000;
	text-decoration: none;
}

.pager a:visited {
	border: 1px solid #14acff;
	background-color:#FFFFFF;
	text-decoration: none;
}

.pager .atstart {
	margin-right: 15px;
	background-color: #fff;
	color: #aaa;
}

.pager .prev {
	margin-right: 15px;
	margin-left: 10px;
	border: solid 1px #ddd;
	background: #fff;
}

.pager .break {
	border: none;
	background: #fff;
	text-decoration: none;
}

.pager .next {
	margin-left: 15px;
	border: solid 1px #ddd;
	background: #fff;
}

.pager .atend {
	margin-left: 15px;
	background: #fff;
	color: #aaa;
}

.pager .this-page {
	font-weight: bold;
	font-size: 1.2em;
	vertical-align: baseline;
	background: #fff;
}

.pager a:hover {
	color: #fff;
	background: #90d8fe;
	border-color: #14acff;
	text-decoration: none;
}

/* @ end group Pager */
