.body_table {
	background-color: #FFFFFF;	
	/*
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #666666;
	*/
}

.slogan_message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-transform: capitalize;
	color: #666666;	
}

.login_table {
	padding-top: 30px;	/*
	background-repeat: no-repeat;
	border: 1px solid #666666;
	background-position: center center;
	*/
	margin-top: 20px;
	
}

.login_table input {
	border: 1px solid #6699CC;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 10px;
	color: #404040;
	background-color: white;
	text-align: left;
	padding: 3px;
	background-position: center;
}

.login_table select {
	border: 1px solid #6699CC;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 10px;
	color: #404040;
	background-color: white;
	text-align: left;
	padding: 3px;
	background-position: center;
}

.footer_table {
	background-color: #FFFFFF;	
	border-top: 1px solid #999999;
	/*
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	*/
}
.top_menu_table {
	border-bottom: 1px solid #999999;
}
.header_table {
	background-color: #FFFFFF;	
	/*
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	*/
}

.tr0 {
	background-color: #E6EDF0;
}

.error_table {
	border: 1px dashed #666666;
	margin: 4px 4px 15px;
	padding: 2px;
	background-color: #CCCCCC;	
}

.tr1 {
	background-color: #FBFDFD;
}

.header_table_section {
	background-color: #CCCCCC;
}
.header_table_section_selected {
	background-color: #00FF33;
}
.header_table_page {
	background-color: #CCCCCC;
}
.header_table_page_selected {
	background-color: #00FF33;
}
.fixed_width {
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
}
.error_message {
	color: #FF0000
}

.profile_cell {

}

.profile_menu {
	margin: 2px 2px 2px 4px;
	font-size: 12px;
}

.reminder_cell {

}

.reminder_menu {
	margin: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #C6C6C6;
	padding: 3px;
}

.debug_cell {
	color: #000099;
	background-color: #CCCCCC;
	font-size: 11px;
	padding: 3px;
}

.debug_menu {
	background-color: #999999;
	margin: 2px 2px 2px 4px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
}

.side_menu_value {

}

.side_menu_header {
	border: 1px solid #000000;
}

.side_menu_footer {

}

.side_menu_table {
	border: 1px solid #000000;
}

