/*-- Includes ----------------------------------------*/

@import url("resetALL.css");
@import url("default/default-formstyle.css");
@import url("default/default-datalist.css");

/*------------------------------------------------------

Company                    : Pharmeon BV
Designed by                : Amir Swaleh
Design                     : UMO 2009 Green
Created on                 : 22/01/2009
Changed on                 : 26/02/2009
Changed by                 : Amir Swaleh
Reason                     : New UMO 2009 Green
--------------*/

/* Table Of Contents:

/1 Standard Settings  
/2 Layout Settings
//2.1 Top Menu
//2.2 Left Menu  
//2.3 News Menu
/3 Content Settings    
/4 Powered by Pharmeon

*/


/* ----------------------------------------------------------- */
/* 1 Standard Settings                                         */
/* ----------------------------------------------------------- */

html, body {
    text-align                : center;
    font-family               : Tahoma;
    font-size                 : 12px;
    float                     : left;
    width                     : 100%;
    height                    : 100%;
	color 					  : #504b35;
}


/* ----------------------------------------------------------- */
/* 2 Layout Settings                                           */
/* ----------------------------------------------------------- */

#wrapper {
    width                     : 100%;
    height                    : auto !important; /* real browsers */
    height                    : 100%; /* IE6: treaded as min-height*/
    min-height                : 100%; /* real browsers */
    position                  : relative;
    background-image          : url(../images/umo-2009-green/siteheaderbg.jpg);
    background-repeat         : repeat-x;
    background-position       : top;
    margin                    : 0 auto;
}

#Maintable {
    width                     : 1010px;
    height                    : 100%;
    position                  : relative;
    margin                    : 0 auto;
    text-align                : left;
	margin-bottom 			  : 60px;
}

#Lefttop {
    height                    : 252px;
    width                     : 243px;
    background-image          : url(../images/umo-2009-green/lefttopimg.jpg);
    background-position       : right;
    background-repeat         : no-repeat;
}

/* 2.1 Top Menu ------------------------------------------------- */


#Siteheader {
    height                    : 252px;    
    background-image          : url(../images/umo-2009-green/siteheaderimg.png);
    background-repeat         : no-repeat;
    background-position       : left top;
    vertical-align            : bottom;
	width					  : 100%;
}

.sub_tabsnav {
    float                     : right;
    margin                    : 0 0 20px 0;
    width                     : 100%;
    text-align                : right;
}


.sub_tabsnav h1 {
	color 					 : white;
	font-size 				 : 28px;
	font-weight 			 : normal;
	position 				 : relative;
	top 					 : -90px;
	width					 : 500px;
	margin-left				 : 300px;
	text-align 		 		 : left;
	padding 				 : 10px 0;
}


.sub_tabsnav a {
	background-image		  : url(../images/umo-2009-purple/divider.jpg);
	background-repeat		  : no-repeat;
	background-position 	  : right;
    display                   : inline;
    margin                    : 0;
    padding                   : 0 14px 0 10px;
    text-decoration           : none;
    color                     : white;    
}


.sub_tabsnav a:link,
.sub_tabsnav a:active,
.sub_tabsnav a:visited {
    text-decoration        	  : none;
    color                     : white;
	font-weight				  : bold;
}

.sub_tabsnav a:hover {
    text-decoration        	  : underline;
}

/* 2.2 Left Menu ------------------------------------------------ */

#Mainleft {
    text-align                : left;
    float                     : left;
    padding                   : 0;
    margin                    : 0;
	height 					  : 100%;
}

.footer {
    background-image          : url(../images/umo-2009-green/MenuFooter.gif);
    background-position       : bottom;
    background-repeat         : no-repeat;
    padding                   : 0 0 19px 5px;
    margin                    : 0 0 0 3px;
}

#Mainleft  {
    width                     : 232px;
    float                     : left;
    vertical-align            : top;
}

#Mainleft table .header {
    background-image       	  : url(../images/umo-2009-green/MenuHeader.gif);
    background-repeat         : no-repeat;
    height                    : 26px;
}

.header a {
    visibility                : hidden;
}

#Mainleft table .footer {
    background-image          : url(../images/umo-2009-green/MenuFooter.gif);
    background-repeat         : no-repeat;
    background-position       : top;
    height                    : 39px;
    width                     : 232px;
}

.footer a {
    visibility                : hidden;
}


#Mainleft table {
	margin-bottom 			  : 50px;
}

