﻿.HomePageMainText
{
	font-family: Verdana;
	font-size: 1.2em;
	color: #455560;
}

.HomePageTM
{
	font-family: Verdana;
	font-size: 1.0em;
	color: Maroon;
}
.RedText2
{
	color:#981B1E;
}

.RedText
{
	color: RED;
}
.GreenText
{
	color: Green;
}

.FormPage
{
	font-family: Verdana;
	font-size: 1.0em;
	color: #455560;
}
.ContentPage
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 155%;
	color: #455560;
}
.ContentPage2
{
	font-family: Verdana;
	font-size: 12px;
	line-height: 120%;
	color: #455560;
}
.ContentSmall
{
	font-family: Verdana;
	font-size: 1.0em;
	line-height:normal;
	color: #455560;
}
.ContentControlLabel
{
    Font-Size:11px;
    Line-height:130%;
    color:#455560;
    Font-Family:Verdana;
}
.ContentLarge
{
	font-family: Verdana;
	font-size: 15px;
	line-height: 130%;
	color: #455560;
}
.ContentHuge
{
	font-family: Verdana;
	font-size: 18px;
	line-height: 130%;
	color: #455560;
}
.ContentHuge2
{
	font-family: Verdana;
	font-size: 26px;
	line-height: 130%;
	word-spacing:180%;
	color: #455560;
	word-spacing: 140%;
}

.ContentPageTest
{
	font-family: Verdana;
	font-size: 1.1em;
	line-height:normal;
	color: #696969 ;
}

A.standardLink2
{
text-decoration: none;
color:#981B1E;
}

A.standardLink2:Hover
{
color:#981B1E;
text-decoration:none;
}

A.standardLink3
{
text-decoration: none;
color: #03c;
}

A.standardLink3:Hover
{
color: #03c;
}


A.standardLink

{
text-decoration: none;
color: #255B89;

}

A.standardLink:Hover

{

text-decoration: none;

color: #9D0E2D;

}

A.supportLink

{

text-decoration: underline;

color: BLUE;

font-weight: normal;

}

/* Application Tables and Grids */

.table
{
	width: 99%;
}

.tableHead
{
}

.tableRow
{
}

.tableHeadCell
{
	font-weight: bold;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 19px;
	color: #695D54;
	background-color: #F5F1EF;
	font-size: 12px;
	border-left: 1px solid #695D54;
	border-bottom: 1px solid #695D54;
	text-align: left;
	vertical-align: top;
}

.tableCell
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 20px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 11px;
	border-bottom: 1px solid #E3DFDB;
	vertical-align: top;
}

.tableAction
{
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 7px;
	height: 20px;
/*	color: #000000;
	background-color: #FFFFFF;
*/	font-size: 11px;
	border-bottom: 1px solid #E3DFDB;
	border-left: 1px solid #F5F1EF;
	vertical-align: top;
}

.tableForm
{
	padding-left: 7px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 7px;
	height: 20px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 11px;
	border-bottom: 1px solid #E3DFDB;
	border-left: 1px solid #F5F1EF;
	vertical-align: middle;
}

.tableCheck
{
	margin-top: -3px;
	text-align: center;
	margin-bottom: -5px;
}

.tableGreen
{
	color: #1F7943;
}

.tableRed
{
	color: #EE2A34;
}

.tablePager
{
	width: 99%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.tableInlineImage
{
	vertical-align: middle;
}

.tableTextInput
{
	height: 20px;
	width: 80px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
	text-align: right;
	margin: -3px;
}

.tableLargeTextInput
{
	height: 20px;
	width: 140px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
	text-align: right;
	margin: -3px;
}

.tableControls
{
	height: 35px;
}

.table100
{
	clear: both;
	float: none;
	width: 100%;
}

.tableControlsLeft
{
	float: left;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 5px;
	
}

.tableControlsRight
{
	float: right;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 5px;
}

a.DottedLink:link, a.DottedLink:visited {
  color:#03c;
  text-decoration:none;
  border-bottom:1px dotted #69f;
  }
a.DottedLink:visited {
  color:#906;
  border-color:#c6c;
  }
a.DottedLink:hover {
  color:#f00;
  border-color:#c00;
  }

a.RedLink:link, a.RedLink:visited {
  color:RED;
  }
a.RedLink:visited {
  color:RED;
  }
a.RedLink:hover {
  color:RED;
  }
a.RedLink2:link, a.RedLink2:visited {
  color:#981B1E;
  text-decoration: none;
  }
a.RedLink2:visited {
  color:#981B1E;
  text-decoration: none;
  }
a.RedLink2:hover {
  color:#981B1E;
  }


/************ MaskedEdit Related Styles ***********************/
.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

/*Modal Popup 1 ============================================================================ */
.modalPopup_TEST {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/*Modal Popup http://mattberseth.com/blog/2007/10/yui_style_yesno_confirm_dialog.html ======= */
.modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=50);
    opacity:0.5;
}     

.modalPopup
{
    font-family: arial,helvetica,clean,sans-serif;
    font-size: small;
    padding: 2px 3px;
    /*display: block;
    position: absolute;*/
}

.container
{
    /*width: 300px;*/
    border: solid 1px #808080;
    border-width: 1px 0px;
} 

.header
{ 
    background: url(images/sprite.png) repeat-x 0px -200px;
    color: #000;	
    border-color: #808080 #808080 #ccc;
    border-style: solid;
    border-width: 0px 1px 1px;
    padding: 3px 10px;
} 

.header .msg
{
    font-weight: bold;
}         

.body
{
    background-color: #f2f2f2;
    border-color: #808080;
    border-style: solid;
    border-width: 0px 1px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 30px; 
} 

.body .msg
{
    /*background: url(images/sprite.png) no-repeat 0px -1150px;	*/
    float: left;
    padding-left: 1px;/*padding-left: 22px;*/
}  

.footer
{
	/*
	background-color: #f2f2f2;
    border-color: #808080;
    border-style: none solid;
    border-width: 0px 1px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
	*/
} 

/*
.close
{
    right: 7px;	
    background: url(images/sprite.png) no-repeat 0px -300px;	
    width: 25px;	
    cursor: pointer;	
    position: absolute;	
    top: 7px;	
    height: 15px;
}
*/

.MyCalendar .ajax__calendar_container {
    z-index: 100000;
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

