/* Shared/Structural Rendering */
@import url(../Shared/Skin.css);




/* ExtJS Component Styles */

.x-grid-panel .x-panel-mc .x-panel-body {
    border-color:#99bbe8;
}
.x-grid3-hd-row td {
    border-left-color:#eef4e8;
    border-right-color:#C0C9B8;
}
.x-grid3-header{
    background-color:#e1ecd8;
}
td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
    border-left-color:#b4c6a1;
    border-right-color:#b4c6a1;
}
td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
    background-color:#b4c6a1;
}
.x-grid3-hd-btn {
    background-color:#d9e0d3;
}
.x-grid-group-hd {
    border-bottom-color:#939f85;
}
.x-date-middle,.x-date-left,.x-date-right {
	background-image: url(Images/tblhdr_bg.gif);
}
.x-menu {
	border:1px solid #718bb7;
}
.x-menu-floating{
    border-color:#718bb7;
}
.x-panel {
    border-color: #99bbe8;
}
.x-panel-header {
    color:#444;
}
.x-panel-body {
    border-color:#b4c6a1;
}
.x-panel-body-noheader, .x-panel-mc .x-panel-body {
    border-top-color:#b4c6a1;
}
.x-panel-ghost {
    background-color:#cbddf3;
}
.x-panel-ghost ul {
    border-color:#99bbe8;
}
.x-panel-ghost .x-window-tl {
    border-bottom-color:#99bbe8;
}
.x-window-plain .x-window-mc {
    background-color: #fff;
    border-color: #a3bae9 #dfe8f6 #dfe8f6 #a3bae9;
}
.x-window-plain .x-window-body {
    border-color: #dfe8f6 #a3bae9 #a3bae9 #dfe8f6;
}







/* Page Design */
div#Page,
html { height: 100%; }
body {
    background-color: #fff;
    font-size:12px;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #000;
    display: table;
    width: 100%;
    height: 100%;
}
button { font-size:12px; }
h1, h2, h3, h4, h5, h6 
{
    font-size: 1.4em;
}
h1 
{
	font-weight:normal;
	font-size:14pt;
	margin:24px 0px 8px 0px;
}
h2 
{
	font-weight:bold;
	font-size:11pt;
	
}
/*img { vertical-align: text-bottom; } fix for bug 20361*/
input[type=checkbox] { vertical-align: middle; }
input[type=button], input[type=submit]
{
    cursor: hand;
    cursor: pointer;
}


dl.systemProps {
    color: #888;
}
dl.systemProps dd {
    color: #666;
}

.noValue 
{
	color:#888;
}

/* Frame Styles */

div#Head ul
{
    margin: 0px;
    list-style-type: none;
}
div#Head li
{
    margin: 0px;
}
div#BrandBar
{
    background: url(Images/brand_bg.gif) left bottom repeat-x;
    line-height: 85px;
    min-height: 85px;
    height: 85px;
    overflow: hidden;
}
div.brand span.logo
{
    background: url(Images/brand_logo.jpg) top left no-repeat;
    height: 85px;
    width: 280px;
    display: block;
}

#NavigationBar{}
#NavigationBar ul
{
    padding: 0px 15px;
}
ul#MajorNav 
{
	position:absolute;
	top:12px;
	left:210px;
	white-space:nowrap;
}
ul#MajorNav li 
{	
	display:-moz-inline-box;/*FF2*/
	display:inline;
}
ul#MajorNav a
{
	background:url(Images/nav_down.png) top center no-repeat;
    color: #fff;
    display: -moz-inline-box;/*FF2*/
	display: inline-block;
    text-decoration: none;
    cursor:hand;/*IE7*/
}
ul#MajorNav li.current a
{
	background-image:url(Images/nav_top.png);
	color:#000;
}
ul#MajorNav a:hover
{
	background-image:url(Images/nav_over.png);
	color:#000;
}
 ul#MajorNav li span 
{
	padding:52px 0px 26px 0px;
	text-align:center;
    width:118px;
    height:24px;
    display: -moz-inline-block;/*FF2*/
    display: inline-block;
	background:url(Images/nav_icons.png) top center no-repeat;
}
ul#MajorNav li.library span 
{
	background-position:center -100px;
}
ul#MajorNav li.assignment span 
{
	background-position:center 0px;
}
ul#MajorNav li.people span 
{
	background-position:center -200px;
}
ul#MajorNav li.reports span 
{
	background-position:center -300px;
}
ul#MajorNav li.ohm span 
{
	background-position:center -400px;
}
ul#MajorNav li.shop span 
{	
	background-position:center -500px; 
}

