﻿body {
}
#dialog
{
    width: 300px;
    height: 50px;
    padding: 10px;
    background-color: #ffffff;
    text-align: center;
}
.headerBorderTopWhite
{
    border: solid 0 #FFF;
    border-top-width: 2px;
}
.headerBorderBottomWhite
{
    border: solid 0 #FFF;
    border-bottom-width: 2px;
}
.headerBorderRightWhite
{
    border: solid 0 #FFF;
    border-right-width: 2px;
}
.headerBorderLeftWhite
{
    border: solid 0 #FFF;
    border-left-width: 2px;
}
.itemBorderTop
{
    border: solid 0 #000;
    border-top-width: 1px;
    border-style: dotted;
}
.itemBorderBottom
{
    border: solid 0 #000;
    border-bottom-width: 1px;
    border-style: dotted;
}
.itemBorderLeft
{
    border: solid 0 #000;
    border-left-width: 1px;
    border-style: dotted;
}
.itemBorderRight
{
    border: solid 0 #000;
    border-right-width: 1px;
    border-style: dotted;
}
.itemBorderTopBlue
{
    border: solid 0 #000;
    border-top-width: 1px;
    color: Blue;
}
.itemBorderTopGreen
{
    border: solid 0 #000;
    border-top-width: 1px;
    color: Green;
}
.blueGridHeaderBackgroundWhiteText
{
    /*background: rgb(77,115,169);
    background: -moz-linear-gradient(top,  rgba(77,115,169,1) 0%, rgba(113,153,193,1) 50%, rgba(97,141,189,1) 51%, rgba(169,194,217,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,115,169,1)), color-stop(50%,rgba(113,153,193,1)), color-stop(51%,rgba(97,141,189,1)), color-stop(100%,rgba(169,194,217,1)));
    background: -webkit-linear-gradient(top,  rgba(77,115,169,1) 0%,rgba(113,153,193,1) 50%,rgba(97,141,189,1) 51%,rgba(169,194,217,1) 100%); 
    background: -o-linear-gradient(top,  rgba(77,115,169,1) 0%,rgba(113,153,193,1) 50%,rgba(97,141,189,1) 51%,rgba(169,194,217,1) 100%); 
    background: -ms-linear-gradient(top,  rgba(77,115,169,1) 0%,rgba(113,153,193,1) 50%,rgba(97,141,189,1) 51%,rgba(169,194,217,1) 100%);
    background: linear-gradient(to bottom,  rgba(77,115,169,1) 0%,rgba(113,153,193,1) 50%,rgba(97,141,189,1) 51%,rgba(169,194,217,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d73a9', endColorstr='#a9c2d9',GradientType=0 );
    height: 23px;
    vertical-align: middle;
    color: White;
    font-weight: bold;
    font-size: 1em;*/
    background-color: #2E78AF;
    background-image: -moz-linear-gradient(center top , #449CCE, #0C4280);
    background-repeat: repeat-x;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 2px 5px #666666;
    height: 7%;
    margin: 0 -25px 5px -5px;
    padding: 0 12px;
}

.buttonStyle
{
    /* Sliding right image */
    background: rgb(89,106,114); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(89,106,114,1) 0%, rgba(206,220,231,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(89,106,114,1)), color-stop(100%,rgba(206,220,231,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(89,106,114,1) 0%,rgba(206,220,231,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(89,106,114,1) 0%,rgba(206,220,231,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(89,106,114,1) 0%,rgba(206,220,231,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(89,106,114,1) 0%,rgba(206,220,231,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#596a72', endColorstr='#cedce7',GradientType=0 ); /* IE6-9 */
    display: block;
    height: 30px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
    width: 120px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-size: 0.8em;
    font-weight: bold;
    cursor: pointer;
}
.buttonStyleDisabled
{
    color: #CCCCCC;
    background: #F8F8F8;
    border: 1px solid #CCC;
    cursor: text;
}
.wrapword
{
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.SortBg
{
    background-image: url("../App_Themes/images/sortBg.jpg");
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding-left: 10px;
}
.SortUp
{
    background-image: url("../App_Themes/images/up-arrow.png");
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding-left: 10px;
}
.SortDown
{    
    background-image: url('../App_Themes/images/down-arrow.png');
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding-left: 10px;
}

.ddlDropDown
{
	height: 14px;
	font-size: 0.8em;
	color: Navy;
}

.textBox
{
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
	height: 12px;
}

.searchBorder  /* Search Criteria  Outer Boder*/
{
	border: solid 1px #b5b5b5;
	border-collapse: collapse;
}
.searchBorder01 td /* Search Criteria  Outer Boder*/
{
	border: solid 1px #d6d4d4;
	border-collapse: collapse;
}
.lightGrayBorder
{
	border: solid 1px #e0e0e0;
	border-collapse: collapse;
}
.searchBackground /* Search Criteria  BackGround Color */
{
	background-color: #F4F4F4;
	padding: 10px 5px 10px 5px;
}
.searchHeaderBackground
{
	background-color: #7d7d7d;
	color: #FFFFFF;
	font-size: 13px;
	height: 15px;
	padding-top: 3px;
	padding-left: 5px;
}
.lightBlueHeaderBackground
{
	background-image: url('/Images/LightBlue_Header_Bg.jpg' );
	background-repeat: repeat-x;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	height: 26px;
}
.lightBlueHeaderText
{
	color: #454545;
	font-size: 11px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 2px;
}
.resultText
{
	font-weight: bold;
	font-size: medium;
	border: solid 0px #FFFFFF;
	vertical-align: middle;
	text-align: center;
	height: 40px;
}
.PresidentMessage
{
	font-family: Calibri, Arial;
	font-size: 16px;
	font-weight: bold;
}
.toTitle
{
	font-size:11px;
	text-transform:capitalize;
}

.TreeNode
{
 font-family: Tahoma;
 font-size:11px;
 text-transform:capitalize;
 color: black;
 text-decoration: underline; 
 cursor: pointer;
 cursor: hand;
 padding-left: 3px; 
}

