.width90percent
{
	width:90%;	
}
/*Borders*/
.yellowBorder{
	border-style: dashed;
	border-color: rgb(255,255,0);
	border-width: 1.5pt;
}
.whiteBorder{
	border-style: dashed;
	border-color: rgb(255,255,255);
	border-width: 2.4pt;
}
.blackBorder{
	border-style: dashed;
	border-color: rgb(0,0,0);
	border-width: 1pt;
	overflow:hidden;
}
.simpleBlackBorder{
	border-style: inset;
	border-color: rgb(0,0,0);
	border-width: 1pt;
}
.border0{
	border-width:0;
}

.blackOnYellow{
	padding:0em;
	margin:0em;
	background-image: url(../../images/Contrast/yellow-pixel.gif);
	color: rgb(0,0,0);
	background-repeat: repeat;
}

.blackOnWhite
{
	padding:0em;
	margin:0em;
	background-image: url(../../images/Contrast/white-pixel.gif);
	color: rgb(0,0,0);
	background-repeat: repeat;
}

.whiteOnBlue
{
	padding:0em;
	margin:0em;
	background-image: url(../../images/Contrast/blue-pixel.gif);
	color: rgb(255,255,255);
	background-repeat: repeat;
}

.whiteOnBlack
{
	padding:0em;
	margin:0em;
	background-image: url(../../images/Contrast/black-pixel.gif);
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	background-repeat: repeat;
}

/*Font-family*/
.Arial{	font-family:Arial;}
.BookAntiqua{font-family:Book Antiqua;}
.CourierNew{font-family:Courier New;}
.SansSerif{	font-family:Sans-Serif;}
.ComicSansMS{font-family:Comic Sans MS;}
.Georgia{font-family:Georgia;}
.Tahoma{font-family:Tahoma;}
.TimesNewRoman{	font-family:Times New Roman;}
.TrebuchetMS{font-family:Trebuchet MS;}
.Verdana{font-family:Verdana;}

/*Font-size*/
.ExtraLarge{font-size:130%;}
.Large{	font-size:110%;}
.Medium{font-size:90%;}
.Small{	font-size:80%;}

/* LINKS */
/*BlueOnWhiteLink*/
.BlueOnWhiteLink:visited {
	color: rgb(49,71,121);
	/*Transparensy*/
	text-decoration: underline;
	text-align:left;
	border:0;
	padding:0;
	cursor:pointer;	
}
.BlueOnWhiteLink{
	background-color: rgb(255,255,255);
	color: rgb(0,0,255);
	/*Transparensy*/
	text-decoration: underline;
	text-align:left;
	border:0;
	padding:0;
	cursor:pointer;	
}
.BlueOnWhiteLink:link {
	background-color: rgb(255,255,255);
	color: rgb(0,0,255);
	/*Transparensy*/
	text-decoration: underline;
	text-align:left;
	border:0;
	padding:0;
	cursor:pointer;	
}
.BlueOnWhiteLink:hover {
	background-color: rgb(0,0,255);
	color: rgb(255,255,255);
	/*Transparensy*/
	text-decoration: underline;
	text-align:left;
	border:0;
	padding:0;
	cursor:pointer;	
}
/*BlueOnYellowLink*/
.BlueOnYellowLink:visited {
	color: rgb(0,0,0);
	/*Transparensy*/
	text-decoration: underline;
	text-align:left;
	border:0;
	padding:0;
	cursor:pointer;	
}
.BlueOnYellowLink{
	background-color: rgb(255,255,0);
	color: rgb(0,0,255);
	/*Transparensy*/
	text-decoration: underline;
	text-align:left;
	border:0;
	padding:0;
	cursor:pointer;	
}
.BlueOnYellowLink:link {
	background-color: rgb(255,255,0);
	color: rgb(0,0,255);
	/*Transparensy*/
	text-decoration: underline;
	text-align:left;
	border:0;
	padding:0;
	cursor:pointer;	
}
.BlueOnYellowLink:hover {
	background-color: rgb(0,0,255);
	color: rgb(255,255,0);
	/*Transparensy*/
	text-decoration: underline;
	text-align:left;
	border:0;
	padding:0;
	cursor:pointer;	
}
.BlueOnYellowLink:focus {
	background-color: rgb(0,0,255);
	color: rgb(255,255,0);
	/*Transparensy*/
	text-decoration: underline;
	text-align:left;
	border:0;
	padding:0;
	cursor:pointer;	
}
/*PinkOnBlueLink*/
.PinkOnBlueLink:visited {
	color: rgb(255,255,0);
	/*Transparensy*/
	text-decoration: underline;
	text-align:left;
	border:0;
	padding:0;
	cursor:pointer;	
}
.PinkOnBlueLink {
	background-color: rgb(0,0,255);
	color: rgb(255,125,255);
	/*Transparensy*/
	text-decoration: underline;
	text-align:left;
	border:0;
	padding:0;
	cursor:pointer;	
}
.PinkOnBlueLink:link {
	background-color: rgb(0,0,255);
	color: rgb(255,125,255);
	/*Transparensy*/
	text-decoration: underline;
	text-align:left;
	border:0;
	padding:0;
	cursor:pointer;	
}
a.PinkOnBlueLink:hover {
	background-color: rgb(255,125,255);
	color: rgb(0,0,255);
}