/* NO ARI */
body {
	color: #39495B;	
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
body, p, div {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	}
small small {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	}

p {
	margin:.5em 0;
}

h3, h4 {
	margin-top:	1.5em
	}
	
h2, h3, h4 {
	font-family:	"Trebuchet MS", Arial, Helvetica, Tahoma, Verdana, sans-serif;
	margin-top:	0;
	margin-bottom:	0;
	color:	#555;
	}
	
h2 {
	font-size:	1.2em;
	}
	
h3 {
	font-size:	1em;
	}
	
/* schedule table */

table.schedule_table	 {
	  font-family: Verdana;
      font-weight: normal;
      font-size: 10px;
      color: #404040;
      background-color: #FFCC66;
      margin: 0px;
      padding: 0px;
}

table.schedule_table td.disabled {
	background-color: #CCCCCC;	
}

/* editor table */
	  
table.editor_table	 {
	  font-family: Verdana;
      font-weight: normal;
      font-size: 11px;
      color: #404040;
      background-color: #fafafa;
      border: 1px #6699CC solid;
      border-collapse: collapse;
      border-spacing: 2px;
      margin: 0px;
      padding: 0px;
}

table.editor_table th { 
      border: 1px solid #6699CC;
      border-bottom: 2px solid #6699CC;
      background-color: #BEC8D1;
      text-align: center;
      font-family: Verdana;
      font-weight: bold;
      font-size: 11px;
      color: #404040;
      }
table.editor_table td { 
      border: 1px solid #6699CC;
      font-family: Verdana, sans-serif, Arial;
      font-weight: normal;
      font-size: 11px;
      color: #404040;
      background-color: white;
      text-align: center;
      padding: 3px;
      }
table.editor_table td.checkbox { 
      padding: 1px;
      }

/* content table */
	  
table.content_table	 {
	background-color: #FFCC66;
	border: 1px solid #FFFFFF;
	margin: 4px;
	padding: 0px;
	color: #000000;	
	font-size: 10px;
	  /*
	  border-spacing: 2px;
	  font-family: Verdana;
      font-weight: normal;
      font-size: 11px;
      color: #404040;
      background-color: #fafafa;
      border: 1px #6699CC solid;
      border-collapse: collapse;

	  */
}

table.audioplayer_table	 {
	background-color: #FFCC66;	
}



table.content_table th {
	background-color: #FF9900;
	padding: 3px;
	margin: 4px;
	font-size: 10px;
	color: #FFFFFF;	
	font-weight: bold;	
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B76D00;
	border-right-color: #B76D00;
	border-bottom-color: #B76D00;
	border-left-color: #B76D00;	  
	
	  /*
	  border: 1px solid #6699CC;
      border-bottom: 2px solid #6699CC;
      background-color: #BEC8D1;
      text-align: center;
      font-family: Verdana;
      font-weight: bold;
      color: #404040;
	  */
      }

table.content_table td.title {
	background-color: #FF9900;
	padding: 3px;
	margin: 4px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B76D00;
	border-right-color: #B76D00;
	border-bottom-color: #B76D00;
	border-left-color: #B76D00;	  	  	  /*
	  border: 1px solid #6699CC;
      border-bottom: 2px solid #6699CC;
      background-color: #E1E6EA;
      text-align: center;
      font-family: Verdana;
      font-weight: bold;
      color: #404040;
	  */
      }

table.content_table tr.title {
	background-color: #FF9900;
	padding: 3px;
	margin: 4px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #B76D00;
	border-right-color: #B76D00;
	border-bottom-color: #B76D00;
	border-left-color: #B76D00;	    
}

table.content_table tr.tr_search {
	background-color: #FFE1A4; 
}
	  
table.content_table td { 
	text-align: center;
	padding: 3px;
	margin: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

table.content_table input {
	border: 1px solid #6699CC;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 10px;
	color: #404040;
	background-color: white;
	text-align: left;
	padding: 3px;
	background-position: center;
}

table.content_table file { 
      border: 1px solid #6699CC;
      font-family: Verdana, sans-serif, Arial;
      font-weight: normal;
      font-size: 10px;
      color: #404040;
      background-color: white;
      text-align: left;
      padding: 3px;
}

table.content_table textarea {
	border: 1px solid #6699CC;
	font-family: Verdana, sans-serif, Arial;
	font-weight: normal;
	font-size: 10px;
	color: #404040;
	background-color: white;
	text-align: left;
	padding: 3px;
	width: 250px;
	height: 120px;
}

table.content_table select { 
      border: 1px solid #6699CC;
      font-family: Verdana, sans-serif, Arial;
      font-weight: normal;
      font-size: 10px;
      color: #404040;
      background-color: white;
      text-align: left;
      padding: 3px;
}

table.content_table tr.tr_odd
{
	color:   #000000;
	background-color: #FFDB91;
}

table.content_table tr.tr_even
{
	color:   #000000;
	background-color: #FFE4AE;
}

/* hovered table rows */
table.content_table tr.tr_odd:hover,
table.content_table tr.tr_even:hover {
    background-color: #FCDCB1;
    color:   #000000;
}


/* Severe error design*/ 

table.echo_fault	 {
	font-family: Verdana;
	font-weight: normal;
	font-size: 14px;
	color: #404040;
	background-color: #fafafa;
	border: 1px #6699CC solid;
	border-collapse: collapse;
	border-spacing: 2px;
}

table.echo_fault th	 {
	  font-family: Verdana;
      font-weight: normal;
      font-size: 14px;
      border: 1px #6699CC solid;
      border-collapse: collapse;
      border-spacing: 2px;
      margin: 0px;
      padding: 0px;
}
	 
table.echo_fault td {
	  font-family: Verdana;
      font-weight: normal;
      font-size: 11px;
}	 
	  


/* Begin footer */

#footer {
        margin-left: 148px;
		font-size: 10px;
        overflow: auto;
        width: 100%;
        clear: both;
	}
#footer a:hover {
	text-decoration: underline;      
	color: #105D90;
	}
#footer a:link {
	text-decoration: none;
	color: #999;
	}
#footer a:visited {
	text-decoration: none;
	color: #999;
	}

