/* Start of CMSMS style sheet 'komthermal' */
body, html  {
	scrollbar-track-color: #FFFFFF ;
	scrollbar-face-color: #023370;
	scrollbar-highlight-color: #023370;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
	font-family: Tahoma, Verdana, Arial CE, Helvetica;
	background-image:url('images/pagebg.jpg');
	background-position:top center;
	background-repeat:repeat-x;
	font-size:12px;
	color:#ffffff;
	margin:0px;
	padding:0px;
	}
td{
	font-size:11px;
	color:#E6EBF1;
}
p{
	font-size:11px;
	color:#E6EBF1;
        padding:0;
        margin:0;
        display:block;
}
h5{
	font-size:12px;
	font-weight:normal;
	color:#54E5FF;
	padding:10px 5px 0px 15px;
	margin:0px;
}
.header01{
	font-family: Tahoma, Verdana;
	font-size:12px;
	color:#54E5FF;
	text-align:justify;
}

.link01{
	color:#9AADC6;
	text-decoration:none;
}
.link01:hover{
	color:#E6FF42;
	text-decoration:underline;
}
.link02{
	color:#9AADC6;
	text-decoration:none;
	background-image:url('images/bullet01.gif');
	background-position:center left;
	background-repeat:no-repeat;
	padding:3px 0px 3px 15px;
	margin:3px 3px 3px 3px;
	display:block;
}
.link02:hover{
	color:#E6FF42;
	background-image:url('images/bullet01a.gif');
	background-position:center left;
	background-repeat:no-repeat;
}
.link02a{
	color:#E6FF42;
	text-decoration:none;
	background-image:url('images/bullet01a.gif');
	background-position:center left;
	background-repeat:no-repeat;
	padding:3px 0px 3px 15px;
	margin:3px 3px 3px 3px;
	display:block;
}
.lang{
	font-family: Tahoma, Verdana;
	font-size:10px;
	color:#8593BC;
	text-decoration:none;
}
.lang:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.text01{
	font-family: Tahoma, Verdana;
	font-size:12px;
	color:#E6EBF1;
	padding:10px 15px 10px 15px;
	text-align:justify;
}	
#welcometext{
	font-family: Tahoma, Verdana;
	font-size:12px;
	color:#E6EBF1;
	padding:10px 60px 10px 65px;
	text-align:justify;
	background-image:url('images/bg02.jpg');
	background-position:top left;
	background-repeat:no-repeat;
}	
.footer{
	font-size:10px;
	color:#8199B8;
}
.footerlink{
	font-size:10px;
	color:#8199B8;
	text-decoration:none;
}
.footerlink:hover{
	font-size:10px;
	color:#ffffff;
	text-decoration:underline;
}
.formTitle{
	font-family:Arial, Arial CE;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	padding:3px 5px 0px 0px;
}
.formButton{
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Arial CE;
	border:1px solid #ffffff;
	padding:1px 5px 1px 5px;
	color:#ffffff;
	background-color:#906200;
}
.formValue{
	font-size:11px;
	border:1px solid #3B3B3B;
	padding:1px;
}
.formTextarea{
	font-size:11px;
	border:1px solid #3B3B3B;
	scrollbar-track-color: #EFDA99 ;
	scrollbar-face-color: #C18700;
	scrollbar-highlight-color: #8E6300;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #ffffff;
}
.TextSmaller {
	font-family : Tahoma, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 11px;
	color:#9CB4D2;
	font-weight:bold;
}
.BlueBorder {
	border: 1px solid #54D9FF;
}
.Submitold {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color : #EE1D25;
	color: White;
	font-weight: bold;
	border-left : 1px solid #FF969A;
	border-top : 1px solid #FF969A;
	border-right : 1px solid #890005;
	border-bottom : 1px solid #890005;
}
.Submit {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color : #D3F121;
	color: #000000;
	font-weight: bold;
	border-left : 1px solid #F3FAC7;
	border-top : 1px solid #F3FAC7;
	border-right : 1px solid #729457;
	border-bottom : 1px solid #729457;
}
#InputBox {
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size:11px;
	border: 1px solid #54D9FF;
	width:150px;
}
#textBox {
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size:11px;
	border: 1px solid #54D9FF;
	width:236px;
}
.bold{
  font-weight:bold;
}
.small{
  color:#C0CDDD;
}
.pageinput{
  background-color:red;
}
/* End of 'komthermal' */

/* Start of CMSMS style sheet 'komthermal_menu_css' */
/********************
MENU
*********************/
#menu_vert {
   padding: 0;
   margin: 0;
}

#menu_vert  ul{
   padding: 0;
   margin: 0;
}

/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0;
}

/* menu li block */

#menu_vert li {
   font-family: Tahoma, Verdana, Arial;
   font-size:11px;
   font-weight:bold;
   list-style: none;
   width:156px;
}

#menu_vert ul ul li {
   list-style: square;
}

/** fix stupid ie bug with display:block; **/

* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */

div#menu_vert a {
  color:#FFFFFF;
  background-image:url('images/menubg_off.jpg');
  background-position:top left;
  background-repeat:no-repeat;
  text-decoration:none;
  padding:5px 0px 8px 20px;
  display:block;
}
div#menu_vert a:hover {
   color:#E4FF00;
   background-image:url('images/menubg_on.jpg');
   background-repeat:no-repeat;
   
}

.currentpage{
  color:#E4FF00;
  background-image:url('images/menubg_on.jpg');
  background-position:top left;
  background-repeat:no-repeat;
  padding:5px 0px 8px 20px;
  text-decoration:none;
  display:block;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 11px;
   color:#92CEF2;
   font-weight:normal;
   padding:5px 0px 8px 20px;
   background-image:none !important;
   border-bottom:1px solid #294D95;
}

div#menu_vert ul ul a:hover {
   font-size: 11px;
   color:#FFFFFF;
   font-weight:normal;
   background-image:none !important;
   text-decoration:underline;
}

div#menu_vert ul ul span.currentpage {
   font-size: 11px;
   color:#E4FF00;
   font-weight:normal;
   padding:5px 0px 8px 20px;
   background-image:none !important;
   border-bottom:1px solid #294D95;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}


/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
  background-image:url('images/menubg_off.jpg');
  background-position:top left;
  background-repeat:no-repeat;
  text-decoration:none;
  padding:5px 0px 8px 20px;
  display:block;
}

div#menu_vert ul ul li a.activeparent:hover {
   color:#E4FF00;
   background-image:url('images/menubg_on.jpg');
   background-repeat:no-repeat;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   color:#FFAD2C;
   font-size:11px;
   background-image:url('images/menubgon.jpg');
   background-position:top right;
   background-repeat:no-repeat;
   padding:9px 0px 10px 40px;
   font-weight:bold;
   display:block;
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'komthermal_menu_css' */