/*PinkOnBlackLink*/
.PinkOnBlackLink:visited {
	color: rgb(255,255,255);
	/*Transparensy*/
	text-decoration: underline;
	text-align:left;
	border:0;
	padding:0;
	cursor:pointer;	
}
.PinkOnBlackLink {
	background-color: rgb(0,0,0);
	color: rgb(255,125,255);
	/*Transparensy*/
	text-decoration: underline;
	text-align:left;
	border:0;
	padding:0;
	cursor:pointer;	
}
a.PinkOnBlackLink:link {
	background-color: rgb(0,0,0);
	color: rgb(255,125,255);
	/*Transparensy*/
	text-decoration: underline;
	text-align:left;
	border:0;
	padding:0;
	cursor:pointer;	
}
a.PinkOnBlackLink:hover {
	background-color: rgb(255,125,255);
	color: rgb(0,0,0);
	
	/*Transparensy*/
	text-decoration: underline;
	text-align:left;
	border:0;
	padding:0;
	cursor:pointer;	
}
/* Buttons */
/*BlackWhiteButton*/
.BlackWhiteButton {
	color: rgb(0,0,0);
	border: ridge 2px Gray;
	background-color: rgb(255,255,255);
}
/*WhiteBlueButton*/
.WhiteBlueButton {
	color: rgb(255,255,255);
	background-color: rgb(0,0,255);
}
/*BlueYellowButton*/
.BlueYellowButton {
	color: rgb(0,0,255);
	border: ridge 2px rgb(255,0,255);
	background-color: rgb(255,255,0);
}
/*BlackYellowButton*/
.BlackYellowButton {
	color: rgb(0,0,0);
	border: ridge 2px rgb(255,0,255);
	background-color: rgb(255,255,0);
}
.DefaultButton {
	border: ridge 1px rgb(0,0,0);
	background-color: rgb(246,246,246);
	color:rgb(0,0,0);
}
.dsLinkAsButton{
	font-size:90%;
	padding :2px 2px 2px 2px;
	display:inline-block;	
	text-decoration:none;	
}
.dsLinkAsButtonOnFocus{
	border:ridge 2px rgb(0,255,0);
	padding :1px;
	display:inline-block;	
	text-decoration:none;	
}
.dsLinkAsButton:hover{
	border-width:2px;
	padding :1px;
	display:inline-block;	
	text-decoration:none;	
}
/*TextBoxesDecoration*/
/*Normal*/
.WhiteOnBlackTextBox{
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	border-color: rgb(255,0,255);
}
.WhiteOnBlueTextBox{
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	border-color: rgb(255,0,255);
}
.BlackOnYellowTextBox{
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	border-color: rgb(0,0,255);
}
.BlackOnWhiteTextBox{
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	border-color: rgb(0,0,0);
}
/*OnFocus*/
.BlackOnWhiteOnFocusTextBox{
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	border-bottom-color: rgb(0,0,0);
}
.BlackOnYellowOnFocusTextBox{
	background-color: rgb(255,255,0);
	color: rgb(0,0,0);
	border-bottom-color: rgb(0,0,0);
}
.WhiteOnBlueOnFocusTextBox{
	background-color: rgb(0,0,255);
	color: rgb(255,125,255);
	border-bottom-color: rgb(255,125,255);
}
.WhiteOnBlackOnFocusTextBox{
	background-color: rgb(0,0,0);
	color: rgb(255,0,255);
	border-bottom-color: rgb(255,0,255);
}
.DefaultFocusTextBox{
	border-color: rgb(0,255,0);	
}

/*Table*/
.colored-tr{
	BACKGROUND-COLOR: #F7F7F7;
}
.colored-header{
	BACKGROUND-COLOR: #DADADA;
	BORDER-bottom: dashed 1px #cccccc;
}
.colored-paging{
	BACKGROUND-COLOR: #DADADA;
	BORDER-bottom: dashed 1px #cccccc;
}
.Table-Layout-Border1 {
	border: #003366 1px solid;
}
.Table-Layout-Border
{
	BORDER: dashed 1px #cccccc;
}
.txtPaging{	width:20px;}