/*
StyleSheet coding standards:

1. use lowercase if possible

2. format styles like this:

body
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

3. existing html elements on top of the document, then all self defined .classes and at last all self defined #id's.

4. close every property with ; also the last one.
*/

html {
	height: 100%;
}

body 
{
/*	background-image:url(../images/body-background.png); */
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
/*	padding:14px; */
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	height: 100%;
	background-color: #ffffff;
}

h1
{
/*	color: #008500; */
}

h2
{
/*	color: #008500; */
}

img
{
	border-width:0px;
	border-style:none;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader;
*/
}

ul {
	list-style: url("../images/orange-ball.png");
}

a:link,a:visited
{
	cursor:pointer;
	color: #006699; 
	text-decoration: none;
}

/*
a:visited 
{
	color: #006699; 
	text-decoration: none;
}
*/
a:hover,a:active
{
	cursor:pointer;
	color: #ff9933;
	text-decoration: underline;
}
/*
a:active 
{
	color: #006699; 
	text-decoration: underline;
}
*/
input,button
{
	font-size: 11px; 
	color: #006699; 
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #bbbbbb solid;
}

input[type=submit],input[type=button],button
{
	margin:1px;
	padding:1px;
	cursor: pointer; 
	cursor: hand;
}

input[type=image]
{
	cursor: pointer; 
	cursor: hand;
	border: 0px #bbbbbb none;
}
select 
{
	font-size: 11px; 
	color: #006699; 
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #bbbbbb solid;
}


.divSidebox
{
	position:relative;
	width: 147px;
/*	border: #9c9c9c 1px solid; */
}

.divSideboxHeader
{
	text-align:center;
	display: table-cell;
	vertical-align: middle;
	background-color:#ad4b45; 
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
/*	background-image: url(../images/side-head.png); */
	background-repeat: no-repeat;
	background-position: center;
	height: 21px;
/*	height: 30px; */
	width: 147px;
	margin-right: auto;
	margin-left: auto;
}

a.divSideboxEntry, .divSideboxEntry
{
	padding: 5px;
	text-align:left;
/*	background-color:#FFFFFF; */
}

a.appTitles,.appTitles
{
	font-size: 10px;
	height:18px;
	padding-top:2px;
	padding-bottom:2px;
}

a.textSidebox
{
	font-size: 10px;
	border-top: #aaaaaa 0px none;
}

.textSidebox
{
	font-size: 10px;
	height:18px;
	padding-top:2px;
	padding-bottom:2px;
	border-top: #aaaaaa 1px solid;

}

.sideboxSpace
{
	height:30px;
}

