@font-face
{
	font-family: "Calibri1";
	src: url(CALIBRI.TTF) format(      "truetype" );
}
body
{
	font-family: Calibri,Calibri1;
}
table.showDetails1
{
	background-color: #808080;
	border-spacing: 0px;
	border-collapse: separate;
}
table.showDetails1 th
{
	color: #fff;
	background-color: #808080;
	font-weight: normal;
	text-align: left;
	padding: 1px;
}
table.showDetails1 td
{
	background-color: #E7E8EA;
	padding: 1px;
}

table.showDetails
{
	background-color: #808080;
	border-spacing: 1px;
	border-collapse: separate;
}
table.showDetails th
{
	color: #fff;
	background-color: #808080;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}

table.showDetails th a
{
	color: white;
    text-decoration: none;
    
   
}
table.showDetails td
{
	background-color: #E7E8EA;
	padding: 5px;
}
table.showDetails td.td1
{
	color: #3A3A3B;
	background-color: #f1f1f1;
}
table.showDetails td.td2
{
	color: #3A3A3B;
	background-color: #E7E8EA;
}
table.showDetails td.editCell
{
	color: #3A3A3B;
	background-color: #ff0;
}
.add_new
{
	background-image: url(../images/add_new.png);
	background-repeat: no-repeat;
	height: 32px;
	padding-left: 36px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-decoration: none;
}
.add_new:hover
{
	color: Blue;
	text-decoration: underline;
	background-image: url(../images/add_new_hover.png);
}
input[type="text"]
{
	border: solid 1px #CCCCCC;
	width: 200px;
	height: 17px;
}
select
{
	border: solid 1px #CCCCCC;
	width: 200px;
}
textarea
{
	border: solid 1px #CCCCCC;
	width: 400px;
}
.full_screen
{
	background-image: url(../images/full_screen.png);
	background-repeat: no-repeat;
	height: 64px;
	padding-left: 68px;
	padding-top: 0px;
	margin-top: -10px;
	padding-bottom: 45px;
	text-decoration: none;
	vertical-align: bottom;
}
.Watermark
{
	color: #a7a7a7;
	background-color: #F7FBFE;
	border: 1px solid #1ca7d6;
	font-size: 11px;
	font-weight: normal;
}
.autocomplete_text_blur
{
	background: none;
}
.autocomplete_text_focus
{
	background-image: url(../images/autocomplete_leftcap.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.autocomplete_text_busy
{
	background-image: url(../images/autocomplete_spinner.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.search_for
{
	color: #16a3d5;
}
input.search_for
{
	color: #000;
	border: 1px solid #1ca7d6;
}
.edit_icon
{
	text-align: center;
	vertical-align: middle;
	width: 20px;
	padding: 1px;
}
.delete_icon
{
	text-align: center;
	vertical-align: middle;
	width: 40px;
	padding: 3px;
}
table.showDetails tr:hover td
{
	background-color: #D1F0F9;
	color: #000;
}

table.showDetails tr:hover td.edit_icon, table.showDetails tr:hover td.delete_icon
{
	background-color: #1BB6E2;
}
.import-from-excel
{
	height: 64px;
	width: 64px;
	background-image: url(../images/import-from-excel.png);
}
#import-from-excel
{
	background-position: 0px 0px;
}
#import-from-excel:hover
{
	cursor: hand;
	background-position: -64px 0px;
}

#wizHeader li .prevStep
{
    background-color: #669966; 
}
#wizHeader li .prevStep:after
{
    border-left-color:#669966 !important;
}
#wizHeader li .currentStep
{
    background-color: #C36615;
}
#wizHeader li .currentStep:after
{
    border-left-color: #C36615 !important;
}
#wizHeader li .nextStep
{
    background-color:#C2C2C2;
}
#wizHeader li .nextStep:after
{
    border-left-color:#C2C2C2 !important;
}
#wizHeader
{position:relative;
    list-style: none;
    overflow: hidden;
    font: 12px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
    font-weight:bold;
}
#wizHeader li
{
    float: left;
}
#wizHeader li a
{
    color: white;
    text-decoration: none;
    padding: 10px 20px 10px 35px;
    background: brown; /* fallback color */
    background: hsla(34,85%,35%,1);
    position: relative;
    display: block;
    float: left; border-bottom:1px dotted #ffffff;
}
#wizHeader li a:after
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 19px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 17px solid transparent;
    border-left: 17px solid white;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 100%;
    z-index: 2;
}
#wizHeader li a:before
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 17px solid white;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
#wizHeader li:first-child a
{
    padding-left: 10px;
}
#wizHeader li:last-child
{
    padding-right: 50px;
}
#wizHeader li a:hover
{
    background: #FE9400;
}
#wizHeader li a:hover:after
{
    border-left-color: #FE9400 !important;
}
.content
{
    padding-top:5px;
    text-align:left;
    background-color:#FFF;
    font-size:12px;
}

/*.button
{
    border:1px solid #df0909; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; text-align: center; color: #FFFFFF; background-color: #f62b2b;
	 background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
	 background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
	 background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
	 background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
	 background-image: -o-linear-gradient(top, #f62b2b, #d20202);
	 background-image: linear-gradient(to bottom, #f62b2b, #d20202);
	 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
	 cursor:default;
	 min-width:200px;

}

.button:hover
{
     border:1px solid #b30808; background-color: #e40a0a;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), top(#9f0202));
 background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
 background-image: linear-gradient(to bottom, #e40a0a, #9f0202);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202); 
 cursor:default;
  min-width:200px;
}*/

.button
{
    padding: 4px 20px;
/*give the background a gradient*/
		background:#D34723; /*fallback for browsers that don't support gradients*/
		background: -webkit-linear-gradient(top, #cc3d1e, #D34723);
		background: -moz-linear-gradient(top,#cc3d1e, #D34723);
		background: -o-linear-gradient(top, #cc3d1e, #D34723);
		background: linear-gradient(top, #cc3d1e, #D34723);
		border:2px outset #dad9d8;
		/*style the text*/
		font-family:Andika, Arial, sans-serif; /*Andkia is available at  */
		font-size:1.1em;
		letter-spacing:0.05em;
		text-transform:uppercase;
		color:#fff;
		text-shadow: 0px 1px 10px #000;
		/*add to small curve to the corners of the button*/
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		/*give the button a drop shadow*/
		-webkit-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
		-moz-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
		box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
		cursor: hand;
}

.button:hover
{
     border:2px solid #dad9d8;
     cursor: hand;
}


.Overlay { 
  position:fixed; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  background-color:#000;  
  filter:alpha(opacity=50); 
  opacity:0.5; 
  z-index:1000;
}
 
.PopUpPanel {  
  position:absolute;
  background-color: #fff;   
  top:100px;
  left:15%;
  z-index:2001; 
  padding:10px;
  min-width:400px;
  max-width:700px;
    
  -moz-box-shadow:3.5px 4px 5px #000000;
  -webkit-box-shadow:3.5px 4px 5px #000000;
  box-shadow:3.5px 4px 5px #000000;

  border-radius:5px;
  -moz-border-radiux:5px;
  -webkit-border-radiux:5px;

 border: 1px solid #CCCCCC;
}


.MyCalendar .ajax__calendar_container {
    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;
}

 
.Mlist:link {color:#ff9900; text-decoration: underline;}      /* unvisited link */
.Mlist:visited {color:#ff9900; text-decoration: underline;}  /* visited link */
.Mlist:hover {color:#FF00FF; text-decoration: underline;}  /* mouse over link */
.Mlist:active {color:#0000FF; text-decoration: underline;}  /* selected link */ 

.about a[href^="mailto:"]
{ 
  font-family: sans-serif;
  color: red;
  font-size: 11px;
}

.header
{
	color: #fff;
	background-color: #808080;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}

.mGrid { 
    width: 100%; 
    background-color: #fff; 
    margin: 5px 0 10px 0; 
    border: solid 1px #525252; 
    border-collapse:collapse; 
    border-left: solid 1px #525252; 
    font: 12px Arial, Helvetica, sans-serif, Bitstream Vera Sans;
}
.mGrid td { 
    padding: 2px; 
    border: solid 1px #c1c1c1; 
    color: #000000; 
}
.mGrid th { 
   /* padding: 4px 2px; 
    color: #fff; 
    background: #A7A7A7 url(hrow.png) repeat-x top; 
    border-left: solid 1px #525252; 
    font-size: 0.9em; 
*/
 color: #000;
 border-left:solid 1px #c1c1c1;
background: #f9f9f9 url(hrow.png) repeat-x 0 0; cursor: default; zoom: 1; padding: 1px 0 0 0
}
.mGrid .alt { background: #fcfcfc url(grd_alt.png) repeat-x top; }
.mGrid .pgr {background:  #f9f9f9 url(hrow.png) repeat-x 0 0;  }
.mGrid .pgr table { margin: 5px 0; }
.mGrid .pgr td { 
    border-width: 0; 
    padding: 0 6px; 
    border-left: solid 1px #666; 
    font-weight: bold; 
    color: #fff; 
    line-height: 12px; 
 }   
.mGrid .pgr a { color: #000000; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }


h2 {
    text-align: center;
    text-decoration: underline;
}

.GridStyle { 
    width: 100%; 
   
    border: 1px solid #d9d9d9; 
    
}

TABLE.GridStyle TR TD, TABLE.GridStyle TR TH, 
TABLE.GridStyle TR TH SPAN, TABLE.GridStyle TR TD SPAN, 
TABLE.GridPagerStyle TR TD A, TABLE.GridPagerStyle TR TD
{
    font-family: Tahoma, Verdana, Arial;
    font-size: 9pt;
    
}

TABLE.GridStyle TR TD, TABLE.GridStyle TR TH
{
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
     min-width:50px;
    max-width:300px;
}

TABLE.GridStyle TR TH
{
   background-color:#DCDAC2;  
	background-image:url(../images/bg_lnews.jpg);
	background-repeat:repeat-x;
	color:#001f42;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:6px 0 6px 10px;
	border:1px solid #d9d9d9;
	margin-top:0; 
}        

TABLE.GridStyle TR
{
    height : 15px;
    max-height : 15px;
    min-height : 15px;
}    
        
TABLE.GridStyle TR TD
{
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    min-width:50px;
    max-width:300px;
}  

TABLE.GridStyle TR TD.heading
{
    background-color:#cc3d1e;
	background-image:url(../images/bg_snews.jpg); background-repeat:repeat-x; 
	color:#fff;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:6px 0 6px 10px;
	border:1px solid #d9d9d9;
	margin-top:0;
}            
TR.GridAlternateRowStyle
{
    background-color: #F5F5F5;
}
TR.GridRowStyle
{
    background-color: White;
}