2010-09-23 05:19:47 +02:00
|
|
|
|
/*----------------------------------------------------------
|
2010-09-25 18:26:31 +02:00
|
|
|
|
The base color for this template is #5c87b2. If you'd like
|
2010-09-23 05:19:47 +02:00
|
|
|
|
to use a different color start by replacing all instances of
|
2010-09-25 18:26:31 +02:00
|
|
|
|
#5c87b2 with your new color.
|
2010-09-23 05:19:47 +02:00
|
|
|
|
----------------------------------------------------------*/
|
|
|
|
|
body
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
background-image: url( 'Background.jpg' );
|
|
|
|
|
background-position: left top;
|
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
|
font-size: .75em;
|
|
|
|
|
font-family: Verdana, Helvetica, Sans-Serif;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
color: #696969;
|
|
|
|
|
background-color: #EEF1FA;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:link
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
color: #034af3;
|
|
|
|
|
text-decoration: none;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
a:visited
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
color: #505abc;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
a:hover
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
color: #3C80DB;
|
|
|
|
|
text-decoration: underline;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
a:active
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
color: #12eb87;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p, ul
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
line-height: 1.6em;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* HEADINGS
|
|
|
|
|
----------------------------------------------------------*/
|
|
|
|
|
h1, h2, h3, h4, h5, h6
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
color: #3C80DB;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
font-size: 2em;
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
margin-bottom: 0;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
h2
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
padding: 0 0 10px 0;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
h3
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
font-size: 1.2em;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
h4
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
font-size: 1.1em;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
h5, h6
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
font-size: 1em;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* this rule styles <h2> tags that are the
|
|
|
|
|
first child of the left and right table columns */
|
|
|
|
|
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
margin-top: 0;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* PRIMARY LAYOUT ELEMENTS
|
|
|
|
|
----------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
/* you can specify a greater or lesser percentage for the
|
|
|
|
|
page width. Or, you can specify an exact pixel width. */
|
|
|
|
|
.page
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
width: 90%;
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
margin-right: auto;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
position: relative;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
color: #000;
|
|
|
|
|
padding: 0 0 20px 0px;
|
|
|
|
|
background-image: url( 'BannerTopEdge.gif' );
|
|
|
|
|
background-position: bottom;
|
|
|
|
|
background-repeat: repeat-x;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header h1
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
font-weight: bold;
|
|
|
|
|
padding: 5px 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border: none;
|
|
|
|
|
line-height: 2em;
|
|
|
|
|
font-size: 32px !important;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#main
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
padding: 30px 30px 15px 30px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
margin-bottom: 30px;
|
|
|
|
|
_height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
|
|
|
|
|
background-image: url( 'BannerBottomEdge.gif' );
|
|
|
|
|
background-position: bottom;
|
|
|
|
|
background-repeat: repeat-x;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
color: #999;
|
|
|
|
|
padding: 10px 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: normal;
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-size: .9em;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* TAB MENU
|
|
|
|
|
----------------------------------------------------------*/
|
|
|
|
|
ul#menu
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
padding: 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
margin: 0;
|
|
|
|
|
text-align: right;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul#menu li
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
display: inline;
|
|
|
|
|
list-style: none;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul#menu li#greeting
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
padding: 10px 20px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
line-height: 2.8em;
|
|
|
|
|
color: #fff;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul#menu li a
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
padding: 10px 20px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
line-height: 2.8em;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
color: #3C80DB;
|
|
|
|
|
border: Solid 1px #AECAF0;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul#menu li a:hover
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
background-color: #3C80DB;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border: Solid 1px #AECAF0;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul#menu li a:active
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
background-color: #3C80DB;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border: Solid 1px #AECAF0;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul#menu li.selected a
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
background-color: #fff;
|
|
|
|
|
color: #000;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* FORM LAYOUT ELEMENTS
|
|
|
|
|
----------------------------------------------------------*/
|
|
|
|
|
|
2010-09-25 18:26:31 +02:00
|
|
|
|
fieldset
|
2010-09-23 05:19:47 +02:00
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
margin: 1em 0;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
border: 1px solid #CCC;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
2010-09-25 18:26:31 +02:00
|
|
|
|
fieldset p
|
2010-09-23 05:19:47 +02:00
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
margin: 2px 12px 10px 10px;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
2010-09-25 18:26:31 +02:00
|
|
|
|
fieldset label
|
2010-09-23 05:19:47 +02:00
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
display: block;
|
|
|
|
|
color: #303030;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
2010-09-25 18:26:31 +02:00
|
|
|
|
fieldset label.inline
|
2010-09-23 05:19:47 +02:00
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
display: inline;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
2010-09-25 18:26:31 +02:00
|
|
|
|
legend
|
2010-09-23 05:19:47 +02:00
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
font-size: 1.1em;
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
padding: 2px 4px 8px 4px;
|
|
|
|
|
color: #3C80DB;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type="text"]
|
|
|
|
|
{
|
|
|
|
|
width: 200px;
|
|
|
|
|
border: 1px solid #3C80DB;
|
|
|
|
|
color: #696969;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type="password"]
|
|
|
|
|
{
|
|
|
|
|
width: 200px;
|
|
|
|
|
border: 1px solid #3C80DB;
|
|
|
|
|
color: #696969;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type="submit"]
|
|
|
|
|
{
|
|
|
|
|
background-image: url( 'ButtonBack.gif' );
|
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
|
border: 1px solid #3C80DB;
|
|
|
|
|
color: #283B56;
|
|
|
|
|
cursor: pointer;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* TABLE
|
|
|
|
|
----------------------------------------------------------*/
|
|
|
|
|
|
2010-09-25 18:26:31 +02:00
|
|
|
|
table
|
2010-09-23 05:19:47 +02:00
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
border: Solid 1px #A3C0E8;
|
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
color: #283B56;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
2010-09-25 18:26:31 +02:00
|
|
|
|
table td
|
2010-09-23 05:19:47 +02:00
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
padding: 5px;
|
|
|
|
|
border: Solid 1px #A3C0E8;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
table th
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
padding: 6px 5px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
border: Solid 1px #A3C0E8;
|
|
|
|
|
background-image: url( 'TableHeaderBackground.gif' );
|
|
|
|
|
background-position: left;
|
|
|
|
|
background-repeat: repeat-x;
|
|
|
|
|
color: #283B56;
|
|
|
|
|
cursor: pointer;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* MISC
|
|
|
|
|
----------------------------------------------------------*/
|
|
|
|
|
.clear
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
clear: both;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.error
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
color: Red;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#menucontainer
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
margin-top: 40px;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#title
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
display: block;
|
|
|
|
|
float: left;
|
|
|
|
|
text-align: left;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#logindisplay
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
font-size: 1.1em;
|
|
|
|
|
display: block;
|
|
|
|
|
text-align: right;
|
|
|
|
|
margin: 10px;
|
|
|
|
|
color: White;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#logindisplay a:link
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
color: white;
|
|
|
|
|
text-decoration: underline;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#logindisplay a:visited
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
color: white;
|
|
|
|
|
text-decoration: underline;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#logindisplay a:hover
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
color: white;
|
|
|
|
|
text-decoration: none;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.field-validation-error
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
color: #ff0000;
|
|
|
|
|
background-image: url( 'Error.png' );
|
|
|
|
|
background-position: left;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
padding: 0px 0px 0px 20px;
|
|
|
|
|
font-size:0.9em;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.input-validation-error
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
background-color: #ffeeee;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.validation-summary-errors
|
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
font-size:0.9em;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
color: #ff0000;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|
|
|
|
|
|
2010-09-25 18:26:31 +02:00
|
|
|
|
.validation-summary-errors li
|
2010-09-23 05:19:47 +02:00
|
|
|
|
{
|
2010-09-25 18:26:31 +02:00
|
|
|
|
margin: 0px;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
list-style: none;
|
2010-09-23 05:19:47 +02:00
|
|
|
|
}
|