﻿body, html
{
	font-family: Calibri, Arial;
	font-size: 12px;
	color: #336699;
	margin: 0px;
}

p
{
	font-size: 12px;
}

h1
{
	color: #003366;
	font-size: 20px;
}

h2
{
	color: #336600;
	font-size: 17px;
	margin-bottom: 0px;
}

a
{
	color: #FF6600;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.menu
{
	padding: 0px;
}

.menu td
{
	padding: 0px;
}

.navigation
{
	background-image: url('./Images/navigation_background.png');
	background-repeat: repeat-x;
	line-height: 20px;
	padding: 0px;
	text-align: right;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}

.navigation_item
{
	border-right: solid 1px #FFF;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: #445B5A;
}

.navigation_item_hover
{
	background-color: #CCC;
	border-right: 1px solid #FFF;
}

.container
{
	margin: 0 auto 0 auto;
	width: 800px;
}

.header
{
	width: 100%;
	border: 1px solid #CCC;
	height: 100px;
	background-image: url('./Images/header_bg.png');
	text-align: left;
	vertical-align: top;
}

.header div
{
	background-image: url('./Images/logo_small.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	font-size: 18px;
}

.content
{
	padding: 10px;
	text-align: left;
	border-bottom:solid 1px #CCC;
	/*border-left:solid 1px #CCC;
	border-right:solid 1px #CCC;*/
}

.footer
{
	font-size: 11px;
	text-align: center;
	padding: 0px 10px 0px 10px;
}

.toolboxpanel
{
	background-color: #f9f9f9;
	border: 1px solid #333;
	text-align: right;
}

.contenteditortextbox
{
	width: 800px;
	height: 500px;
}

a.styledButton
{
	background-image: url('./Images/styledButton.gif');
	display: block;
	width: 149px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;
	color: #003366;
	font-size: 14px;
}

a.styledButton:hover
{
	background-image: url('./Images/styledButton.gif');
	background-position: 0px 50px;
}

.projectContainer
{
	border: 1px solid #ccc;
	margin-top: 10px;
	width: 600px;
}

.projectTitle
{
	padding-left: 5px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.projectDescription
{
	width: 490px;
	vertical-align: top;
}

.projectLogo
{
	padding: 5px;
	width: 110px;
}

.projectLogo img
{
	width: 100px;
}

.imageBox
{
	width: 500px;
	height: 400px;
	border: 1px solid #ccc;
	background-color: #fff;
	z-index: 10001;
	position: fixed;
}

.closeDiv
{
	height: 25px;
	line-height: 25px;
	padding-right: 5px;
	text-align: right;
}

.imageContainer
{
	float: left;
	padding: 5px;
}

.imageContainer img
{
	width: 350px;
	height: 350px;
}

.imagesList
{
	float: left;
	padding-left: 10px;
}

.imagesList ul
{
	padding-left: 10px;
	list-style-type: none;
}

.descriptionTextBox
{
	width: 500px;
	height: 200px;
}

.imagesList img
{
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	cursor: pointer;
	margin-top: 10px;
}

.overlayBackground
{
	position: fixed;
	background-color: #333;
	opacity: 0.6;
	filter: alpha(opacity=60);
	top: 0px;
	left: 0px;
	z-index: 10000;
}

.contactUsContent
{
	float: left;
	width: 300px;
}

.contactUsForm
{
	float: left;
}

.messageBox
{
	width: 250px;
	padding: 10px;
	position: fixed;
	background-color: #ffffff;
	z-index: 10001;
	text-align: center;
	border: 1px solid #000;
}

.error
{
	color: Red;
}

fieldset
{
	border: 0px solid #000;
}

fieldset label
{
	display: block;
	width: 100px;
	float: left;
}

label.error
{
	float: none;
	display: inline;
}

.txt
{
	width : 200px;
	border: solid 1px #ccc;
}

.textarea
{
	border: solid 1px #ccc;
	font-family: Calibri;
	overflow: auto;
	width: 100%;
}

.buttonBar
{
	text-align: right;
}

.requiredField
{
	font-style: italic;
}

