
/*****************************************************************************************
*                                         Positioning                                    *
*****************************************************************************************/

/* Zero everything for browser compatibility */
html, body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#header
{
	width: 770px;
	padding: 0px;
	margin: 5px auto 0px auto;
	border: 0px solid #ccc;
}
#topBar
{
	width: 770px;
	margin: 0px auto;
	padding: 0px 0px;
	border: 0px solid #ccc;
}
#topBarContent
{
	width: 730px;
	margin: 0px auto;
	padding: 5px 10px;
	border: 0px solid #ccc;
}
#middleContainer
{
	width: 770px;
	padding: 0px 0px;
	margin: 0px auto;
	border: 0px solid #ccc;
}
#menu
{
	width: 135px;
	margin: 0px 0px 0px 7px;
	float: left;
	border: 0px solid lightgray;
	padding: 20px 10px 10px 10px;
}
#menuBelow
{
	border: solid 5px #ccc;
	padding: 10px;
}
#divMainArea
{
	margin: 0px 10px 0px 170px;
	padding: 5px 10px 0px 8px;
	border: 0px solid lightgray;
	overflow: visible;
}
.clearer
{
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
#bottomBar
{
	width: 770px;
	margin: 0px auto;
	clear: both;
	border: 0px solid #ccc;
}
#footer
{
	width: 730px;
	margin: 0px auto;
	padding: 10px;
	border: 0px solid #ccc;
	clear: both;
}

/* News page */
/*-----------------------------*/
#divRightMenu
{
	float: right;
	width: 185px;
	margin-right: 0px;
	margin-top: 20px;
}
#divNewsList
{
	width: 370px;
	overflow: hidden;
	margin-top: 20px;
}
#divForumPreview
{
	width: 550px;
}
#divCurrentSkyInfoBox
{
	width: 165px;
	padding: 10px;
	margin: 0px;
}

/* Other */
/*-----------------------------*/
#divPhotoArea
{
	margin: 20px auto 20px auto;
	width: 500px;
}
#photoTextArea
{
	width: 500px;
	margin: 20px auto 40px auto;
}





/*****************************************************************************************
*                                         Formatting                                     *
*****************************************************************************************/

/* General elements
/*-----------------------------------*/
body, td, a, p
{
	color: #222222;
	font-size: 11px;
	font-family: Verdana, Sans-Serif, Serif;
}
body, body.photo   /* Important that mainArea has the same color as the text background */
{
	background-color: #5E5D5D;
}
input, select, textarea
{
	font-size: 11px;
	font-family: Verdana, Sans-Serif, Serif;
}
table
{
	border-collapse: collapse;
	border-width: 0px;
}
tr, td
{
	vertical-align: top;
}
img
{
	border: 0px solid black;
}


/* Fonts
/*-----------------------------------*/
h1, h2, h3, h4, h5, h6
{
	color: black;
	font-family: Arial, Sans-Serif, Serif;
	font-weight: bold;
}
h1  { font-size: 22px; color: #333366; }
h2  { font-size: 18px; }
h3  { font-size: 16px; }
h4  { font-size: 14px; margin-top: 10px; }
h5  { font-size: 12px; }
h6  { font-size: 10px; }
code
{
	font-size: 11px;
}
.subtext
{
	color: 	#696969;  /*dimGray*/
}

.codeBox
{
	border: solid 1px lightgray;
	background-color: #ECECEC;
	padding: 4px;
}


/* Links
/*-----------------------------------*/
a:Link     { color: #003399; text-decoration: underline; }
a:Visited  { color: #003399; text-decoration: underline; /*color: #0000AA;*/ }
a:Active   { color: Red; text-decoration: underline; }
a:Hover    { color: Red; text-decoration: underline; }
a:Link.menu     { color: #000099; text-decoration: underline; }
a:Visited.menu  { color: #000099; text-decoration: underline; }
a:Active.menu   { color: red; text-decoration: underline; }
a:Hover.menu    { color: red; text-decoration: underline; }
a.menu
{
	font-weight: none;
	font-size: 11px;
	font-family: Verdana, Sans-Serif, Serif;
	text-transform: uppercase;
}
a.NoBold
{
	font-size: 11px;
	font-family: Verdana, Sans-Serif, Serif;
}


/* Structure elements
/*-----------------------------------*/
.header
{
	background: whitesmoke url("images/dark2theme-header.jpg");
	height: 145px;
}
.topBar
{
	background: whitesmoke url("images/dark2theme-background.jpg");
}
.topBarContent
{
	font-size: 11px;
	color: #eceff4;
	background-color: #69698f;
}
.middleContainer
{
	background: whitesmoke repeat-y url("images/dark2theme-background.jpg");
}
.menu
{
/*	background-color: #a4b1d2;*/
	text-align: right;
}
#divBetweenMenuAndExtraMenu
{
	height: 30px;
}
.ulMenu
{
	list-style-type: none;
	list-style-position: outside;
	margin: 10px 0px 10px 5px;
	padding-left: 0px;
	border: 0px solid black;
}
.liMenu
{
	margin-bottom: 12px;
}
#bottomBar   /* had to use the id here instead of class so as not to break html file compatibility */
{
	background: whitesmoke url("images/dark2theme-footer.jpg");
	height: 80px;
}
.tdPageFooter
{
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	font-size: 10px;
	color: white;
}
.divMainArea
{
/*	background-color: #F5F5F5;  /*whitesmoke*/
}
.bodyPrintFriendly
{
	background-color: White;
	margin: 10px;
}
.divFillMainWidth   /* Used in one or two places where I had to */
{
	width: 550px;
}


/* CurrentSkyInfoBox
/*-----------------------------------*/
#divCurrentSkyInfoBox
{
	border: 1px dashed gray;
	background-color: #ebedee;
}
#divCurrentSkyInfoBoxHeader
{
	font-size: 14px;
	text-align: center;
	color: black;
	padding: 3px;
	background-color: #a4b1d2;
	font-family: Arial, Sans-Serif, Serif;
	font-weight: bold;
}
#divCurrentSkyInfoBoxContext
{
}


/* Recent forum messages
/*-----------------------------------*/
.divRecentMessages
{
	padding: 7px 10px 7px 10px;
	border: 1px solid #C0C0C0;
	background-color: #ebedee;
}


/* Tables (NOT USED YET)
/*-----------------------------------*/
div.row
{
	clear: both;
	padding-top: 10px;
}

div.row span.formLabel
{
	float: left;
	text-align: right;
}

div.row span.formControl
{
	float: right;
	text-align: left;
}


/* Forms */
/*-----------------------------------*/
.formContainer
{
	margin: 5px;
	margin-top: 20px;
 	padding: 0px;
	border: 1px solid #C0C0C0;
}
.formHeader
{
	font-family: Arial, Sans-Serif, Serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #a4b1d2;
	padding: 5px 5px;
}
.formArea
{
	background-color: #ebedee;
	padding: 5px;
}
.fill95p
{
    width: 95%;
/*	width: 400px;*/
}
.redigeraArtikelContentTextarea
{
    width: 530px;
}

/* Lists
/*-----------------------------------*/
.list
{
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px 0px 0px 0px;
	padding-left: 0;
}
.listItem   /* NOTE! Only to be used in li's */
{
	margin: 0px 0px 0px 0px;
	line-height: 190%;
	text-indent: 10px;
}


/* Grids */
/*-----------------------------------*/
.gridHeader
{
	padding: 3px;
	background-color: #DCDCDC;  /*Gainsboro*/
	font-weight: bold;
}
.gridItem
{
}
.gridAlternatingItem
{
	background-color: #ebedee;
}


/* News list
/*-----------------------------------*/
.divNewsItemHeader
{
	padding: 5px;
	font-weight: bold;
	background-color: #ebedee;
	border: 1px solid #C0C0C0;
}
.divNewsItem
{
	padding: 5px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	overflow: hidden;
}
.divNewsAuthorLine
{
	padding: 5px;
	text-align: right;
	color: #696969;  /*dimGray*/
	vertical-align: text-top;
	margin-bottom: 20px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}
.newsImageRight
{
	float: right;
	padding: 0px 0px 7px 7px;
}
.newsImage
{
	margin-bottom: 7px;
	overflow: hidden;
}


/* Photo pages
/*-----------------------------------*/
a:Link.photo     { color: #DCDCDC; text-decoration: underline; }   /*gainsboro*/
a:Visited.photo  { color: #DCDCDC; text-decoration: underline; }   /*gainsboro*/
a:Active.photo   { color: #FFA500; text-decoration: underline; }   /*orange*/
a:Hover.photo    { color: #FFA500; text-decoration: underline; }    /*orange*/
body.photo
{
	color: #DCDCDC; /*gainsboro*/
}
h1.photo
{
	text-align: center;
	font-size: 22px;
	color: #eeeeee;
}
.imgPhoto
{
	border: solid 1px black;
}
p.photo
{
	color: whitesmoke;
}
