﻿.positive
{
	color: #009900;
	font-weight: bold;
}

.negative
{
	color: #FF0000;
	font-weight: bold;
}

.editable {
	background-color: #DDFFDD !important;
}

#userCommentValue
{
	background-color: #FFFFD3;
	padding: 10px;
}

.ajaxLoader 
{
	width: 900px;
	border: solid 1px #888888;
	padding: 10px;
	background-color: #FAFAFA;
	margin-bottom: 10px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

.InfoMessage 
{
	width: 900px;
	border: solid 1px #009900;
	padding: 10px;
	background-color: #DDFFDD;
	margin-bottom: 10px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	background-image: url(gfx/background.gif);
	background-repeat: repeat-x;
    background-color: #F9F9F9;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* 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
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    height: 65px;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    border: solid 1px #afafaf;    
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
#menucontainer 
{
	height: 26px;		
	background-image: url(gfx/menu.gif);
}

#menu 
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu li 
{
	float: left;	
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	line-height: 26px;
	height: 26px;
}

#menu li a, #menu li a:visited 
{
	color: #5f5f5f;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#menu li a:hover 
{
	background-color: #bfbfbf;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}


#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;    
    text-align:right;    
    color:White;
    padding-top: 10px;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
    padding: 0px;
    padding-right: 10px;
    list-style-type: none;    
}
