﻿html, body { font-family: Verdana; color: #564531; font-size:10pt; background-repeat: repeat-y;} /* background-image: url(images/masterpage/body/bodyGreenBg.jpg); */
p { font-family: Verdana; color:#000000; font-size:10pt;}
h1 { font-size: 14pt; font-weight: bold }
h2 { font-size: 10pt; font-weight : bold}

a { color: DarkGreen;
    font-weight: 700;
	
}
a:hover { text-decoration : blink; color : #5555ff }
a:visited { color : DarkGreen}
a.link2 { color: DarkGreen;
    font-weight: 700;
	text-decoration:none;
}
a.link2:visited { color : DarkGreen}
a.link2:hover { text-decoration :none; color : #5555ff }

.success {font-weight: bold; font-size: 12pt; color: Green; border: solid 1px #339933; background-color : #ccffcc ; padding: 5px; margin: 5px}

.step {font-weight: bold;}

.greendashedborder { BORDER-TOP: green 1px dashed } /* This is for the top border */
.gridviewcolumnheaders {background-color: #c0ffc0; border-bottom: solid 1px green}

.brownBold { font-family: Verdana; color: #564531; font-size:10pt; font-weight: bold;}

.tableheaders {WIDTH: 191px; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #dff8d5}
.purTitle { font-family: Verdana; font-style:italic; color:#FFFFFF; font-size:16pt }

.edit { background-color : #bac8fd ; border: solid 1px #3b09df; padding : 5px;  } 
.add { background-color : #bafdd1 ; border: solid 1px #09df40; padding : 5px; } 
.stored { background-color : #e7c594 ; border: solid 1px #df6909; padding : 5px;  }

.storedheader { background-color : #d18f5a}
.storedalternating {background-color : #f8d8aa}
.success { padding: 5px; background-color : #B3FF66; border: solid 1px #408000; color: #408000}
.modalBackground { background-color : #999999; filter: alpha(opacity=70); opacity:0.7;}
.modalPanel { padding: 10px; border: 1px solid black; background-color : #daddae }

/*====================================================================================================
                                      START OF CATEGORY ROLLOVER CLASS
====================================================================================================*/

.button { background-position : left }
.button:hover {background-position: right}

/*====================================================================================================
                                       END OF CATEGORY ROLLOVER CLASS
====================================================================================================*/

.disabled
{
background-color: #daddae;
filter:alpha(opacity=80); /* IE */
opacity: 0.8; /* Safari, Opera */
-moz-opacity:0.80; /* FireFox */
z-index: 20;
height: 100%;
width: 100%;
position : absolute;
top: 0px;
left: 0px
}

.container300
{
width: 300px; position: relative; float: left;
}
.container50
{
width: 50px; position: relative; float: left;
}

.languageBoxes {border: solid 1px #000000}
.hightlightRow { background-color : #cccccc}
.normalRow { background-color : Transparent }
.delete {color: Red}