ul#MinorNav
{
    position:absolute;
    padding:0px;
    top:29px;
    right:25px;
}
ul#MinorNav li
{
    margin-bottom:1px;
}
ul#MinorNav a
{
	display:-moz-inline-box;/*FF2*/
    display:inline-block;
    width:80px;
    padding:6px 6px 6px 30px;
    color:#fff;
    text-decoration:none;
}
ul#MinorNav li.settings a 
{
	background:#405974 url(Images/wrench_orange.png) 6px center no-repeat;
}
ul#MinorNav li.help a 
{
	background:#405974 url(Images/help.png) 6px center no-repeat;
}
ul#MinorNav li.logOut a 
{
	background:#a7ad9d url(Images/door_out.png) 6px center no-repeat;
}
ul#MinorNav li.support a 
{
	background:#dae1d3 url(Images/help.png) 6px center no-repeat;
}

#PathBar
{
	background: #dae1d3 url(images/path_bg.gif) repeat-x left top;
    line-height: 26px;
    height: 27px;
    padding: 0px 25px;
}
#Content
{
    padding: 0px 25px;
}


span.requiredField
{
    color: #800;
}

/* Content Layout */
div.note
{
	border:1px solid #eea;
	background-color:#ffd;
}
div.submitBar 
{
	border-top:4px solid #dae1d3;
	padding:8px;
	margin:12px 0;
}



  
    

/* Grids */
.x-panel-header {
    color:#444;
}
.list-description {
	color:#777;
}




/* FullStage Master */
#ReturnBar 
{
	background:#dae1d3 url(images/path_bg.gif) repeat-x left top;
	border-bottom:1px solid #999;
}
#ReturnBar h1 
{
	margin:6px 0px;
}
#ReturnBar ul 
{
	margin:0px;
	padding:0px;
}
#ReturnBar ul li
{
	display:inline;
	margin-right:2px;
}
#ReturnBar ul li a
{
	display:-moz-inline-box;
	display:inline-block;
	text-decoration:none;
	color:#000;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#dbe2d5;
}
#ReturnBar ul li a:hover
{
	background-color:#ebf3e5;
}
#ReturnBar ul li.action-exit a
{
	background-color:#a7ad9d;
	color:#fff;
}
#ReturnBar ul li.action-exit a:hover
{
	background-color:#bec5b3;
}
.stage #Content
{
	padding:0px;
}
@media print 
{
	.stage #Head /* Hide For Print */
	{ display:none; }
}
.stage #BrandBar
{
	min-height:40px;
	height:40px;
	background:url(Images/brand_bg_full.gif) repeat-x top left;
}
.stage div.brand span.logo
{
	background-image:url(Images/brand_logo_full.jpg);
}





/* Actions */
ul.actions li a {
	text-decoration:none;
	color:#000;
}
ul.actions li span  {
	color:#777;
}
ul.actions li a:hover {
	background-color:#cad3c1;
}



/* Auto-Bound Panels */
.panel-header {
	border-bottom:1px solid #909d80;
}
.panel-bwrap {
	background-color:#d9dfd2;
}



/* Form Pages */
div.submitBar 
{
	border-top:4px solid #dae1d3;
	padding:8px;
	margin:12px 0;
}




/* Reports */
.report-param-panel { border:2px solid #DAE1D3; }
.report-param-panel .x-panel-header {color:#15428b; font-weight:bold; font-size: 11px; font-family: tahoma,arial,verdana,sans-serif; border-color:#DAE1D3; background: #B4C6A1;}
.tile-stack .x-panel-body{border:1px solid #b4c6a1;background:white;}





/* Login Page */
.loginPanel {
	position:absolute;
	top:32px;
	right:0px;
	color:#fff;
	white-space:nowrap;/*IE6*/
}
.loginPanel .panelHeader {
	display:none;
}
.loginPanel input.login {
	margin-top:16px;
}
		
ul.benefits {
	list-style-position:inside;
}
.graphicCol  {
	float:left;
}
.helpOptions  {
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.helpOptions li {
	margin:8px 0;
}

.mincartBorder
{border: solid 1px #b4c6a1;margin-top:3px;
}
.miniCartBottomBorder
{
border-bottom: solid 1px #b4c6a1;
}
	
.miniCartBorderTop
{border-top: solid 1px #b4c6a1;
}	

.myAccountBorder
{border: solid 1px rgb(233, 233,233);
}

.Transaction-Gray-Text
{
	color:Gray;
}

/* Assignment home */
.ux-maximgb-tg-mastercell-wrap  a.assignment-name
{
	text-decoration: none;	
	
}
.ux-maximgb-tg-mastercell-wrap  a.assignment-name .assign-title
{
	text-decoration: underline;	
	
}
