@media Print    
{
	BODY {
		FONT-SIZE: 10pt;
	}
		
	INPUT.buttons {
		DISPLAY: none
	}
}

div, ul, li {
	margin: 0;
	padding: 0;
}

A IMG {
	BORDER: medium none;
}

A.date_button
{
    text-decoration: none;
    padding: 3px 3px 0px 3px;
    border: 1px solid #a9a9a9;
    background-color: #d9d9d9;
    width: 14px;
    height: 14px;
}
A:HOVER.date_button
{
    background-color: #c0c0c0;
}
A.date_button_disabled
{
    cursor:no-drop !important; /*not-allowed;*/
    text-decoration: none;
    padding: 3px 3px 0px 3px;
    border: 1px solid #a9a9a9;
    background-color: #d9d9d9;
    width: 14px;
    height: 14px;
}
A:HOVER.date_button_disabled
{
    background-color: #d9d9d9;
}

A.hidden_content
{
	display: none;
}

tr.titleB
{
    font-weight: bold;
    color: #3f3f3f;
    background-color: #dedede;
    height: 20px;    
}

tr.titleB a {
/* We don't want to see underline under a title which is also a URL link */
	COLOR: #3b3b3b; 
	TEXT-DECORATION: none;
}
tr.titleB a:focus {
/* DO WANT! (if it is focused) */
	text-decoration: underline;
}

.error {
	COLOR: #ff0000
}

.FolderList {
	background: #FFFFFF none repeat scroll 0%;
	display: block;
	overflow-y: auto;
	height: 100%;
	width: 100%;
	list-style-type: none;
	white-space: nowrap;
}
.FolderListItem {
	display: block; 
	margin : 0px 0px 0px 0px;
	width: 100%;
}
.FolderListChildren {
	display: block;
	overflow: visible;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	background-color: white;
	white-space: nowrap;
}
.FolderListItemSelected {
	background-color: #DADBDF;
}
.FolderListItemDisabled {
	cursor: default;
	padding-right: 0px;
	padding-left: 5px;
}
.FolderListItem A {
	color: inherit!important;
	text-decoration: none;
	border: 1px solid #ffffff;
	display: block;
	margin: 0px 0px 0px 0px;
	padding-right: 5px; 
	padding-left : 5px;
	padding-top: 0.2rem!important;
	padding-bottom: 0.2rem!important;
}
.FolderListItem A:hover {
	border: #a1c6eb 1px solid;
	background-color: #e3ebf2;
	text-decoration: none;
}
.FolderListItem A:visited {
	color: #333333;
}
.FolderListItem A IMG {
	text-decoration: none;
	vertical-align: text-bottom;
}

LI.TabOff {
	float: left;
	border-top: #127836 1px solid;
	border-left: #127836 1px solid;
	border-right: #127836 1px solid;
	display: inline;
	font-weight: bold;
	vertical-align: middle;	
	white-space: nowrap;
	margin: 0px 1px;	
}
LI.TabOff A {
	padding: 5px 17px 5px 17px;
	display: block;
	text-decoration: none;
}
LI.TabOff A:focus,
LI.TabOff A:hover {
	background-color: #99c999;
	text-decoration: underline;
}

UL.skiplist {
	padding: 0px; 
	margin: 0px; 
}
LI.skip {
	position: absolute;
	text-align: center;
	display: none;
	margin-top: 10px;
	padding: 0px;
	display: block;
}
LI.skip A {
	z-index: 2; 
	position: absolute; 
	width: 320px; 
	display: inline; 
	text-decoration: underline;
	left: -1000px;
}
LI.skip A:focus, LI.skip A:active {
	position: absolute; 
	border: #127836 2px solid; 
	background: #127836; 
	color: #ffffff; 
	left: 10px;
	z-index: 100000;
}
DIV.noscript {
	background-color: #ffffff;
	border: 2px solid #BEBEC2;
	color: red;
	text-align: center;
	font-weight: bold; 	
}

DIV.searchbar
{
	width: 100%;
	text-align: left;
}
DIV.searchbar .buttons
{
	margin-left: 10px;
}
	
/* Phone Book Related Styles {{ */
DIV.MainPanel
{
	display: block;
	height: 100%;
	width: 100%;
}

#phoneBooksDiv
{
	/* It scrolls the phoneBooksDiv when minimising the page */
	overflow: auto;
}
/* }} End of Phone Book Related Styles */


.rOperButtons {float:right;}
