﻿body 
{
	font-size:12px;
	font-family: Arial;
	font-weight:normal;
	color:rgb(33, 36, 44);
	background-color: White;
	/*background-color: rgb(33, 36, 44);*/
	/*background-image:url(img/bg_1280_1024.jpg);*/
	background-image:url('img/background.jpg');
	background-repeat:repeat-x;
}

.title 
{
	padding-top:6px;
	height:20px;
	background:url("img/tab.jpg") repeat-x;
}
.titleText 
{
	margin-top: 5px;
	margin: 5px;
	color:#29a4e2;
	font-weight:bold;
	font-size:10pt;
}

a 
{
	color: Black;
	font-weight: normal;
	text-decoration:none;
}

a:hover 
{
	text-decoration:underline;
	color:#5da912;
}

a:visited 
{
	color:Black;
}

a.White 
{
	color:White;
}

a.hilightedLink 
{
	color:Navy;
}

.textFooter
{
	color: rgb(153, 0, 51);
	font-size: 11px;
}
.pageTitle 
{
	font-size: 26px;
	font-weight:bold;
	color: #23a1df;
}

.pageTitle2
{
	font-size: 18px;
	font-weight:bold;
	color: #23a1df;
}

.pageTitleGrayed 
{
	color:Black;
	font-weight:normal;
}

input
{
	color: Black;
	background-color:White;
	border-style: solid;
	border-width: 1px;
}

.topBar 
{
	display: block;
	width: 100%;
	float: left;
	height: 40px;
	/*background-color: rgb(0, 153, 204);*/
	background:url("img/nav.jpg") repeat-x;
}

.tipsBar 
{
	display: inline;
	width: 100%;
	float: left;
	height: auto;
	background-color: White;
	font-weight:normal;
	color:Gray;
	vertical-align:middle;
}

.footer 
{
	display: block;
	float: left;
	width: 100%;
	height: 103px;
	margin-top: 10px;
	background-image:url('img/footer.jpg');
	background-repeat:no-repeat;
}

.calendarDayWithEvent
{
	background-color:Gray;
	font-weight:bold;
}

.inboxEditor
{
	background-color:White;
}

.defaultBlogItem 
{
	padding-right:30px;
	width:200px;
	margin-right:10px; margin-bottom:10px; padding:10px;border:solid 1px #bdbcbd;background:url('img/middleportionsofboxes.jpg') repeat-x bottom;
}

.defaultArticleItem 
{
	padding-right:30px;
	padding-bottom:30px;
	padding-top:30px;
	margin-bottom:30px;
	width:200px;
	margin-right:10px; margin-bottom:10px; padding:10px;border:solid 1px #bdbcbd;background:url('img/middleportionsofboxes.jpg') repeat-x bottom;
}

.defaultTitle 
{
	color: #003366;
	font-weight:bold;
	font-size:small;
}

/*
body 
{
	font-size:12px;
	font-family: Arial;
	font-weight:bold;
	color:rgb(33, 36, 44);
	background-color: rgb(33, 36, 44);
}

.title 
{
	background-color: rgb(8,143,214);
	vertical-align: middle;
}

.titleText 
{
	margin-top:5px;
	margin:5px;
	color:Black;
}

a 
{
	color: rgb(98,98,98);
}

.textFooter
{
	color:rgb(98,98,98);
	font-size:11px;
}

.pageTitle 
{
	font-size:26px;
}

input
{
	color: Black;
	background-color: rgb(54, 168,175);
	border-style: solid;
	border-width: 1px;
}
*/

.discussionEntry 
{
	background-color: rgb(230,230,230);
	border-style:solid;
	border-color: rgb(120,120,120);
	border-width:1px;
	padding:20px;
	font-weight:normal;
	margin-top:20px;
}

.mainBannerButton 
{
	border:none;
	border-style:none;
}