#divMain
{
/*	background-color:white; */
/*	margin-top: 5px; */
/*	padding:9px; */
/*	border-color:#7e7e7e; */
/*	border-width:1px; */
/*	border-style:solid; */
	min-width: 975px;
	min-height: 90%; 
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

#divLogo
{
	position:absolute;
	left:20px;
	top:14px;
	z-index:51;
}

#divAppIconBar
{
	background-color:#777db1; 
/*	background-image: url(../images/head_2.gif); */
	background-repeat: no-repeat;
	background-position: center;
	height: 43px;
	min-width: 975px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	border-bottom: 2px #ff9933 solid;
}

#divAppIconBar ul
{
	list-style-type: none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	width: 975px;
}

#divAppIconBar li
{
	background-image: url(../images/menu-border_2.png);
	background-repeat: no-repeat;
	background-position: right 13px;
	background-color: transparent;
	background-attachment: scroll;
	display: inline;
	float:left;
	height: 43px;
	padding: 0;
}

li#navbar-right
{
	background-image: none;
}

#divAppIconBar a
{
	display: block;
	text-align: center;
/*	padding: 8px 0; */
	line-height: 43px;
	text-decoration: none;
	color: #ffffff;
	font-size: 19px;
	font-weight: bold;
/*	font-family: Arial, Helvetica, sans-serif; */
}

#divAppIconBar a:hover,a:active
{
	cursor:pointer;
	color: #ff9933;
}

li#navbar-left a
{
	width: 100px;
	height: 35px;
	padding: 4px 0;
	background: transparent url(../images/home_2.gif) no-repeat center;
}

li#navbar-left a:hover
{
	width: 100px; 
	height: 35px; 
	padding: 4px 0; 
	background: transparent url(../images/home_sel_2.gif) no-repeat center;
}

li#navbar-right a
{
	width: 100px;
	height: 35px;
	padding: 2px 0;
	background: transparent url(../images/contact_2.gif) no-repeat center;
}

li#navbar-right a:hover
{
	width: 100px; 
	height: 35px; 
	padding: 2px 0; 
	background: transparent url(../images/contact_sel_2.gif) no-repeat center;
}

#divAppTextBar
{
/*	background-color:white; */
}

#divStatusBar
{
/*	background-color:white;*/
	height:15px;
	padding-left:170px;
	margin-top: 13px;
	/*	margin-bottom: 2px;*/
}

#divSubContainer
{
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 975px;
}

#tdSideboxLeft,#tdSideboxRight
{
	width:170px;
/*	background-color:white; */
	overflow:visible;
	vertical-align: top;
}

#tdSideboxLeft
{
	padding-right:25px;
	padding-left: 25px;
}

#tdSideboxRight
{
	padding-left:25px;
}

#tdAppbox
{
/*	background-color:white; */
	vertical-align: top;
	width: 100%;
}

#divSideboxContainer
{
	position:relative;
	width:150px;
	top:0px;
	left:0px;
/*	background-color:white; */
	border-width:1px;
	border-style:solid;
	z-index:40;
}

#divAppboxHeader
{
	/*width:100%;*/
/*	background-image:url(../images/appbox-head_4.gif); */
	background-repeat: no-repeat;
	background-color: #7dad4f; 
	background-position: center;
	height:30px;
	line-height:30px;
	text-align:left;
	padding-left:10px;
	padding-bottom:0px;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	margin-right: 0px;
/*	border-top-color:#9c9c9c;
	border-top-width:1px;
	border-top-style:solid;
	border-left-color:#9c9c9c;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#9c9c9c;
	border-right-width:1px;
	border-right-style:solid;
*/
}

#divAppbox
{
/*	background-color:#f7f7f7; */
	padding:5px;
/*	border-bottom-color:#9c9c9c;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left-color:#9c9c9c;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#9c9c9c;
	border-right-width:1px;
	border-right-style:solid;
*/
	min-height: 90%;
	font-size: 12px;
}

#divGenTime
{
	bottom:14px;
	font-size: 9px;
	color: #ff0000;
	text-align:center;
	width:99%;
}

#divFooter
{
	margin-top: 36px;
	padding-top: 5px;
	color: gray;
/*	background-color: #777db1; */
	text-align:left;
	font-weight: bold;
	width:975px;
	margin-left: auto;
	margin-right: auto;
	border-top: solid 1px /* #ff9933 */ gray;
}

.content_space {
	width: 25px;
}

.content_pic {
	width: 64px;
        height: 64px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}

.content_dsc {
	min-width: 269px;
}

.content_vertspace {
	height: 10px;
}

.color_button {
	background-color: #777db1;
	border: solid 2px #FF9933;
	font-size: 15px;
	font-weight: bold;
	height: 25px;
	width: 150px;
	text-align: center;
	margin-top: 1px;
	/*float: left;*/
}

.color_button a {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
}

div.color_button {
        height: 25px;
        line-height: 25px;
}

.color_button a:hover,a:active {
        color: #FF9933;
        text-decoration: none;
}

.pic_button {
	display: block;
	text-align: center;
	width: 150px;
}

a.pic_button {
	color: #FFFFFF;
	text-decoration: none;
}

a.pic_button:hover, a.pic_button:active {
        color: #FF9933;
        text-decoration: none;
}

.icon_name {
	font-weight: bold;
	text-align: center;
	font-size: 120%;
}

.feature_name {
        font-weight: bold;
        text-align: left;
        font-size: 120%;
}

.logo_text {
	font-size: 200%;
}

.row_on { color: #000000; background-color: #F1F1F1; }
.row_off { color: #000000; background-color: #ffffff; }
.th { color: #000000; background-color: #D3DCE3; }

/* fancy tooltips */

span.tool {
  position: relative;   /* this is key */
  cursor: help;
}
 
span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
 
span.tool:hover span.tip {
  display: block;
  z-index: 100;
  position: absolute;
  top: 0; 
  left: 0;
  width: 350px;
  padding: 3px 7px 4px 6px;
  border: 1px solid #000;
  background-color: #ffc;
  text-align: left;
  color: #000;
  white-space: normal;
}


