/**
* Styles used in the header and main navigation:
*
*
*
*/

.header
{
	text-align:center;
	font-size:1.8em;
	font-weight:bold;
}


.menu
{
	float:right;
	font-size:0.8em;
	font-family:Courier New,monospace;
}

.subMenu
{
	float:left;
	font-size:0.8em;
	font-family:Courier New,monospace;
}
	
.menu li,.subMenu li
{
	margin-left: 5px;
	border-right: 1px dotted black;
	padding-right:5px;
	list-style:none;
	display:inline;
}


.body
{
	margin-top:5%;
	text-align:center;
	font-family: Arial,Verdana,sans-serif;
	font-size:1.0em;
}

.footer
{
	position:relative;
	text-align:center;
	font-size:0.8em;
	
}

/**
* Other classes and IDs used on the homepage: (And form related classed and ids)
*
*/

#login
{
	margin-left:25%;
	margin-top:5%;
	width:50%;
	font-family: Arial,Verdana,sans-serif;
}

#login .submit
{
	margin-left:25%;
	color:black;
}

#login input
{
	color:blue;
}

.cbox
{
	border:0;
}

.cancel, .cancel A
{
	background-color:gold;
	color:black;
}

#errorsDiv
{
	text-align:left;
	background-color:red;
	color:white;
}

#login #phpErrs
{
	background-color:red;
	color:white;
}

#phpErrs
{
	background-color:red;
	color:white;
	font-size:1.0em;
}

.inputErr
{
	border:3px solid red;
}

.inputOk
{
	border:3px solid green;
}

form
{
	background-color:white;
}	


.errorMsg,.errMsg, .errorMsg A,.errMsg A
{
	color:red;
}

.happyMsg, .happyMsg A
{
	color:green;
}

.blueTxt
{
	color:blue;
}

.grayTxt
{
	color:gray;
	font-weight:bold;
}

.brownTxt
{
	color:brown;
}

/*
*
*
*   Stuff used on the 'Add a blog' / 'My Blogs' page:
*
*
*/

.addedMsg
{
	background-color:green;
	color:white;
	font-size:1.1em;
	width:50%;
}

.dataTbl
{
}

.dataTbl th,th
{
	background-color:gray;
	color:white;
	font-weight:bold;
}

#edit_loading
{
	font-weight:bold;
}

.disabledCls
{
	
   background-color: #D6D3CE; 
}