﻿ #content-container
{
    height: auto;
    clear : both;
}

#content-container #left-nav-container
{
   /* background-color: Green; */
    position: static;
    height: auto;
    padding-bottom : 10px;
    padding-left:25px;
}

#content-container #mid-content-container
{
    width : 500px;   
}

#content-container #right-webpart-zone-container
{
    width : 240px;
    height: auto;
}

.main_head {
    font-family:Lucida Sans;
    font-size: 19px;
    color: #77841B;
    text-align:left;
}
.content p
{
	font-family:Lucida Sans;
	font-size:10px;
	color:#33335A;
	line-height:1.25px;
	text-align:justify;
}

.image-bottom-left
{
    background : url('/_layouts/images/MCOMS.IMAGES/btm_left.gif') left bottom no-repeat;    
    position : absolute;
    left: 0px;
    bottom: 0px;
    height: 9px;
    width: 9px;
}

.image-bottom-right
{
    background : url('/_layouts/images/MCOMS.IMAGES/btm_right.gif') right bottom no-repeat;    
    position : absolute;
    bottom: 0px;
    right: 0px;
    height: 9px;
    width: 9px;
}

.image-top-left
{
    background : url('/_layouts/images/MCOMS.IMAGES/top_left.gif') left top no-repeat;    
    position : absolute;
    left: 0px;
    top: 0px;
    height: 9px;
    width: 100%;
}

.image-top-right
{
    background : url('/_layouts/images/MCOMS.IMAGES/top_right.gif') right top no-repeat;    
    position : absolute;
    right: 0px;
    top: 0px;
    height: 9px;
    width: 9px;
}
.btm_head1 {	font-family: Lucida Sans;
	font-size: 12px;
	color: #CECA00;
	font-weight:bold;
}
.listbox_content option{
	font-family: Lucida Sans;
	font-size: 10px;
	color:#626608;
}

.tab-button
{
	
	background : url('/_layouts/images/MCOMS.IMAGES/mouse_over1.gif') top top repeat-x;    
	background-color:#F1F298;
	margin-right : 10px;
	font-family : Lucida Sans;
	font-size : 12px;
	color : #626608;
	cursor : pointer;
}

.tab-button-highlighted
{
	background : url('/_layouts/images/MCOMS.IMAGES/mouse_1.gif') top top repeat-x;    
	background-color:#B8BB1E;
	margin-right : 10px;
	color : White;
	font-family : Lucida Sans;
	font-size : 12px;
	cursor : pointer;
}
.tabs-container
{
	border-bottom:solid 1px #B8BB1E;
	}