/* End footer */


/* the bodge for IE browsers */

* html .minwidth {
	border-left: 760px solid #fff; 
	position: relative; 
	float: left; 
	z-index: 1;
	}
* html .container {
	margin-left: -760px; 
	position: relative; 
	float: left; 
	z-index :2;
	}

/* TOPMENU */
	
#topmenucontainer {
   	margin: 2px;
	padding: 0.2em;
	/*
	border: 1px solid #6699CC;
	background-color: white;
	*/
}

ul#topmenu {
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#topmenu li {
	float: left;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-size: 10px;
}

/* SUBMENU */
#submenucontainer {
	margin: 2px;
	padding: 0.2em;
	/*
	border: 1px solid #6699CC;
	background-color: white;
	*/
}

ul#submenu {
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#submenu li {
    float: left;
    margin: 0;
    padding: 0;
	font-size: 10px;
    vertical-align: middle;
}


/* TABS */
.tab, .tabactive {
    display: block;
    margin: 0.2em 0.2em 0 0.2em;
    padding: 0.2em 0.2em 0 0.2em;
    white-space: nowrap;
}

.clearfloat {
    clear: both;
}

/* default tab styles */
.tab, .tabactive {
	background-color: #FF9900;
	/*
	background-color: #EEEEEE;
	*/
	/* 
	border-radius-topleft: 0.4em;
	border-radius-topright: 0.4em;
	*/
    -moz-border-radius-topleft: 1em;
    -moz-border-radius-topright: 1em;
	-moz-border-radius-bottomleft: 1em;
    -moz-border-radius-bottomright: 1em;
	/*
	border-top: 1pt solid #000000;
	border-right: 1pt solid #000000;
	border-left: 1pt solid #000000;
	*/
	margin: 4px 4px 4px 4px;
	padding: 0.2em 0.5em 0.3em 0.5em;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-family: Tahoma;
}

/* enabled hover/active tabs */
a.tab:hover, .tabactive, .tabactive:hover {
    /*
	margin: 0;
    padding: 0.2em 0.4em 0.2em 0.4em;
    text-decoration: none;
	*/
}

a.tab:hover, .tabactive {
	background-color: #FF9900;
	color: #CC3300;	
}

.t_tab, .t_tabactive {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-family: Tahoma;
}

.t_tabactive {
	color: #CC3300;	
}

a.t_tab:hover {
    color: #CC3300;	
}
/* SIDEMENU TABS*/

.side_menu {
	
	margin: 0.2em;
	padding: 0.2em;
	/*
	white-space: nowrap;
	display: inherit;
	border: 1px solid #6699CC;
	*/
	background-color: white;
}

ul#side_menu {
	font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
	/*
	background-color: #EEEEEE;
	*/
}

li#side_menu_header{
	/*
	border-radius-topleft: 0.4em;
	border-radius-topright: 0.4em;
	
    -moz-border-radius-topleft: 0.4em;
    -moz-border-radius-topright: 0.4em;
	
	border-top: 1pt solid #000000;
	border-right: 1pt solid #000000;
	border-left: 1pt solid #000000;
	*/
	font-size: 11px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}

li#side_menu_item{
	font-size: 10px;
	color: #FF9900;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

li#side_menu_item_selected {
	font-size: 10px;
	color: #FF9900;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #E5E5E5;
}

li#side_menu_item_nolink{
	
	/*
	border-right: 1pt solid #000000;
	border-left: 1pt solid #000000;
	*/
}

li#side_menu_item:hover, li#side_menu_item_selected:hover {
	/*
	
	border-right: 1pt solid #000000;
	border-left: 1pt solid #000000;
    text-decoration: none;
	*/
	color: #CC3300;
	background-color: #F0F0F0;
}

li#side_menu_footer{
    /*
	-moz-border-radius-bottomleft: 0.4em;
    -moz-border-radius-bottomright: 0.4em;
	border-bottom: 1pt solid #000000;
	border-right: 1pt solid #000000;
	border-left: 1pt solid #000000;
	*/
}

/* Send email table*/
/* content table */
	  
