/* Miscellaneous classes for reuse */

.skillsclass_Yes
{
   background-color:#f4f884;
   font-weight:bold;
}
.skillsclass_No
{
   
}
a:hover
{
    text-decoration:none !important;
}

h2 {
	font-size:115%;
	margin:0 0 10px 0;
}
.errorblock {
	padding:15px;
	text-align:center;
	/*background-color:#F00;*/
	font-size:14px;
	font-weight:bold;
	color:#F00;
}
.zeromarg {
	margin:0 !important;
}
.fivemarg {
	margin:5px !important;
}
.tenmarg {
	margin:10px;
}
.twentymarg {
	margin:20px !important;
}
.txtlft {
	text-align:left !important;
}
.txtrt {
	text-align:right;
}
.txtctr {
	text-align:center !important;
}
.txtrtnopad {
	padding-right:0px;
	text-align:right;
}
.fltrt {
	float: right;
	margin-left: 10px;
}
.fltrtnom {
	float: right;
}
.fltltnom {
	float: left !important;
}
.fltlft {
	display: inline;
	float: left;
	margin: 0 20px 10px 0;
}
.fltlftnrm { 
	display: inline;
	float: left;
	margin: 0 0 10px 0;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearheight {
	height:20px !important;
}
.settingsblock {
	height:50px;
	padding:3px;
	border-top:solid 1px #000;
	background:#CCC;
	text-align:center;
}
.nooverflow {
	overflow:hidden;
}

.tablebasic {
	width:100%;
	padding:0;
	border: 0;
	border-spacing:0;
	border-collapse:collapse;
}
.tablebasic td {
	padding:4px 7px;
}
.removebasic td {
	padding:0;
}
.tablebasic .tdseparation {
	padding-top:5px;
	border-bottom:dotted 1px #c5dcff;
}
.tablebasic .tdseparation td{
	padding-top:5px;
	border-bottom:dotted 1px #c5dcff;
}
.tablebasic .removetdseparation td {
	padding:none;
	border:none;
}
.altrow td {
	background-color:#D8D8D8;
}
.shortcol {
	width:1%;
}
.tabpage {
	width:880px;
	height:430px;
}
.actionbutton {
	display:inline;
	float:left;
	margin:10px 10px 10px 10px;
	padding:3px;
	border:solid 1px #000;
	text-align:center;
	background:#0065BD !important;
	color:#FFF;
}
.actionbuttonright {
	float:right;
	margin:0;
}
.actionbuttoncenter {
	float:none !important;
	display:block !important;
}	
.actionbutton:hover {
	background:#949DA3;
	color:#FFF;
}
.actionbutton:visited {
	background:#949DA3;
	color:#FFF;
}
.actionbutton:active {
	background:#949DA3;
	color:#FFF;
}
#feedoptions {
	padding:0px 10px 0px 10px;
	display:none;
}
.feedoptions input {
	font-size:10px;
}
.publishertxt {
	font-size:9px;
}
.feedchecks {
	border-collapse:collapse;
}
.feedchecks td {
	padding:5px 5px 0px 5px;
}
.feedtitle {
	padding:8px 10px 8px 10px;
	font-weight:bold;
	font-size:14px;
}
.feedrow1 {
	padding:3px 4px 3px 20px;
	background-color:#cccccc;
}
.feedrow2 {
	padding:3px 4px 3px 20px;
	background-color:#ffffff;
}
.feeddate {
	font-size:10px
}
.redlight_dot {
	background-image:url(images/red_light.gif);
	background-position:left 7px;
	background-repeat:no-repeat;
	padding:5px 7px 5px 0px;
	width:10px;
}
.yellowlight_dot {
	background-image:url(images/yellow_light.gif);
	background-position:left 7px;
	background-repeat:no-repeat;
	padding:5px 7px 5px 0px;
	width:10px;
}
.greenlight_dot {
	background-image:url(images/green_light.gif);
	background-position:4px 7px;
	background-repeat:no-repeat;
	padding:5px 7px 5px 0px;
	width:10px;
}
.default_radpageview 
{
    overflow-x:hidden !important;
}
/* Calendar Styles */
.caltable {
	font-size: 80%;
}
.caltable td {
	width: 14%;
	border: 1px solid #333;
}
.caltable .calfunctions {
}
.caltable .calfunctions .left {
}
.caltable .calfunctions .center{
	text-align:center;
}
.caltable .calfunctions .right{
	text-align:right;
}
.caltable .calfunctions td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.caltable .calfunctions input, .caltable .calfunctions select, .caltable .calfunctions a {
	font-size: 90%;
}
.caltable .dates td {
	height:68px;
	max-height:68px;
}
.caltable h6 {
	padding: 2px;
	color: #000;
	background-color: #CCC;
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
}
.caltable .dates h6 {
}
.caltable .dates .alt h6{
	color: #000;
	background-color: #00a950;
}
.caltable .dates .content {
	font-size:90%;
	margin: 0px;
	padding: 2px;
}

DIV.stat-header 
{
	font-size:12px;
	font-weight:bold;
	color:#004c80;
}
DIV.stat 
{
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

 .CustomGridPager table 
        {
           margin-left:20px;
        }

    .CustomGridPager td
        { 
            color: #000 !important;
          
        }
        .CustomGridPager table td
        {
            background: none !important;
        }

        .CustomGridPager A
        {
            font-weight:bold;
            color: #9d6b0b !important;
        }
        .CustomGridPager TD
        {
            padding:10px;
        }
        
        
 .hdrCw {
    background:#ccc;
    opacity : 0.8;
	-moz-opacity : 0.8;
	-khtml-opacity : 0.8;
	filter:alpha(opacity=80);    
    font-size:11px;
    font-weight:bold;
	color:#000;
    border:1px solid #333;
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
    padding-bottom:3px;
 }
.bdy1 {
	background:#FFFFFF;
	font-size:11px;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	padding:3px;
	width:150px;
}
