﻿/******************************************************************************/
/* Global Styles                                                                */
/******************************************************************************/
/*body 
{
    margin:0px;
}*/

A
{
    text-decoration:none;
}

A:hover
{
    text-decoration:underline;
}

/******************************************************************************/
/* Body Styles                                                                */
/******************************************************************************/
.main_frame_body
{
    margin-left:10px;
    margin-right:10px;
}

.frame_body
{
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px; 
}

/******************************************************************************/
/* TitleBar Styles                                                            */
/******************************************************************************/
.title_bar_table
{
    margin:0px;
    border-bottom:solid 1px #000000;   
    border-top:solid 1px #000000;
    border-left:solid 1px #000000;
    border-right:solid 1px #000000;
}

.footer_table
{
    margin:0px;
}

.moh_logo_cell
{
    background-color:#FFFFFF;
}

.gpac_logo_cell
{
    background-color:#FFCC00;
}

.clpl_logo_cell
{
    background-color:#E7E7E7;
}

.p_title_bar
{
    font-size:12pt;
    margin:0px;
    font-family:Arial;
    color:#10084A;
    font-weight:bold;
}

/******************************************************************************/
/* MainMenu Styles                                                            */
/******************************************************************************/
.MainMenu_table
{
    margin:0px;
    font-family:Times New Roman;
    font-weight:bold;
    color:#10084A;
}

.MainMenu_DividerCell
{
    margin:0px;
    vertical-align:middle;
    color:#FFFFFF;    
}

.MainMenu_ItemCell
{
    margin:0px;
    font-family:Times New Roman;
    font-weight:bold;
    color:#10084A;
    border:solid 1px #0099cc;
}

.MainMenu_ItemCellOver
{
    cursor:hand;
    margin:0px;
    font-family:Times New Roman;
    font-weight:bold;
    color:#FFFFFF;
    background-color:#10084A;
    border:solid 1px white;
}

.MainMenu_DisclaimerCell
{
	margin:0px;
	font-family:Times New Roman;
	font-size:small;
	font-weight:bold;
	color:#10084A;
	border:solid 1px #00ppcc;
}

.MainMenu_DisclaimerCellOver
{
    cursor:hand;
    margin:0px;
    font-family:Times New Roman;
    font-size:small;
    font-weight:bold;
}
/******************************************************************************/
/* Login Page Styles                                                          */
/******************************************************************************/
.LoginCell
{
    width:160px;
    height:160px;
    background-image: url(../images/login_box.gif);
    background-repeat:no-repeat;    
}

.RegisterCell
{
    width:160px;
    height:60px;
    background-image: url(../images/register_box.gif);
    background-repeat:no-repeat;    
}

/******************************************************************************/
/* Common Styles                                                              */
/******************************************************************************/

/*Bradut: added MsoNormal here*/
.p_header, MsoNormal
{
    font-size:12pt;
    font-family:Arial;
    color:#10084A;
    font-weight:bold;
    font-style:italic;
}

.p_label
{
    font-size:10pt;
    font-family:Arial;
    color:#10084A;
    font-weight:bold;
}

.p_normal
{
    font-size:12pt;
    font-family:Times New Roman;
    color:#000000;    
}

.moh_OL
{
    font-size:12pt;
    font-family:Times New Roman;
    color:#000000;  
}

.moh_H1
{
    font-size:20pt;
    font-family:Times New Roman;
    color:#10084A;   
    font-weight:bold; 
}

.moh_H2 
{
    font-size:12pt;
    font-family:Times New Roman;
    color:#10084A;    
    font-weight:bold;
}

.moh_button
{
    font-weight:bold;
    background-image: url(../images/grey_gradient.bmp);
}

.hr_blue
{
    height:2px;
    color:#10084A;
    margin-top:0px;
}

.header_image
{
    margin-top:6px;
    margin-bottom:0px;
}

.hilite_div
{
    background-color:#e8e8e8;
    border:solid 1px #000000;
    margin-top:4;
}


.tab_pressed
{
    font-size:5px;
	margin:0px;
	padding:0px;
	cursor:default;
	background-color:White;
	border-top:1px solid Window;
	border-bottom:1px solid ThreeDShadow;
}

.tab_normal /*not selected*/
{
    font-size:5px;
	margin:0px;
	padding:0px;
	background-color:ThreeDFace;
	border-top:1px solid ThreeDShadow;
	border-bottom:1px solid ThreeDShadow;
	cursor:default;
}

.separator 
{
	height:100%;
	background-color:ThreeDShadow;
	border-bottom:3px solid ButtonFace;
}

.separator_pressed 
{
	height:100%;
	background-color:ThreeDShadow;
	border-top:1px solid Window;
	border-bottom:1px solid ButtonFace;
}

.grey-link-bold
{
	font-weight: bold;
	font-size: 8pt;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.moh_tree
{
    font-family:Arial;
}

.hightlight
{
	text-decoration:none; 
    font-weight:bold; 
    color:black; 
    background:yellow;
}

.hightlightresult
{
	font-size: 10pt; /*Bradut, 2007-11-27: changed from 8pt to 10pt*/
	text-decoration:none; 
    font-weight:bold; 
    color:black;   
}

.ul_search_results
{
    margin-left:20px;
}

.a_search_result
{
    font-weight: bold;
	font-size: 8pt;
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
}
