/* Default CSS Stylesheet for a new Web Application project */

/* These initial styles are used throughout the site.*/ 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
.overallArticleContainer {
	width: 99%;
	height: 100%;
	/*margin-top: 10px;
	margin-bottom: 10px;*/
	padding: 0px;
}
.overallArticleContainer h3 {
	padding-top: 10px;
	font-size: 0.85em;
	font-weight: bolder; 
	color: #666666;
}
.overallArticleContainer p {
	font-size: 0.7em;
}
.overallArticleContainer img {
 float: left;
 margin: 10px;
 padding: 3px;
 background-color: #CCCCCC;
 border: 1px solid #666666;
}
.formlabelwidth {
 width: 130px;
 float: left;
}
ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	color: #000000;
}
li {
	list-style-image: url(../../images/arrow.gif);
	font-size: 0.7em;
}
li a {
	text-decoration: underline;
	color: #000000;
	font-weight: bolder;
}
li a:hover {	
	text-decoration: none;
	font-weight: bolder;
}
.control {
	font-size: 0.7em;
}
/* This is used in the AddArticle.aspx page*/ 
.formlabelfullwidth {
 width: 70%; 
 float: left; 
}
.inputs {
 width: 70%;
}
.inputsSmall {
 width: 45%;
}
.formlabelerror 
{
 width: 70%; 
 float: left; 
 color: #ff0000;
}

/********************************************************************************/
/*The following styles are used in the Admin section to set up the article lists*/ /*The classes declared here are not referenced in the code but in the tables:
	ArticleStructure
*/

/*Articles.aspx*/
.articleContainer 
{ 
 width: 100%; 
 position: relative; 
 height: 100px; 
 background-color: #ffffff;
}
.DatePostedCol 
{ 
 float: left; 
 width: 15%; 
 color: #333333; 
}
.TitleCol 
{ 
 float: left; 
 width: 60%; 
 color: #333333; 
}
.ViewCol 
{ 
 float: left; 
 width: 5%; 
 color: #333333; 
}
.EditCol 
{ 
 float: left; 
 width: 5%; 
 color: #333333; 
}
.DeleteCol 
{ 
 float: left; 
 width: 5%; 
 color: #333333; 
}
.HeaderDatePostedCol 
{ 
 font-weight: bold; 
 background: #c0c0c0; 
 float: left; 
 width: 15%; 
 color: #333333; 
 border-bottom: #333333 1px solid; 
}
.HeaderTitleCol 
{ 
 font-weight: bold; 
 background: #c0c0c0; 
 float: left; 
 width: 60%; 
 color: #333333; 
 border-bottom: #333333 1px solid; 
}
.HeaderViewCol 
{ 
 font-weight: bold; 
 background: #c0c0c0; 
 float: left; 
 width: 5%; 
 color: #333333; 
 border-bottom: #333333 1px solid; 
}
.HeaderEditCol 
{ 
 font-weight: bold; 
 background: #c0c0c0; 
 float: left; 
 width: 5%; 
 color: #333333; 
 border-bottom: #333333 1px solid; 
 }
.HeaderDeleteCol 
{ 
 font-weight: bold; 
 background: #c0c0c0; 
 float: left; 
 width: 5%; 
 color: #333333; 
 border-bottom: #333333 1px solid; 
}
	
/**************************************************************************/
/* These classes added 30/03/07 */
#container {
	margin-top: 5%;
	height: 100%;
}
#adminlogincontent {
	padding-right: 0px; 
	padding-left: 0px; 
	left: 50%;  
	padding-bottom: 0px; 
	margin: -100px 0px 0px -200px; 
	overflow: visible; 
	width: 400px; 
	padding-top: 0px; 
	position: absolute; 
	top: 50%; 
	height: 200px; 
	text-align: left;
	border: 3px solid #666666;
	background-color: #cccccc;
}
#adminlogincontent p { 
	padding-right: 10px; 
	padding-left: 10px; 
	font-size: 0.75em; 
	padding-bottom: 10px; 
	margin: 0px; 
	color: #ffffff; 
	padding-top: 10px 
}
#navigation {
	width: 200px;
	height: 360px;
	border: 3px solid #666666;
	background-color: #cccccc;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#navigation h1 {
	display: block;
	margin-left: 15px;
	color: #ffffff;
	font-size: 0.9em;
	text-decoration: none;
}
#navigation h2 {
	display: block;
	margin-left: 20px;
	color: #ffffff;
	font-size: 0.85em;
	text-decoration: none;
}
#navigation a {
	display: block;
	margin-left: 20px;
	color: #ffffff;
	font-size: 0.75em;
	text-decoration: none;
}
#navigation a:hover {
	display: block;
	width: 140px;
	border-right: 8px solid #666666;
	margin-left: 23px;
	color: #666666;
	font-size: 0.75em;
	text-decoration: none;
}
#mainContent {
	margin-left: 240px;
	margin-right: 40px;
	text-align: left;
	height: 100%;
}
#mainContent p {
	font-size: 0.75em;