 /* Note: This file is used to declare user defined styles. These styles are used only on the website 
 and not in Electos Studio. You may expand and change these however you see fit. */
 
/*Css Div Styles*/
 
html
{
    padding: 0 1px 0 0;
    height: 100%;
/*    overflow-x: hidden;*/
}

body
{
    padding:0;
    margin: 0;
    height: 100%;
	
}

#container
{
    position: relative;
    background-color: transparent;
	border-style: none;
	width: 100%;
    font-family: verdana;
    font-size: 12px;
    color : navy;
    height: auto;
	
}

#mainmenu
{
    /*position: absolute;*/
    float:left;
    border-left: 3px solid white;
    border-right: 3px solid white;
    width: 150px;
    height: 100%;
    /*left: 0px;*/
    margin: 0px;
/*    z-index: 2;-*/
    background-color: #969AAA;
}

#content
{
    /*position: relative;*/
    font-family: verdana;
    font-size: 12px;
    color : navy;
    padding-bottom: 0px;
    height: auto;
    padding-right: 0px;
	padding-left: 15px;
    margin-left: 0px;
    margin-top: 0px;
    border-left: 0px;
	vertical-align: top;
}


#pageTitle
{
    top: 15px;
    left: 0;
    height: 25px;
    width: auto;
    background-position: left;
    background-repeat: no-repeat;
	padding-top: 5px;
}

#pageTitle h1
{
    margin-left: 15px;
}

#pageBody
{
	height: auto;
}

#pageLayout
{
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0;
	background-image:url('../images/background.bmp');
	background-attachment:fixed
}
/* To create the same effect for FF as IE*/


 /*END Css Div Styles*/

 
 body, table, tr, td {
   font-family: verdana; 
   font-size: 11px;
}

td img
{
    border: none;
}

h1 {
    margin : 0px 0px 0px 0px;
    color : #356B98;
    font-size : 160%;
    font-weight : normal;
}

td {
    color : #626262;
    font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a, a:link, a:visited, a:hover, a:active{
    color : #626262;
}
/*
a, a:active {
    color : red;
	text-decoration:none;
}*/


.NewsTitle {
   font-family: verdana; 
   font-size: 11px; 
   font-weight: bold; 
   padding-top : 20px;
}

.NewsText {
   font-family: verdana; 
   font-size: 11px;
}

.Category {
   font-family: verdana; 
   font-size: 11px; 
   font-weight: bold;
}

.SubCategory {
   font-family: verdana; 
   color: navy;
/*   cursor: hand;*/
}

.CurrentSubCategory {
   font-family: verdana; 
   color: navy;
   font-weight: bold;
}

A.CurrentSubCategory {
   font-family: verdana; 
   color: navy;
   font-weight: bold;
   text-decoration: none;
}

.CategoryName {
   color: #4E7FB7; 
   font-family: verdana; 
   font-size: 13px; 
   font-style: italic; 
   font-weight: bold;
}

.SiteName {
   font-family: verdana; 
   font-size: 22px; 
   font-weight: bold;
}

.moduleheading {
   font-family: verdana; 
   font-size: 12px; 
   font-weight: bold;
   background-color: #FFFF99;
}



.input {
    font-size : 12px;
    color : #626262;
    background-color : White;
    border : 1px inset #E4E4E4;
}

.tab1 {
    padding : 15px 15px 15px 30px;
}

.tab2 {
    padding : 7px;
    
}

.im1 {
    margin : 0px 0px 10px 10px;
}

.im2 {
    margin : 0px 10px 10px 0px;
}













