/* Default CSS Stylesheet for a new Web Application project */

.line
{
	color: #ccc;
}

.head
{
	font: normal 16px/1.2 Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #333399;
}

.normal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
	color: #5D5B4E;
}

/* style of item titles on edit and admin pages */
.subhead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    /*color: red;*/
}

.fileboxtext 
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}

.filebox 
{
	border: solid 1px;
	padding: 3px 3px 3px 3px;
}

.mailtogroup 
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	border-bottom: solid 1px;
	padding-bottom: 1px;
	line-height: 25px;
}

.mailtouser
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a.mailtouser:hover
{
	color: #0099cc
}

/* module title style used instead of head for compact rendering by quicklinks and signin modules */
.subsubhead {
    font-family: verdana, helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

.messagedetails
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style for buttons and link buttons used in the portal admin pages */
a.commandbutton
{
    font-family: verdana, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: blue;
}

a.commandbutton:active
{
    font-family: verdana, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: black;
}

a.commandbutton:visited
{
    font-family: verdana, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    color: blue;
}

a.commandbutton:hover
{
    font-family: verdana, helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    background:#f0f0f0;
    color: blue;
}

.itemtitle    {
    font: bold small/1.4 verdana, arial, helvetica !important;
    color: #666;
}


/* hyperlink style for the action links */
a.action:link 
{
	font: 12px/1.2 verdana, arial, helvetica;
    color: #f60;
    text-decoration: none;
}

a.action:visited  
{
	font: 12px/1.2 verdana, arial, helvetica;
    color: #f60;
    text-decoration: none;
}

a.action:active   
{
	font: 12px/1.2 verdana, arial, helvetica;
    color: #f60;
    text-decoration: none;
}

a.action:hover    
{
	font: 12px/1.2 verdana, arial, helvetica;
    color: #f60;
    text-decoration: underline;
}



/**************** */

#homebody {
	margin: 0;
	font: small/1.2 verdana, arial, helvetica;
	color: #5d5b4e;
	}
	
#header {
	background: #fff url(images/bg_tile.gif) left top repeat-x;
	height: 111px;
	}
	
#header #inner {
	background: transparent url(images/head_main.jpg) left top no-repeat;
	height: 111px;
	position: relative;
	left: 0;
	top: 0;
	}
	
#inner span {
	display: block;
	float: right;
	margin-right: 15px;
	margin-top: 62px;
	font: x-small/1.2 verdana, arial, helvetica;
	color: #555;
	}
	
#links {
	height: 20px;
	left: 10px;
	top: 80px;
	position: absolute;
	}
		
/*+--------------------------------------------+
/*|          generic  headings                 |
/*+--------------------------------------------+
*/

h1, h2, h3, h4, h5, h6, h1#title {
	font: normal 16px/1.2 verdana, arial, helvetica !important;
	color: #4baa21;
	border-bottom: 1px solid #ccc;
	padding: 0;
	}
	
h1#title 
{
	font-weight: bold !important;
}
	
/*+--------------------------------------------+
/*|     navigation                             |
/*+--------------------------------------------+
*/

/* all list items */
#nav, #nav ul 
{
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0;
	margin: 0;
	list-style: none;
	font: small/1.3 verdana, arial, helvetica;
}

#nav a 
{
	font-family: verdana, arial, helvetica, sans-serif;
	display: block;
	text-decoration: none;
	color: #5d5b4e;
	text-decoration: none;
	vertical-align: middle;
	padding: 0 15px 0 18px;
}
	
#nav li 
{
	font-family: verdana, arial, helvetica, sans-serif;
	float: left;
	line-height: 1.2em;
	background: url(images/nav_sep_bar.gif) right repeat-y;
	padding-left: 5px; /* control the distance (left) from icon to sep bar */
}

#nav li a.selected 
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	}

/* second level items */
#nav li ul li a 
{
	font-family: verdana, arial, helvetica, sans-serif;
	background: #ecead6 url(images/line_tile.gif) left bottom repeat-x;
	padding: 3px 5px 3px 5px;
	margin: 1px;
	width: 160px;
	}

#nav li ul li a:hover {
	background: #d7dbcc url(images/line_tile.gif) left bottom repeat-x;
	padding: 3px 5px 3px 5px;
	color: #4baa21;
	}
	
#nav li ul li a.selected 
{
	font-family: verdana, arial, helvetica, sans-serif;
	background: #f7f5ed url(images/line_tile.gif) left bottom repeat-x;
	padding: 3px 5px 3px 5px;
	color: #4baa21;
	}


#nav li ul li {
	width: 175px;
	padding: 0;
	background: none;
	}
	
#nav li ul 
{
	font-family: verdana, arial, helvetica, sans-serif;
	position: absolute;
	background: #ecead6;
	width: 175px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-left: 1px solid #c4bb7f;
	border-right: 1px solid #c4bb7f;
	border-bottom: 1px solid #c4bb7f;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	font-family: arial, verdana, helvetica, sans-serif;
	left: auto;
}


/* set icons */
#tab_0 { background: url(images/icons/home_16.gif) left no-repeat; }
#tab_1 { background: url(images/icons/messages.gif) left no-repeat; }
#tab_2 { background: url(images/icons/mailbox_full.gif) left no-repeat; }
#tab_3 { background: url(images/icons/reply_add.gif) left no-repeat; }
#tab_4 { background: url(images/icons/admin.gif) left no-repeat; }

/* set hover icons */
#tab_0:hover, li.selected #tab_0  { text-decoration:underline;}
#tab_1:hover, li.selected #tab_1  { text-decoration:underline;}
#tab_2:hover, li.selected #tab_1  { text-decoration:underline;}
#tab_3:hover, li.selected #tab_2  { text-decoration:underline;}
#tab_4:hover, li.selected #tab_3  { text-decoration:underline;}

a.mail2_16
{
	/*text-indent: -9999px;*/
	display: block;
	padding-left: 15px;
	text-decoration: none;
	background: url(images/icons/mail2_16.gif) left no-repeat;
}
 
 
.normal a 
{
	color: #333 !important;
    font-family: verdana, arial, sans-serif;
}

iframe#discusslistframe 
{
		border: 1px solid !important; 
		border-color: #aaa #eee #eee #aaa !important;
}

.hb9 
{
    color: black;
    font-family: verdana, arial, sans-serif;
    font-style:normal ;
    font-weight :bold ;
	font-size:	9pt;
	}	
	
		
.hb10 
{
    color: black;
    font-family: verdana, arial, sans-serif;
    font-style:normal ;
    font-weight :bold ;
	font-size:	10pt;
	}
	
.hr10
{
	font-size: 10pt;
	color: red;
	font-style: normal;
	font-family: verdana, arial, sans-serif;
}	

.tn10 
{
	font-family: verdana, arial, sans-serif;
    font-style:normal ;
	color: navy;
	font-size:	10pt;
	}

.tn10r
{
	font-size: 10pt;
	color: navy;
	font-style: normal;
	font-family: verdana, arial, sans-serif;
	text-align: right;
}			