.colored
{
	background : #496088;
}
.bg_buttonface
{
	background : buttonface;
}

.form
{
	font-family: verdana;
	font-size: 12px;
}

.smallfont
{
	font-family: arial;
	font-size: 9px;
}

select.form
{
	background: #ffffff;
}

textarea.form
{
	font-family: verdana;
	font-size: 10px;
	background: #FFFFFF;
}

input.form
{
	background: #ffffff;
}

.outcome_main_with_tabs
{
	position: absolute;
	top: 22px;
	left: 8px;
	right: 8px;
	background-color: buttonface;
	border-width: 1px;
	border-style: outset;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	font-family: verdana;
	font-size: 12px;
	color: #000000;
	width: 100%;
	height: 94%;
	padding: 0px;
	overflow: auto;
}

.viewact
{
	position: absolute;
	top: 10px;
	left: 8px;
	right: 8px;
	background-color: buttonface;
	border-width: 1px;
	border-style: outset;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
    color: #000000;
	width: 97%;
	padding: 0px;
}

.main
{
	position: absolute;
	top: 10px;
	left: 8px;
	right: 8px;
	background-color: buttonface;
	border-width: 1px;
	border-style: outset;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
    color: #000000;
	width: 97%;
	padding: 0px;

}

.main_account
{
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	background-color: buttonface;
	border-width: 1px;
	border-style: outset;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
    color: #000000;
	width: 96%;
	padding: 0px;

}

.activity_main_with_tabs
{
	position: absolute;
	top: 22px;
	left: 8px;
	background-color: buttonface;
	border-width: 2px;
	border-top-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
    color: #000000;
	width: 95%;
	padding: 0px;

}

.main_with_tabs
{
	position: absolute;
	top: 22px;
	left: 8px;
	background-color: buttonface;
	border-width: 2px;
	border-top-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
    color: #000000;
	width: 97%;
	height: 64%;
	padding: 0px;
}

.main_with_tabs2
{
	position: absolute;
	top: 22px;
	left: 8px;
	background-color: buttonface;
	border-width: 2px;
	border-top-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
    color: #000000;
	width: 97%;
	height: 40%;
	padding: 0px;
}

.reporting_with_tabs
{
	position: absolute;
	top: 22px;
	left: 8px;
	background-color: buttonface;
	border-width: 2px;
	border-top-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
    color: #000000;
	width: 97%;
	height: 74%;
	padding: 0px;
}

.messages
{
	position: absolute;
	top: 22px;
	left: 8px;
	background-color: buttonface;
	border-width: 2px;
	border-top-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
    color: #000000;
	width: 50%;
	height: 40%;
	padding: 0px;
}

.field-titles
{
   font-size: 12px;
   font-family: verdana,arial;
   font-weight: bold;
   color: #121465;
}

.field-titles-red
{
   font-size: 12px;
   font-family: verdana,arial;
   font-weight: bold;
   color: red;
}

.warning-text
{
   font-size: 12px;
   font-family: verdana,arial;
   font-weight: bold;
   color: #121465;
   background-color: yellow;
}

.regular-text
{
   font-size: 12px;
   font-family: verdana,arial;
   color: #000000;
}
.subtitle-text-groups
{
   font-size: 12px;
   font-family: verdana,arial;
   color: #000000;
   font-weight: bold;
}
.notation
{
   font-size: 10px;
   color: #000000;  
}

.mode
{
	position: relative;
	top: 5px;
	left: 5px;
	font-weight: 800;
	font-family: verdana,arial;
	font-size: 20px;
	color: gray;
}

.copyright
{
	position: relative;
	bottom: 0px;
	right: 0px;	
	font-size: 7px;
	color: #496088;
	font-weight: bold;
	font-family: verdana,arial;
	vertical-align: bottom;
}
.tm
{
	font-size: 7px;
	color: #496088;
	font-family: verdana,arial;

}
/* tabs for contact and activities */


.tab-normal
{
	display: inline;
	width: 120px;
	height: 22px;
	background: buttonface;
	padding: 2px;
	margin: 2px;
	border: 2px;
	border-style: inset;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;	/* w3 dom */
	cursor: hand;		/* ie */
}

.tab-selected
{
	display: inline;
	width: 120px;
	height: 21px;
	background: buttonface;
	margin: 2px;
	border: 2px;
	border-style: none;
	border-top-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	color: #496088;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;	/* w3 dom */
	cursor: hand;		/* ie */
}

.inner-tab-normal
{
	display: inline;
	width: 80px;
	height: 22px;
	background: buttonface;
	padding: 2px;
	margin: 2px;
	border: 2px;
	border-style: inset;
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;	/* w3 dom */
	cursor: hand;		/* ie */
}

.inner-tab-selected
{
	display: inline;
	width: 80px;
	height: 21px;
	background: #496088;
	margin: 2px;
	border: 2px;
	border-style: none;
	border-top-style: outset;
	border-left-style: outset;
	border-right-style: outset;
	color: #ffffff;
	text-align: center;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;	/* w3 dom */
	cursor: hand;		/* ie */
}

#tabs
{
	z-index: 2; 
	position: absolute;
	top: 0px;
	left: 6px;
}

#inner_tabs
{
	z-index: 3; 
	position: absolute;
	top: 0px;
	left: 6px;
}
.login
{

	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	font-family: verdana,arial;
}

.login_table
{
	height: 100%;
}

.team-user-name
{
	font-size: 10px;
	color: #000000;
	font-family: verdana,arial;
}
.team-user-access
{
	font-size: 10px;
	color: #000000;
	font-family: verdana,arial;
}

.team_list
{
	width: 180px; 
	height: 50px; 
	overflow: auto;
	background-color: white;
	border: 3px;
	border-style: ridge;
	font-family: verdana;
	font-size: 10px;
	postition: relative;
}
.idle_input
{
    font: Arial, sans, Helvetica;
    font-size: 10pt;
    color: #8b8b8b;
    border: solid #496088 1px;
    background-color: buttonface;
}
.active_input
{
    font: Arial, sans, Helvetica;
    font-size: 10pt;
    color: #000000;
    border: solid #496088 1px;
    background-color: #ffffff;
}

#team_list
{
	width: 180px; 
	height: 50px; 
	overflow: auto;
	background-color: buttonface;
	border: 3px;
	border-style: ridge;
	font-family: verdana;
	font-size: 10px;
	postition: relative;
}

.submit input, .submit input:focus, .button {
	background: url( ../images/fade-butt.png );
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
}