#Mainleft table td {
    height                    : 33px;
    padding                   : 0px 0 0 50px;
    background-image          : url(../images/umo-2009-green/Lftmenuborderbg.gif);    
}

#Maintable .lefttabs_selected {
    color                     : #91c204;
    text-decoration           : none;
}

#Maintable .lefttabs_notselected {
    color                     : #597B02;
    text-decoration           : none;
}

#Maintable .lefttabs_notselected:hover {
    color                     : #91c204;    
}
/* 2.3 News Menu ------------------------------------------------ */

#Newsbox {
	float 					  : right;
    font-size                 : 11px;
	position				  : relative;
	padding-left 			  : 20px;
	vertical-align			  :top;
}
#Newsbox h3 {
    background-image          : url(../images/umo-2009-green/MenuBorderBg.gif);
	background-position 	  : bottom;
	background-repeat 		  : no-repeat;
	height 					  : 40px;	
	width 					  : 160px;
}
#Newsbox h3 a {
    font-size                 : 22px;
    color                     : #608504;
    margin                    : 30px 0 0;
}

#Newsbox h3 a:hover {
    color                     : #608504;
}

#Newsbox ul {
    width 					  : 160px;
	margin-left: 0px;
	padding-left : 0px;
}

#Newsbox ul li {
display : block;
}


#Newsbox ul li a:link,
#Newsbox ul li a:visited,
#Newsbox ul li a:active {
    color                     : #8dc502;
    text-decoration           : underline;
	z-index : 100;
	border-bottom : dotted 1px #B4B2A5;
	display : block;
	padding : 5px;
}

#Newsbox ul li a:hover {
    color                     : #8dc502;    
	z-index : 100;
	border-bottom : dotted 1px #B4B2A5;
	display : block;
	padding : 5px;
}

/* ----------------------------------------------------------- */
/* 2 Layout Settings                                           */
/* ----------------------------------------------------------- */

#Content_area {
    vertical-align            : top;
    width                 	  : 100%;
    padding                   : 33px 0 0 0;
	padding-bottom		      : 50px;
}

#Content_area a:link,
#Content_area a:visited,
#Content_area a:active {
    color                     : black;
    text-decoration           : underline;    
}

#Content_area a:hover {
    color                     : #91c204;    
}

#Content_area p {
	margin 					  : 10px 0;	
}

.Form_error {
    color                     : red;    
}
#footer {

    width                     : 100%;
    height                    : 94px;    
    background-image          : url(../images/umo-2009-green/footerbg.jpg);
    background-repeat         : repeat-x;
    background-position       : bottom;
    position                  : absolute;
    bottom                    : 0;
    right                     : 0;

}

/* Powered --------------------------------------------------------------------*/

div.powered {
    padding                  : 0;
    margin                   : 5px 0 0 150px;
    position                 : relative;
    bottom                   : 0;
}

div.powered h1 {
    font-weight              : normal;
    font-size                : 9px;
    float                    : left;
    margin                   : 10px 0 0 0;
}

.powered a:link,
.powered a:active,
.powered a:visited {
    color                    : black;
    text-decoration          : none;
}

.powered a:hover {
    color                    : white;
    text-decoration          : underline;
}

.clear {
    clear                    : both;
}


.content_header,
td.content_header,
.content_title,
.news_title,
.bo_header,
.LS_header,
.LS_Title,
td.content_header,
td.content_title,
td.news_title,
td.bo_header,
td.Ls_header,
td.LS_Title,
.LinksPage_Title,
td.LinksPage_Title,
.List_Object_Title {
	font-weight 	: bold;
	font-style		: ;
	font-size		: 14px;
	color 			: #597B02;
    letter-spacing  : 0.05em;
/*    background-image: url(../images/umo-2009-green/headerimage.gif);
    background-repeat: no-repeat;
    padding         : 0 0 0 15px;
 */   margin          : 0 0 5px 0;
} 

td.ls_title a:link,
td.ls_title a:visited,
td.ls_title a:active {
	font-weight 	: bold;
	font-style		: ;
	font-size		: 14px;
	color 			: #597B02;
}
td.ls_title a:hover {
	font-weight 	: bold;
	font-style		: ;
	font-size		: 14px;
	color 			: #597B02;
}
.List_Object_Index li{
list-style:none;
}
span.Content_UpArrow {
	display : none;
}
ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
}
li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
}
div.EditNews_link {
	position : relative;
	right : 0px;
	text-align : right;
}
