﻿
body 
{
    background:url(../Images/BodyBg.gif);
    margin:0;
    font-family:Arial, Helvetica, Verdana, Sans-Serif;
}

img 
{
    border:0;
}

a
{
    color:#0000ee;
    text-decoration:underline;
}

a:hover
{
    color:#6060ff;
}

/*Main Panel*******************************************/

#MainPanel 
{
    width:820px;
    margin:0 auto;
    background:#fff url(../Images/MainPanelBg.gif) repeat-x;
    border:solid 1px #000;
    border-top:0;
}

/*Header*******************************************/

#Header 
{
    width:800px;
    margin:0 auto;
    border-left:solid 1px #6788be;
    border-right:solid 1px #6788be;
    background:url(../Images/HeaderBg_1.jpg) no-repeat;
}

#Header img
{
    display:block;
    width:400px;
    float:left;
}

#LoginBtn
{
    width:65px;
    margin-right:5px;
    float:right;    
    text-align:center;
}

#LoginBtn a
{
    display:block;
    height:19px;
    font-size:10px;
    color:#0e417b;
    text-decoration:none;
    background:url(../Images/LoginBg.gif) no-repeat;
}

#LoginBtn a:hover
{
    background:url(../Images/LoginBg.gif) no-repeat 0 -19px;
    font-weight:bold;
}

#Menu 
{
    width:802px;
    margin:0 auto;
    background:url(../Images/MenuItemBackground.gif) repeat-x;
}

/*Content**********************************************/

#Content 
{
	width:802px;
	min-height:300px;
	margin:0 auto 20px auto;
	font:normal 12px arial;
	color:#333333;
	line-height:19px;
}


#ContentBox 
{
    width:627px;
    float:left;
}

.ContentTitle 
{
    margin:0 auto 12px auto;
    font:bold italic 20px Arial;
    text-transform:none;
    color:#115096;
}

.ContentTitle div
{
    width:602px;
    float:left;
}

.ContentTitle a
{
    display:block;
    width:200px;
    float:right;
    text-align:right;
    font-size:11px;
}

.ContentSubTitle
{
    font:bold italic 14px Arial;
    text-transform:none;
    color:#115096;
}

.Date
{
  font-style:italic;
  font-weight:bold;  
}

#LinksBox 
{
    width:200px;
    margin:0 0 10px 10px;
    float:right;
    border:solid 1px #cec68f;
    background:url(../Images/LinksBoxBg2.gif) repeat-x;
}

#LinksBox H1 
{
    font:bold 12px Arial;
    color:#0e599b;
    margin:0;
    height:20px;
    padding-top:4px;
    padding-left:4px;
    background:url(../Images/LinksBoxH1Bg2.gif) repeat-x;
}

#LinksBox A 
{
    color:#0a5a9f;
    text-decoration:none;
}

#LinksBox A:Hover 
{
    text-decoration:underline;
}

A.Selected 
{
    font-weight:bold;
}

#Calendar_UL
{
    list-style-type:none;
    margin:5px 0 5px 15px;
    padding:0;
}

/*ADMIN************************************************/

#ContentPaneAdmin 
{
	padding:15px;
}

#Categories 
{
	margin-top:5px;
}

#ArticleList 
{
	margin-top:10px;
	
}

#ArticleList DIV
{
	padding:10px;
	
}

#ArticleList TABLE
{
	width:100%;
	margin-bottom:7px;
}

.Edit 
{
     vertical-align:top;
     padding-right:5px;
}

.Delete 
{
     vertical-align:top;
}

#ArticleForm 
{
	width:100%;
	border:solid 1px #ccc;
	margin-bottom:10px;
}

.Label 
{
	vertical-align:top;
	background-color:#829eca;
	text-align:right;
	color:#fff;
	font-weight:bold;
}

.Field 
{
	width:550px;
	background-color:#f4f4f4;
}

.Error 
{
    font-size:10px;
    background-color:#f4f4f4;
    font-weight:bold;
}

/*Footer***********************************************/

#FooterPanel 
{
    width:100%;
    height:26px;
    background:url(../Images/FooterPanelBg.gif) repeat-x;
    margin:0;
}

#Footer 
{
    width:802px;
    height:17px;
    padding-top:3px;
    background:url(../Images/FooterBg.gif) repeat-x;
    margin:0 auto auto auto;
    text-align:center;
    font:normal 11px Arial;
    color:#367caa;
}

/*Login************************************************/

#Login
{
	margin: 20px auto 20px auto;
	border: solid 1px #abc0dd;
}

#Login TH
{
	text-align: left;
	color: #7286a3;
	background-image: url(../Images/th_bg.gif);
	background-repeat: repeat-x;
	height: 19px;
	border-bottom: 1px solid #abc0dd;
	padding-left: 5px;
	font-size: 12px;
}

#Login TD
{
	border-top: 1px solid #FFFFFF;
	background-color: #f0f6fa;
	padding: 15px 20px 10px 20px;
}

#Login INPUT
{
	margin-bottom: 5px;
}

#Login P
{
	text-align: right;
	margin-top: 2px;
}