table.email_table	 {
	  font-family: Verdana;
      font-weight: normal;
      font-size: 11px;
      color: #404040;
      background-color: #fafafa;
      border: 1px #6699CC solid;
      border-collapse: collapse;
      border-spacing: 2px;
      margin: 4px;
      padding: 0px;
}

table.email_table td.email_table { 
      border: 1px solid #6699CC;
      border-bottom: 2px solid #6699CC;
      background-color: #BEC8D1;
      text-align: center;
      font-family: Verdana;
      font-weight: bold;
      font-size: 12px;
      color: #404040;
      }

table.email_table td.title { 
      border: 1px solid #6699CC;
      border-bottom: 2px solid #6699CC;
      background-color: #E1E6EA;
      text-align: left;
      font-family: Verdana;
      font-weight: bold;
      font-size: 10px;
      color: #404040;
      }

 
table.email_table td { 
      border: 1px solid #6699CC;
      font-family: Verdana, sans-serif, Arial;
      font-weight: normal;
      font-size: 10px;
      color: #404040;
      background-color: white;
      text-align: left;
      padding: 3px;
}

table.email_table input { 
      border: 1px solid #6699CC;
      font-family: Verdana, sans-serif, Arial;
      font-weight: normal;
      font-size: 10px;
      color: #404040;
      background-color: white;
      text-align: left;
      padding: 3px;
}

table.email_table textarea { 
      border: 1px solid #6699CC;
      font-family: Verdana, sans-serif, Arial;
      font-weight: normal;
      font-size: 10px;
      color: #404040;
      background-color: white;
      text-align: left;
      padding: 3px;
	  width: 300px;
	  height: 150px;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24;
    color:#000;
    text-decoration:none;
    border-bottom: 1px solid #F2AF1D;
    }
    
a.info:hover{
    z-index:25;
    background-color:#F2AF1D;
    }

a.info span{
    display: none;
    }

a.info:hover span{
    display:block;
    position:absolute;
    top:2em;
    left:-10em;
    width:25em;
    border:1px solid #F2AF1D;
    background-color:#FDF1D5;
    color:#000;
    text-align:justify;
    font-size:10px;
    font-weight:normal;
    padding:3px;
    line-height:15px;
    }
a.info:hover b{
    white-space:nowrap;
    display:inline;
    font-size:small;
    }
a.info:hover img{
    float:none;
    margin: 5px;
    vertical-align:middle;
    border-style:none;
    border-width:0;
}

.tc_qdisc {
	color: #000099;
	/* text-decoration: underline; */
	margin: 2px 0px 0px 2px;
	padding: 1px 0px 0px 1px;
	list-style-type: none;
	background-color: #E6EFF2;
	border-top: 1px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 1px solid #999999;
}

.tc_class {
	color: #000099;
	/* text-decoration: underline; */
	margin: 2px 0px 0px 2px;
	padding: 1px 0px 0px 1px;
	list-style-type: none;
	background-color: #E8FFED;
	border-top: 1px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 1px solid #999999;
}

.tc_filter {
	color: #000099;
	/* text-decoration: underline; */
	margin: 2px 0px 0px 2px;
	padding: 1px 0px 0px 1px;
	list-style-type: none;
	background-color: #FAE7EC;
	border-top: 1px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 1px solid #999999;
}

.tc_interface {
	color: #000000;
	margin: 2px 0px 0px 2px;
	padding: 1px 0px 0px 1px;
	list-style-type: none;
	background-color: #F8FBFC;
	border: 1px solid #999999;
	font-weight: bold;
	list-style-position: inside;
}

a.side_menu_link:link, a.side_menu_link:visited {
	display: block;	
	font-weight: bold;
	width: 95%;
	text-indent: 0px;
	text-decoration: none;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 15px;
	margin-bottom: 1px;
	color: #000000;
}
a.side_menu_link:hover {
	color: #666666;
}

.xa_tab, .xa_tab_active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	/*
	font-family: Tahoma;
	*/
	border:1px solid #000000;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	width: 120px;
	cursor: hand;
	cursor: pointer;
}

.xa_tab:hover {
	background:#FFCC66;
}

.xa_tab_active:hover {	
	background:#FFCC66;
}

.xa_tab_active {
	background:#FFF1C6;
}
