body
{
	font-size : medium;
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	border-style : none;
	background-color: #15317E;
    /*background-color: #2d5fbc;
    background-image: url('images/ui/bg03.png');
    background-repeat: repeat-y;
    background-position: center;*/
}

div.page
{
	background-color: #98AFC7;
	font-style: normal;
	font-family : Tahoma;
	color: black;
	width: 800px;
	
}

/***********************************************************************
********************************* Links ********************************
************************************************************************/

a.master:hover
{
    color : #646D7E;
}

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

a.normal:link
{
	color : #151B54;
}
a.normal:visited
{
	color : #4E387E;
}

a.normal_static:link
{
    color : #151B54;
}
a.normal_static:visited
{
    color : #151B54;
}

a.big
{
	font-size: 18px;    
}

a.big:link
{
	color : #151B54;
}
a.big:visited
{
	color : #4E387E;
}

/***********************************************************************
******************************* Formatting *****************************
************************************************************************/

p
{
	text-align : left;
	width : 70%;
}

p.table
{
	width: 95%;
}

p.error
{
    color: #7C0000;
}

td.left
{
	width: 480px;
    padding-right: 10px;
}

td.right
{
	width: 280px;
	text-align: left;
}

li
{
    text-indent: -24px;
    margin-left: 24px;
    list-style-position: inside;
}

/***********************************************************************
*************************** Admin Control Page *************************
************************************************************************/

table.admincontrols
{
    border-collapse: collapse;
    width: 100%;
}

table.admincontrols tr.title
{
    background-color: #6B92BA;
    font-weight: bold;
}

table.admincontrols tr.title td
{
    border-color: #000000;
    border-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

table.admincontrols tr.title td
{
    padding-left: 16px;
}

table.admincontrols td.body
{
    padding: 16px 16px 16px 16px;
}

