/* Cascade Style Sheet of useradministration
 * by: Jurjen Sluman
 */
 
 /* Import other specified style */
@import url("/useradministration/css/TabMenuLayout.css");
@import url("/useradministration/css/ButtonLayout.css");
@import url("/useradministration/css/BoxingLayout.css");


/* General style-setting of all tags.*/

.right
{
	text-align		: right;
    white-space      : nowrap;
}

.help
{
	text-align		: right;
	vertical-align	: top; 
    white-space     : nowrap;
    font-size       : 8pt;	
}
.center
{
	text-align		: center;
    white-space      : nowrap;
}

.left
{
	text-align		: left;
    white-space      : nowrap;
}

.bold
{
	font-weight		: bold;
}

.boldwhite
{
	font-weight		: bold;
	color			: #FFFFFF;
}

.header
{
	background		: #DAE5EB;
	color			: #1D1E91;
	font-weight		: bold;
}

.menu
{
	background		: #FFFFFF;
}

.fatal 
{
	background		: #FFFF00;
	color			: #FF0000;
	font-weight		: bold;
	font-style		: italic; 
}

.error 
{
	background		: #FFFFFF;
	color			: #FF0000;
	font-weight		: bold;
	font-style		: italic; 
}

.logonerror 
{
	color			: #FFDD00;
	font-weight		: bold;
	font-style		: italic; 
}
.warning
{
	background		: #FFFFFF;
	color			: #DDDD00;
	font-weight		: bold;
	font-style		: italic; 
}

.italic 
{
	color			: #1D1E91;
	font-style		: italic; 
}


/* A-tag
 * -------------------------------------------------------------------B-
 */
 
/* global settings of the A-tag */ 

A , A:link , A:visited , A:active	{ 
	color			: #1D1E91; 
	text-decoration	: underline;
	font-style		: italic; 
	font-weight		: bold;
}

A:hover {
	color			: #FF1E91; 
	text-decoration	: underline;
	font-style		: italic; 
	font-weight		: bold;
}

/* General style-setting of all tags.*/
BODY
{
	FONT-FAMILY		: Helvetica, sans-serif , Arial, verdana ,garamond;
	font-size		: 10pt;
	font-weight		: normal;
	font-style		: normal;
    padding			: 0px;
	color			: #1D1E91;
	background-color: #DAE5EB;
	 
}

TD
{
	padding 		: 0px 0px 0px 0px;
}

TABLE
{
	FONT-FAMILY		: Helvetica, sans-serif , Arial, verdana ,garamond;
	font-size		: 10pt;
	font-weight		: normal;
	font-style		: normal;
    padding			: 0px;
	border-collapse	: collapse;
	border-width	: 0px;
	border-spacing	: 0px;
}

TABLE.logonbuttons
{
	background-color	: #FFFFFF;
}

TABLE.logon
{
	background-repeat	: no-repeat;
	width				: 600px;
	height				: 300px;
}

IMG
{
	border-width	: 0px;
	display			: block; /* assumes img is only element in td */
}

FORM
{
    margin          : 0px 0px 0px 0px;
	FONT-FAMILY		: Helvetica, sans-serif , Arial, verdana ,garamond;
	font-size		: 10pt;
	font-weight		: normal;
	font-style		: normal;
	padding			: 0px;
}

INPUT, SELECT, HR , TEXTAREA {
	FONT-FAMILY		: Helvetica, sans-serif , Arial, verdana ,garamond;
	background-color: #DAE5EB;
	padding			: 0px;
	font-size		: 10pt;
	font-weight		: bold;	
	color			: #1D1E91;
}

SELECT {
	FONT-FAMILY		: Helvetica, sans-serif , Arial, verdana ,garamond;
	width			: 200px;
}

SELECT.user {
	FONT-FAMILY		: Helvetica, sans-serif , Arial, verdana ,garamond;
	width			: 300px;
}

SELECT.institute {
	FONT-FAMILY		: Helvetica, sans-serif , Arial, verdana ,garamond;
	width			: 500px;
}

PRE
{
 	FONT-FAMILY		: Helvetica, sans-serif , Arial, verdana ,garamond;
    font-size       : 10pt;	
}

HR {
	color			: #DAE5EB;	
	height: 2px;
	border: 0px;
	background-color: #DAE5EB;

}

.thanks a {
 color: #000000;
 font-style: normal;
 font-size: 10pt;
 text-decoration: none;
 FONT-FAMILY		: Helvetica, sans-serif , Arial, verdana ,garamond;
 letter-spacing: 0.05em;
}

.thanks a:hover{
 color: #1D1E91;
 text-decoration: underline;

}
.credits 
{
	FONT-FAMILY		: Helvetica, sans-serif , Arial, verdana ,garamond;
	font-size		: 7pt;
	font-weight		: normal;
	font-style		: normal;
}

