﻿body {color:#c2beba; font-size:75%; font-family:Arial, Calibri, "Helvetica Neue", Helvetica, Arial, "Tahoma MS", sans-serif; background-color:#eeece9; text-align:center;}

table tr td { text-align:left; }

.centerAlign, .centerAlign td, .centerAlign td table { text-align:center !important; align: center !important; margin: 0 auto !important; }
.rightAlign { text-align: right !important; float: right !important; }

.title { font-weight:bold; text-decoration:underline; padding-top:10px; }
.topborder { border-top:solid 1px Gray; padding-top:5px; }
.bottomborder { border-bottom:solid 1px Gray; }
.td120 { width: 120px; }
.td130 { width: 130px; }
.td80 { width: 80px; }
.td90 { width: 90px; }
.td100 { width: 100px; }
.td110 { width: 110px; }
.td150 { width: 150px; }
.td190 { width: 190px; }
.td200 { width: 200px; }
.td170 { width: 170px; }
.td195 { width: 195px; }
.td225 { width: 225px; }
.td180 { width: 180px; }
.td160 { width: 160px; }
.nowrap { white-space:nowrap; }


/* CSS for Time Picker - Start */
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
/* CSS for Time Picker - End */

.ListSearchExtender
{
	margin-left:expression(this.clientWidth + 10);
	margin-top:22px;
	height:20px;
}




/* BEGIN: BLEND STYLES */

/****** MENU ******/

#Menu {height:42px; width:960px; background: #e2dfdb url(/images/blend/bg_menu.jpg) top left repeat-x; border-bottom:1px solid #c7c3bb;}
ul.TabList {margin-left:1px;}
ul.TabList li.Tab {float:left; font-weight:bold; padding-top:2px; font-size:1.2em;}
ul.TabList li.Tab a {color:#9D9585; display:block; text-decoration:none; padding:12px 18px; border-left:1px solid #fff; border-right:1px solid #c7c3bb;}
ul.TabList li.Tab a:hover {color:#a3c0d4; display:block; background:#fff url(/images/blend/bg_selected.gif) top left repeat-x; margin-top:-2px; text-decoration:none; border-top:2px solid #F0EEED; padding-bottom:14px;}
ul.TabList li.Tab.Selected a {color:#9D9585; display:block; background:#fff url(/images/blend/bg_selected.gif) top left repeat-x; margin-top:-2px; text-decoration:none; border-top:2px solid #F0EEED; padding-bottom:14px;}
ul.TabList li.Tab.Selected a:hover {color:#a3c0d4;}
ul.TabList li.First a {border-left: none;}
ul.TabList li.Last a {border-right: none;}
p.SideLink {float:right; margin-right:1px;}



/****** SUB MENU ******/

#MenuSub { font-size:10px; height:36px; width:400px; background: #e2dfdb url(/images/blend/bg_menu.jpg) top left repeat-x; border-bottom:1px solid #c7c3bb;}
ul.TabListSub {margin-left:1px;}
ul.TabListSub li.Tab {float:left; font-weight:bold; padding-top:2px; font-size:1.0em;}
ul.TabListSub li.Tab a {color:#9D9585; display:block; text-decoration:none; padding:12px 18px; border-left:1px solid #fff; border-right:1px solid #c7c3bb;}
ul.TabListSub li.Tab a:hover {color:#a3c0d4; display:block; background:#fff url(/images/blend/bg_selected.gif) top left repeat-x; margin-top:-2px; text-decoration:none; border-top:2px solid #F0EEED; padding-bottom:14px;}
ul.TabListSub li.Tab.Selected a {color:#9D9585; display:block; background:#fff url(/images/blend/bg_selected.gif) top left repeat-x; margin-top:-2px; text-decoration:none; border-top:2px solid #F0EEED; padding-bottom:14px;}
ul.TabListSub li.Tab.Selected a:hover {color:#a3c0d4;}
ul.TabListSub li.First a {border-left: none;}
ul.TabListSub li.Last a {border-right: none;}
p.SideLinkSub {float:right; margin-right:1px;}





/****** FOOTER ******/

#Footer {clear:both; height:162px; width:980px; background:#d8dbd0 url(/images/blend/bg_footer.jpg) top left repeat-x; position:relative;}
#Footer .DC {height:87px; width:180px; background:transparent url(/images/blend/Digital-Convergance.jpg) top left repeat-x; position:absolute; top:35px; left:35px;}
#Footer .DC span {display:none;}
#Footer ul.Footer { margin-left:233px; padding-top:60px;}
ul.Footer li a {color:#a1a1a1; text-decoration:none;}
ul.Footer li a:hover {color:#a3c0d4; text-decoration:underline;}

/* END: BLEND STYLES */





/* Display transparent gray background when Modal Popup Window displayed */
.modalBackground {
	background-color: Gray; 
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* Gray button */
.btn-gray{ border:1px solid #c7c3bb; 
background: rgba(254,254,254,1);
background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(227,226,225,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(100%, rgba(227,226,225,1)));
background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(227,226,225,1) 100%);
background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(227,226,225,1) 100%);
background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(227,226,225,1) 100%);
background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(227,226,225,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e3e2e1', GradientType=0 );
 padding:0 20px; line-height:28px; font-size:15px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#698ba2; border-radius:20px; cursor:pointer;
}

/* sub menu CSS*/
.btn-add{ border:0; border-top:1px solid #fff; 
background: rgb(230,230,230); /* Old browsers */
background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(206,207,209,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(206,207,209,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(206,207,209,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(206,207,209,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(206,207,209,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(230,230,230,1) 0%,rgba(206,207,209,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#cecfd1',GradientType=0 ); /* IE6-9 */
 padding:8px 15px; line-height:32px; font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#696a6c; cursor:pointer;
 text-decoration:none;
}

.btn-add:hover{
background: rgb(232,232,234); /* Old browsers */
background: -moz-linear-gradient(top, rgba(232,232,234,1) 0%, rgba(248,248,248,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,234,1)), color-stop(100%,rgba(248,248,248,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(232,232,234,1) 0%,rgba(248,248,248,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(232,232,234,1) 0%,rgba(248,248,248,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(232,232,234,1) 0%,rgba(248,248,248,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(232,232,234,1) 0%,rgba(248,248,248,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8ea', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
color:#83b0ba;
}

.btn-add.active{
background: rgb(237,236,234); /* Old browsers */
background: -moz-linear-gradient(top, rgba(237,236,234,1) 0%, rgba(239,238,234,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,236,234,1)), color-stop(100%,rgba(239,238,234,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(237,236,234,1) 0%,rgba(239,238,234,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(237,236,234,1) 0%,rgba(239,238,234,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(237,236,234,1) 0%,rgba(239,238,234,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(237,236,234,1) 0%,rgba(239,238,234,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edecea', endColorstr='#efeeea',GradientType=0 ); /* IE6-9 */
color:#7aa4bc;
}
/*End*/