body
{
  margin: 0;
  font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-Serif;
  font-size: 11px;  
}

td
{
  font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-Serif;
  font-size: 11px;
}

.title
{
  background-color: #30569D;
  height: 40px;
  margin: 0;
  padding: 0;
  background-image: url(images/topright.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  border-bottom-color: #80B5D7;
  border-bottom-style: solid;
  border-bottom-width: 4px;
}

.defaultDesignViewStyle
{
  font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-Serif;
  font-size: 11px;  	
}

.login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6em;
	padding: 15px;
	border: 1px solid #cccccc;
	width: 500px;
	background: #F1F3F5;
}

.form-block {
	border: 1px solid #cccccc;
	background: #E9ECEF;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.menubackgr {
	background: #F1F3F5;
	border-bottom: 1px solid #cccccc;
}

.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	color : #666666;
	font-weight : bold;
	font-size : 11px;
	padding: 4px;
}

.contentTitle
{
  font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-Serif;
  font-size: 24pt;    
  font-style: italic;
  padding-left: 15px;
  font-weight: bold;  
  color: #FF9E31;
}

.contentOverview
{
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  background-color: #FFFFFF;
}

.contentDetail
{
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  background-color: #F5F5F5;
  text-align: left;
}
.contentDetailMain
{
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  background-color: #FFFFFF;
  text-align: left;
}

.overviewTitle
{
  color: #FF9E31;
  font-size: 14pt;
  font-weight: bold; 
}

.subTitle
{
  font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-Serif;  
  padding: 8px; 
  background-color:#3872B2; 
  color:#FFFFFF; 
  font-weight: bold;
  border-top-style: solid;
  border-top-width: 4px;
  border-top-color: #80B5D7;   
  text-align: left;  
}

input, textarea, select
{
  font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-Serif;
  font-size : 11px;
}

a.menuItem:link {color: #000000; text-decoration: none;}     /* unvisited link */
a.menuItem:visited {color: #000000; text-decoration: none;} /* visited link */
a.menuItem:hover {color: #FF9E31; text-decoration: none;}   /* mouse over link */
a.menuItem:active {color: #000000; text-decoration: none;}   /* selected link */

a:link {color: #FF9E31; text-decoration: none;}     /* unvisited link */
a:visited {color: #FF9E31; text-decoration: none;} /* visited link */
a:hover {color: #3872B2; text-decoration: underline;}   /* mouse over link */
a:active {color: #FF9E31; text-decoration: none;}   /* selected link */

.logOut {color: #FF9E31; text-decoration: none;}  
a.logOut:link {color: #FF9E31; text-decoration: none;}     /* unvisited link */
a.logOut:visited {color: #FF9E31; text-decoration: none;} /* visited link */
a.logOut:hover {color: #FF9E31; text-decoration: underline;}   /* mouse over link */
a.logOut:active {color: #FF9E31; text-decoration: none;}   /* selected link */

.admininfo
{
    background-color: #C0C0C0;
    border: 1px solid #666666;
}

