.pagemaster {
}

.skinmaster {
}

.skinheader {
}


table, body, .std {
	font-size: 12px;
	font-family: Verdana;
	color: #ffffff;
	margin: 0 0 0 0;
	cursor : default;
}

body {
	background-color: #407FD5;
	background-image: url(boy.gif);
	background-position : bottom right;
	background-repeat : no-repeat;
}


div {
	border:0px solid green;
}

a:link, a:visited, a:active, a:hover {
	text-decoration:underline; 
	color: #ffffff;
}

a:hover {
	color:#FFe500;
}
.rightpane a.normal:link, .rightpane a.normal:visited, .rightpane a.normal:active, .rightpane a.normal:hover    { 
	text-decoration:none; 
	background-image: url(anchor.gif);
	background-repeat : no-repeat;
	padding-left:11px;
	color: #ffffff;
	}
.rightpane a.normal:hover   { color: #FFE500;}

form {
	margin : 0px;
	padding : 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #FFE500;
}

h6 {
	font-size:10px;
}
h5 {
	font-size:12px;
}
h4 {
	font-size:14px;
}
h3 {
	font-size:16px;
}
h2 {
	font-size:20px;
}
h1 {
	font-size:22px;
}



b {
 font-weight:bolder;
}

.nobreak { white-space: nowrap; }

#head {
	background-image: url(head.gif);
	background-position : top left;
	background-repeat : no-repeat;
	width: 100%;
	height:125px;
	margin:0;

}

#contenttable {
	margin:0px;
	margin-left: 10px;
	margin-right: 10px;
}
.leftpane {
}

.rightpane {
}

.contentpane {
	width: 100%;
	padding-left:10px;
	padding-right:10px;
}

#bottompane {
	position:absolute;
	bottom: 10px;
	left:10px;
	width:100px;
}

#navi {
	text-transform : uppercase;
	margin-top:65px;
}


#login {
	margin-top:37px;
	text-transform : uppercase;
}


#hwetter {
	margin-top:20px;
	margin-left:9px;
}


#logo {
	left:20px;
}


#footer {
	width:100%;
	text-align:center;
}


/* GENERAL */
/* style for module titles */
.Head   {
	font-size:14px;
	font-weight:bolder;
	color: #ffffff;

}

/* style of item titles on edit and admin pages */
.SubHead    { color: #A0BFEA; }

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead { }

/* text style used for most text rendered by modules */
.Normal { }

./* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     { color:#24436A; }
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link { color:#24436A; }

A.CommandButton:visited  { color:#24436A; }

A.CommandButton:active   { color:#24436A; }

A.CommandButton:hover    { color:#FFe500; }

HR { color:#A0BFEA; }

