@font-face {
	font-family: Myriad Condensed Web;
	font-style:  normal;
	font-weight: normal;
	src: url(../fonts/MYRIADC0.eot);
}
@font-face {
	font-family: Myriad Web;
	font-style:  normal;
	font-weight: normal;
	src: url(../fonts/MYRIADW0.eot);
}
html,
body,
form,
ul,
li
{
    margin: 0;
    padding: 0;
}
html {
	background-color:#718B5E;
}
div {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
ul {
	list-style: none;
}
a {
	font-family: Arial, helvetica, sans-serif;
	color: #690;
	text-decoration: none;
}
a:hover {
	color: #690;
	text-decoration: underline;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
table#main {
	width: 720px;
	border: 10px solid #718B5E;
	background-color: #FFF;
	text-align: center;
}
td,
input,
select,
textarea
{
    font-family: Arial, helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}
.shorttextbox
{
    width: 100px;
}
.longtextbox
{
    width: 300px;
}
.smalltextarea
{
    width: 300px;
}
.largetextarea
{
    width: 600px;
    height: 200px;
}

/*****************************************************************************/
/* Banner Section															 */
/*****************************************************************************/
td#banner ul {
	font-family: "Myriad Web", Arial, Hevetica;
	position: absolute;
	color: #666;
	margin: 45px 0 0 10px;
	text-align: left;
}
td#banner li.companyname {
	font-size: 14px;
	font-weight: bold;
}
td#banner li.projectname {
	font-size: 20px;
	font-weight: bold;
}
td#banner a {
	position: absolute;
	font-size: 10px;
	margin: 80px 0 0 604px;
}

/* *************************************************************************** */
/* Menu Section */
/* *************************************************************************** */
div#menu {
	margin: 10px auto;
	border: 2px solid #CCC;
	width: 700px;
	height: 25px;
	background: url(../images/administrative/bg_menuGradient.gif);
}
div#menu ul {
	background-color: #FFF;
}
div#menu li {
	position: relative; 
	list-style: none;
  	float: left; 
}
div#menu li a {
	color: #333;
	display: block; 
	padding: 4px;
	text-align: left;
}
div#menu li img {
	padding: 3px 0;
}
div#menu li a.mainMenu:hover {
	color: #690;
}
div#menu li a.subMenuLevel2 {
	color: #690;
	background-color: #E5F2CC;
	width: 130px;
	margin-bottom: 1px;
}
div#menu li a.subMenuLevel2:hover {
	color: #690;
}
div#menu>ul a {
	width: auto;
}
div#menu ul ul {
	position: absolute; 
	width: 130px;
  	visibility: hidden;
}
div#menu ul.level1 li.submenu:hover ul.level2 {
	visibility: visible;
}

/* *************************************************************************** */
/* Body Section */
/* *************************************************************************** */
td#body div#content {
	font-size: 12px;
	text-align: left;
	margin: 10px auto;
	width: 700px;
}
table#navigation {
	margin: 0;
	padding: 0;
	width: 100%;
}
table#indexPageLayout {
	margin: 0;
	padding: 0;
	width: 100%;
}
table#indexPageLayout td {
	margin: 0;
	padding: 4px 2px;
}
tr#indexGridLayout {
	background-color: #E5F2CC;
}
tr#indexGridLayout td.icon {
	margin: 0;
	padding: 0;
	text-align: center;
}

/* *************************************************************************** */
/* Footer Section */
/* *************************************************************************** */
td#footer div {
	margin: 10px auto;
	padding: 0;
	border: 2px solid #CCCCCC;
	width: 700px;
	height: 25px;
	background: url(../images/administrative/bg_menuGradient.gif);
}
td#footer li {
	padding: 5px 0 0 5px;
	float: left;
}
td#footer li a {
	color: #333;
	padding: 5px;
}
td#footer li a:hover {
	color: #690;
}

/* *************************************************************************** */
/* Custom class */
/* *************************************************************************** */

.RedText {
	color: #C00;
}
.OrangeTextSize14 {
	font-size: 14px;
	color: #F90;
}
.subheadline {

	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #666666;
}
.pageBreak {page-break-before: always}




/* *************************************************************************** */
/* Specific Behavior */
/* *************************************************************************** */
.shorttextbox
{
    width: 150px;
}
.longtextbox
{
    width: 300px;
}
.smalltextarea
{
    width: 300px;
}
.largetextarea
{
    width: 650px;
    height: 200px;
}
.button 
{
    font-size: 12px;
	margin: 0;
	background: url("../images/administrative/bg_button.gif");
	padding: 2px 10px;
	border: 1px solid #999;
	/*height: 21px;*/
	color: #333;
	font-weight: normal;
	display: inline-block;
}
.clsTitle
{
    margin: 0;
    padding-left: 5px;
    margin-bottom: 20px;
}
.white_table
{
    border: 2px solid #fff;
}
.white_table_header,
.white_table_title
{
    background-color: #ccc;
    font-weight: bold;
    padding: 3px 10px;
}
.white_table_title
{
    background-color: #fff;
}
.white_table_desc
{
    padding: 3px 10px;
}


table.clsTable
{
    border: 0;
}
.clsTitle,
table.clsTable tr.clsTableHeader,
table.clsTable tr.clsTableHeader td
{
    font-weight: bold;
    font-size: 14px;
 color: #F90;
}
table.clsTable tr.clsTableRow td,
table.clsTable tr td.clsTableRow
{
    background-color: #E5F2CC;
    border: 2px solid #fff;
    padding: 4px;    
}


/* *************************************************************************** */
/* Search Tools */
/* *************************************************************************** */
div.tools
{
    border: 1px solid #ccc;
    font-size: 12px;
    background-color: #E9E9DF;
    margin-bottom: 20px;
}
div.tools p
{
    margin: 0;
    padding: 5px 10px;
}
div.tools p.header
{    
    background-color: #ccc;
    font-weight: bold;
}



/* *************************************************************************** */
/* Specific Behavior */
/* *************************************************************************** */
.shorttextbox
{
    width: 150px;
}
.longtextbox
{
    width: 300px;
}
.smalltextarea
{
    width: 300px;
}
.largetextarea
{
    width: 650px;
    height: 200px;
}
.button 
{
    font-size: 12px;
 margin: 0;
 background: url("../images/administrative/bg_button.gif");
 padding: 2px 10px;
 border: 1px solid #999;
 /*height: 21px;*/
 color: #333;
 font-weight: normal;
 display: inline-block;
}
.clsTitle
{
    margin: 0;
    padding-left: 5px;
    margin-bottom: 20px;
}
.white_table
{
    border: 2px solid #fff;
}
.white_table_header,
.white_table_title
{
    background-color: #ccc;
    font-weight: bold;
    padding: 3px 10px;
}
.white_table_title
{
    background-color: #fff;
}
.white_table_desc
{
    padding: 3px 10px;
}
