/* ================================
    CSS STYLES FOR Module ModuleName1
   ================================
*/
BODY,HTML
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE:  .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.maintable
{
	height: 100%;
}

.topnavlink:link
{
	font-weight: bold;
	font-size: xx-small;
	color: #006699;
}	
		
.topnavlink:visited
{
	font-weight: bold;
	font-size: xx-small;
	color: orangered;
}	
		
.topnavlink:hover
{
	font-weight: bold;
	font-size: xx-small;
	color: #006699;
}

.topnavlink:active
{
	font-weight: bold;
	font-size: xx-small;
	color: Purple;
}	

.subnavlink:link
{
	font-weight: bold;
	font-size: xx-small;
	color: navy;
}	

.subnavlink:visited
{
	font-weight: bold;
	font-size: xx-small;
	color: navy;
}	
		
.subnavlink:hover
{
	font-weight: bold;
	font-size: xx-small;
	color: orangered;
}

.subnavlink:active
{
	font-weight: bold;
	font-size: xx-small;
	color: navy;
}	
	
.position-title
{
	font-weight: bold;
	font-size: 11px;
	color: #095ba6;
}
.subtitle
{
	font-weight: bold;
	font-size: 11px;
	color: #000000;
}
.border
{
	border: #cccccc 1px solid;
}
.topnav
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-color: #ffffff;
}
.sidenav
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-color: #DFED8E;
	width: 19%;
}
.separator
{
	color:black;
	text-decoration:none;
	margin-left: 2px;
	margin-right: -1px;
}
.footer
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-color: #ffdb99;
	height: 5%;
}
.content
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	background-color: #F9F9F9;
	width: 85%;
}

.tableheader
{
	background-color: #D9E5F2;
	color: #006699;
	font-weight: bold;
}

.tableheader A:link 
{
	font-weight: bold;
	font-size: xx-small;
	color: #006699;
}	

.tableheader A:visited 
{
	font-weight: bold;
	font-size: xx-small;
	color: #006699;
}	

.tableheader A:hover 
{
	font-weight: bold;
	font-size: xx-small;
	color: white;
}

.tableheader A:active 
{
	font-weight: bold;
	font-size: xx-small;
	color: #006699;
}	

.tableitems
{
	color: black;
	font-family: Verdana;
	font-size: xx-small;
}

.normaltext
{
	font-size: xx-small;
}

HR
{
	height: 1px;	
}

INPUT
{
	font-family: Arial;
	font-size:xx-small;
}

SELECT
{
	font-family: Arial;
	font-size:xx-small;
	color: #09357A;
}

TEXTAREA
{
	font-family: Arial;
	font-size:xx-small;
	background: white;
	color: #09357A;
}

.BioThumbLarge
{
	margin-right: 10px;
	margin-top: 3px;
	border: 1px solid black;
}

/** Online Learning Section **/

.learning-item * { font-size: 11px !important; font-weight:normal; }
    .learning-item [id*='lblTitle'] { display: inline-block; width: 30%; vertical-align:top; }
    .learning-item [id*='pnlProgress'] { text-align:center !important; display: inline-block; width: 50%; position:relative; }
    .learning-item [id*='pnlProgress'] [id*='lblProgress'] { position:relative; z-index:999; }
    .learning-item [id*='pnlProgress'] .ui-progressbar-value { position: absolute; top: 0px; }
    .learning-item [id*='lblLastActivity'] { display:inline-block; float:right; width:15%; text-align:right; padding-right: 10px; }
.NormalBold.learning-item * { font-weight: bold; }
    
/** Onsite Training Section **/

.training-item * { font-size:11px; padding-right: 10px; font-weight:normal; }
    .training-item [id*='lblTitle'] { width: 45%; display: inline-block; }
    .training-item [id*='lblStartDate'] { float: right; padding-right: 10px;}
.NormalBold.training-item * { font-weight: bold; }

[id$='WallList_lstItems'] > br {
display: none;
}
    
/* jQuery UI ProgressBar */

.ui-progressbar { height:2em; text-align: left; overflow: hidden; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-progressbar.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-progressbar.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/DesktopModules/Ovionx.Dashboard/images/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/DesktopModules/Ovionx.Dashboard/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
