﻿body {
	margin:0px;
	padding:0px;
	border:0px;
	/*background-color:#1F1F20;*/
	background-image:url(../img/backgrounds/canvas.png);
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

#sysHome
{
    background-image:url(../img/backgrounds/canvas.png);
    background-repeat:no-repeat;
}

.cpPage
{
    background-image:none;
    background-color:#272727;

}
    .ui-icon
    {
        background-image: url(../img/Icons/ui-icons_ffffff_256x240.png) !important;
    }


#topsection{
	width:100%;
	height:60px;
	background-image:url(../img/backgrounds/header.png);
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000');
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000')";
 
/* Firefox */
/*.-moz-box-shadow: 3px 3px 10px #000;*/
/* WebKit */
-webkit-box-shadow: 3px 3px 10px #000;
/* Standard */
box-shadow: 3px 3px 10px #000;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin: 10px 275px 0 270px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	min-height:1000px;
}

#leftcolumn{
	background-image:url(../img/backgrounds/leftMenu.png);
	background-repeat:repeat-y;
	width:270px;
	margin-left: -100%;
	min-height:1000px;
	float:left;
}

#rightcolumn{
	background-image:url(../img/backgrounds/rightMenu.png);
	background-repeat:repeat-y;
	background-position:right;
	padding:20px;
	width:230px;
	margin-left:-270px;
	min-height:960px;
	float:left;
}

/* iPad [portrait + landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #rightcolumn
    {
        display:none !important;
    }
    #contentcolumn{
	margin: 10px 10px 0 270px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	min-height:1000px;
    }
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
  #rightcolumn
    {
        display:none !Important;
    }
    #contentcolumn{
	margin: 10px 10px 0 270px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	min-height:1000px;
    }
}

#footer{
	clear: left;
	width:100%;
	height:30px;
	background-image:url(../img/backgrounds/header.png);
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.iFramePageHolder{
	width:100%;
	height:1000px;
}


/* LMS ADMIN LAYOUT */
#lmsContainer{width:100%;position:relative;}

#lmsCentreSection{
	width:100%;
	float:left;
}
#lmsCentreStage{
	/*background-color:#ffffff;*/
	min-height:1000px;
	margin:0 270px 0 270px;
}
#lmsLeftMenuSection {
	background-image:url(../img/backgrounds/leftMenu.png);
	background-repeat:repeat-y;
	width:270px;
	margin-left: -100%;
	min-height:1000px;
	float:left;
}
#lmsRightMenuSection{
	background-image:url(../img/backgrounds/rightMenu.png);
	background-repeat:repeat-y;
	width:270px;
	margin-left:-280px;
	min-height:1000px;
	float:left;
}
#lmsHeaderText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	margin:20px 0px 0px 20px;
	float:left;
	width:300px;
}

#rightPanel{
	width:265px;
	margin-left:5px;
}

#rightHeader{
	border-bottom: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	height:41px;
	width:240px;
	padding:10px 10px 0px 10px;
}
#rightSubHeader{
	border-bottom: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
	-webkit-box-shadow: outset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	-moz-box-shadow: outset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	box-shadow: outset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	height:38px;
	width:240px;
	padding:5px 10px 0px 10px;
}

#prevBtn {
	float:left;
	display:block;
	border:none;
}
#nextBtn {
	float:right;
	display:block;
	border:none;
}
#txtGroupName {
	float:left;
	width:79px;
	margin-top:4px;
	height:22px;
	text-align:center;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
	line-height:22px;
}

.settings{
	list-style:none;
	margin:0px;
	padding:0px;
	height:800px;
}

.settings li{
	width:210px;
	min-height:50px;
	background-color: rgb(31, 31, 31);
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	margin:10px 20px;
	padding:10px;
}

.settingName{
	font-size:12px;
	font-weight:bold;
	color:white;
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px;
}
.settingDesc{
	font-size:10px;
	font-style:italic;
	color:#99BDDD;
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px;
}


#searchBox{
	border-bottom: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	height:50px;
	width:260px;
}
#txtSearch{
	width:160px;
	height:24px;
	color:#fff;
	margin:13px 0px 13px 20px;
	background-color:transparent;
	border:none;
	padding:0px 20px 0px 40px;
	background-image:url(../img/backgrounds/searchbox.png);
	}
		
#lmsPersonInfo{
	height:130px;
	width:260px;
	clear:both;
}


#lmsLeftNav {
	width:260px;
	margin: 0px;
	font-size: 0.8125em;
}
#lmsPersonPhoto{
	width:50px;
	height:50px;
	margin:20px 10px 0px 20px;
	background-color:#1F1F1F;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	overflow:hidden;
}
.lmsPersonPhotoSm{
	width:20px;
	height:20px;
	margin:1px;
	background-color:#1F1F1F;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float:left;
}
#leftContent_lmsPersonPhotoImage{margin:3px; width:44px;}
.lmsPersonPhotoImageSm{margin:2px; height:16px; width:16px;}
#lmsPersonName{height:30px;width:160px;font-size:18px;float:left;overflow:hidden; margin-top:20px;}
#lmsPersonJob{height:20px;width:160px;font-size:12px;color:#99BDDD;float:left;overflow:hidden;}
#leftMenuTopIcons{width:260px; margin:0px 20px 0px 15px;height:55px;float:left;}
.leftMenuTopIcon{float:left;width:50px; height:50px;position:relative;}
.leftMenuTopIcon span{
	font-size: 0.500em; 
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 15px; 
	background: #CD2F10;
	line-height: 1em;
	height: 1em;
	padding: .4em .6em;
	margin: -.8em 0 0 0; 
	color: #fff;
	text-indent: 0;
	text-align: center;
	-webkit-border-radius: .769em;
	-moz-border-radius: .769em;
	border-radius: .769em;
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, .26), 0px 1px 0px 0px rgba(255, 255, 255, .15);
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	font-weight: 500;}
#lmsHeaderSection{
	width:100%;
	height:61px;
	background-image:url(../img/backgrounds/header.png);
}

.ui-widget-header 
{
	background-color: #626262;
	border-bottom: 1px solid #121212;
    -webkit-box-shadow: inset 0px 1px 0px 0px #606060;
    -moz-box-shadow: inset 0px 1px 0px 0px #606060;
    box-shadow: inset 0px 1px 0px 0px #606060;
    width: 100%;
    height: 2.75em;
    line-height: 2.75em;
    text-indent: 2.75em;
    display: block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, .5);
    background-image: linear-gradient(to top, rgb(65, 65, 65), rgb(41, 41, 41));
}

.ui-wdiget-header:hover
{
background-color: #626262;
	border-bottom: 1px solid #121212;
    -webkit-box-shadow: inset 0px 1px 0px 0px #606060;
    -moz-box-shadow: inset 0px 1px 0px 0px #606060;
    box-shadow: inset 0px 1px 0px 0px #606060;
    width: 100%;
    height: 2.75em;
    line-height: 2.75em;
    text-indent: 2.75em;
    display: block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, .5);
    background-image: linear-gradient(to top, rgb(65, 65, 65), rgb(41, 41, 41));
}

/* MINIMUM TAB STYLE */
#contentcolumn { 
    background: transparent; 
    border: none; 
} 
#contentcolumn .ui-widget-content {
    border: none;
    background: none;
    color: #fff;
}

#contentcolumn .ui-widget-header { 
    background: transparent; 
    border: none; 
    padding-bottom:-2px;
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
    box-shadow:none !important;
} 

#contentcolumn .ui-tabs-nav{
  overflow: hidden;
  width: 4000px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ui-tabs-nav
{
    position:absolute;
    left:0px;
}

#tabsContainer
{
    position:relative;
    width:100%;
    overflow:hidden;
}
#tabLeft
{
    position:absolute;
    right:18px;
    z-index:1001;
    cursor:pointer;
    text-align:center;
    opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}
#tabLeft:hover{color:Red; opacity:1;filter:alpha(opacity=100);}
#tabRight
{
    position:absolute;
    right:0px;

    z-index:1001;

    cursor:pointer;
     text-align:center;
     opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}
#tabRight:hover{color:Red; opacity:1;filter:alpha(opacity=100);}
#tabPad{/*border:1px solid white;width:0px;position:absolute; left 0px; z-index:1001; height:30px;*/}
#contentcolumn .ui-tabs-nav li {
  float: left;
  margin: 0 -15px 0 -30px;
}
#contentcolumn .ui-tabs-nav li:first-child
{
      margin: 0 -15px 0 0;
}

#contentcolumn .ui-tabs-nav a 
{
  float: left;
  position: relative;
  padding: 0px 25px 0px 0px;
  height: 0; 
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  border-right: 30px solid transparent;
  border-bottom: 30px solid rgb(39, 39, 39);
  border-bottom-color: #777\9;
  opacity: .3;
  filter: alpha(opacity=30);	  
}

#contentcolumn .ui-tabs-nav a:hover{
  border-bottom-color: #2ac7e1;
  opacity: 1;
  z-index: 4;
  filter: alpha(opacity=100);
}

#contentcolumn .ui-tabs-nav .ui-tabs-active a {
  z-index: 3;
  border-bottom-color: rgb(39, 39, 39);
  opacity: 1;
  filter: alpha(opacity=100);	  
}

#contentcolumn .ui-tabs-nav .ui-tabs-active a {
  outline: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
{
    background:none !important;
    border:none !important;
}





#contentcolumn .ui-tabs-panel {
	background-color:#272727;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px rgba(0,0,0,.13);
}


#contentcolumn .ui-icon-close{display:none;}

#tabInnerheader{
	clear:both;
	height:20px;
	margin-bottom:20px;
}
.cpPage p 
{
    font-size:14px;
    color:#99BDDD;
    padding:5px;
    line-height:18px;
}
.embeddedBox{
	font-size: 0.857em;
    display: inline-block;
	background-color:#1F1F1F;
    line-height: 30px;
    height: 26px;
    padding: 1px;
    color: rgb(255, 255, 255);
    text-indent: 0px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.26) inset, 0px 1px 0px 0px rgba(255, 255, 255, 0.15);
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    font-weight: 500;
	 -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border-radius: 5px; 
}
#tabInnerheader .tabInnerHeaderTitle{
	float:left;
	}
#tabInnerheader .tabInnerHeaderIcons{
	float:right;}
.bcHome{
	width:40px;
	height:26px;
	background: transparent url(../img/backgrounds/bcHome2.png) no-repeat bottom left; 
	float:left;
}
.smallButton{
	width:32px;
	height:26px;
	background: transparent url(../img/Buttons/GenSmall.png) no-repeat bottom left; 
	float:right;
	cursor:pointer;
}
.smallButtonIcon
{
    margin:5px 8px;
}
.bcLev2{
	background: transparent url(../img/backgrounds/bc2.png) repeat-x;
	float:left;
	height:26px;
	line-height:26px;
	vertical-align:middle;
	padding-left:8px;
	padding-right:8px;
}

.bcEnd {
	background: transparent url(../img/backgrounds/bc3.png) no-repeat bottom left; 
	float:left;
	height:26px;
	padding-left:20px;
	padding-right:8px;
		line-height:26px;
	vertical-align:middle;
}

#lmsLogo{
	/*background-image:url(/wdc2013/site/masters/img/Logos/WDClighttag.png);*/
	background-image:url();
	height:35px;
	width:220px;
	position:absolute;
	top:15px;
	right:20px;}


.depth {
    display: block;
    color: white;
    font: bold 2em Arial, sans-serif;
    position: relative;
}

.depth:before, .depth:after {
    content: attr(title);
    color: rgba(255,255,255,.1);
    position: absolute;
}

.depth:before { top: 1px; left: 1px }
.depth:after  { top: 2px; left: 2px }

.legend-center{
	display:inline-block;
	padding:0px 5px 2px;
	vertical-align:middle;
	outline:medium none;
	font-size:1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-align:center;
	color:black;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.06);
}
.legend-left,.legend-right {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-top: 1px solid black;
    display: inline-block;
    vertical-align: middle;
    width: 999px;
}
.legend-left{
    margin: 0px 0px 0px -999px;
}
.legend-right{
	margin:0px -999px 0px 0px;
}


#rightIFrame {
	overflow:auto;
}

.ui-widget-content 
{
    font-family: Arial,sans-serif;
    font-size: 12px;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0% 0% rgb(31, 31, 31);
    color: white;
    border: none;
    outline: medium none;
}

.ui-widget-header 
{
	border-style: none;
    border-color: inherit;
    border-width: medium;
	-webkit-box-shadow: inset 0px 1px 0px 0px #606060;
    -moz-box-shadow: inset 0px 1px 0px 0px #606060;
    box-shadow: inset 0px 1px 0px 0px #606060;
    width: 100%;
    height: 2.5em;
    line-height: 2.75em;
    text-indent: 2.75em;
    display: block;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, .5);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	cursor: pointer;
	background: #626262 url();
    background-image: linear-gradient(to top, #414141, #292929);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#292929));
    background-image: -webkit-linear-gradient(top, #414141, #292929);
    background-image:    -moz-linear-gradient(top, #414141, #292929);
    background-image:      -o-linear-gradient(top, #414141, #292929);
    background-image:         linear-gradient(to bottom, #414141, #292929);
    
}

.ui-widget-header:hover
{
	border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #35afe3;
	-webkit-box-shadow: inset 0px 1px 0px 0px #606060;
    -moz-box-shadow: inset 0px 1px 0px 0px #606060;
    box-shadow: inset 0px 1px 0px 0px #606060;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	cursor: pointer;
    background-image: linear-gradient(to top, rgb(69, 199, 235), rgb(38, 152, 219));
}

.ui-dialog-titlebar {
    padding: 0.4em .0em !important;
}

/* LOGIN FORM */
#loginContainer
{
    margin:150px auto 0px auto;
    width:300px;
}

/*Center Pages*/

  .miniBtn
  {
  border:1px solid black;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  width:16px;
  height:16px;
  float:right;
    cursor:pointer;
  }
  .miniBtn:hover
  {
  border:1px solid black;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width:16px;
  height:16px;
  float:right;
  cursor:pointer;
  }
  
  .medBtn
  {
  border:1px solid black;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  width:150px;
  height:12px;
  float:right;
  cursor:pointer;
  text-align:center;
  text-transform:uppercase;
  padding:8px 0px;
  }
  .medBtn:hover
  {
  border:1px solid black;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width:150px;
  height:12px;
  float:right;
  cursor:pointer;
  }
  
  .medBtn a:hover
  {
      text-decoration:none;
      color:#fff;
  }
  
  
  .sqBtn{
	width:28px;
	height:28px;
	/*background: transparent url(../img/Buttons/GenSmall.png) no-repeat bottom left; */
	float:right;
	cursor:pointer;
	text-align:center;
	border:1px solid black;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}
.sqBtn:hover{box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.2);}
.sqBtnIcon
{
    margin:6px 5px;
}

  a:link 
  {
      color:White;
      text-decoration:none;
  }
  a:hover
  {
      color:rgb(153, 189, 221);
      text-decoration:underline;
  }
  a:visited
  {color:White;
   text-decoration:none;
  }
  
/* RESPONSIVE FORM LAYOUT */
  fieldset {
      /*padding: 1em;*/
      font:80%/1 sans-serif;
      border:1px solid black;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.2);
      border-radius: 4px;
  }
  
  legend {
      padding: 0.2em 0.5em;
      border:1px solid black;
      background-color:rgb(39, 39, 39);
      color:rgb(153,189,221);
      font-size:90%;
      text-align:left;
      text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.06);
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 1px 1px rgba(0, 0, 0, 0.2);
      border-radius: 2px;
  }
  
.rform {
    position: relative;
}
 
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.rform:before,
.rform:after {
    content: " "; display: table;
}
 
.rform:after {
    clear: both;
}

.rCol3 {
    width: 30%;
    margin: 1%;
    float: left;
}
.rCol2 {
    width: 48%;
    margin: 1%;
    float: left;
}
.rCol1 {
    width: 98%;
    margin: 1%;
    float: left;
}

.rform label 
{
    display: block;
    padding: 5px 5px 5px 0px;
    font-size: .9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.rform input,
.rform textarea,
.rform select {
    display: block;
    width: 100%;
}

input[type=text]{
    width: 98%;
}

@media screen and (max-width: 768px) {
    .rCol3 {
        width: 48%;
        margin: 1%;
        float: left;
    }
}
 
@media screen and (max-width: 480px) {
    .rCol3 {
        width: 98%;
        margin: 1%;
        float: left;
    }
    .rCol2 {
        width: 98%;
        margin: 1%;
        float: left;
    }
}



  
  .filterCol
  {
      width:30%;
      margin:1%;
      float:left;
  }
  .oneCol
  {
      width:98%;
      margin:1%;
      float:left;
  }
  .twoCol
  {
      width:48%;
      margin:1%;
      float:left;
  }
  .threeCol
  {
      width:30%;
      margin:1%;
      float:left;
  }
  label {
     /* float:left;
      width:25%;
      margin-right:0.5em;
      padding-top:0.2em;
      text-align:left;
      font-weight:bold;*/
  }  
  /*
 input[type=text], select
 {
  float:left;
  width:70%;
  margin-right:0.5em;
  margin-bottom:0.5em;
  margin-top:-0.2em;
  text-align:left;
  font-size:12px;
 }
 input[type=text]
  {
      width:69% !important;
  }*/
 input[type=checkbox]
 {
  float:right;
  width:18%;
  margin:0px;
 }
 .chkLabel
 {
     width:78%;
     float:left;
 }
 
 input[type=file]
 {
     width:20%;
     float:left;
     margin-top:5px;
 }
 
 /* INFORMATIONAL MESSAGES CSS */
 .message{

		-webkit-background-size: 40px 40px;
		-moz-background-size: 40px 40px;
		background-size: 40px 40px;			
		background-image: -webkit-gradient(linear, left top, right bottom,
								color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
								color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
								color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
								to(transparent));
		background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);
		background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);
		background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);
		background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);
		background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);
								
		 -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
		 -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);		
		 box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
		 width: 100%;
		 border: 1px solid;
		 color: #fff;
		 padding: 15px;
		 position: fixed;
		 _position: absolute;
		 text-shadow: 0 1px 0 rgba(0,0,0,.5);
		 -webkit-animation: animate-bg 5s linear infinite;
		 -moz-animation: animate-bg 5s linear infinite;
		 z-index:100;
}

.info{
		 background-color: #4ea5cd;
		 border-color: #3b8eb5;
}

.error{
		 background-color: #de4343;
		 border-color: #c43d3d;
}
		 
.warning{
		 background-color: #eaaf51;
		 border-color: #d99a36;
}

.success{
		 background-color: #61b832;
		 border-color: #55a12c;
}

.message h3{
		 margin: 0 0 5px 0;													 
}

.message p{
		 margin: 0;													 
}

@keyframes animate-bg {
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}

/* View Course */
.imgCat1
{
    width:90%;
    margin:0px 2% 2% 0px;
    padding:2%;
    float:left;
	background-color:#1F1F1F;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.imgCat2, .imgCat3, .imgCat4
{
    float:left;
	background-color:#1F1F1F;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.imgCat2
{
    width:20%;
    padding:3%;
    margin:0% 2% 0% 5%;
}
.imgCat3
{
    width:20%;
    padding:3%;
    margin:0% 4% 0% 4%;
}
.imgCat4
{
    width:20%;
    padding:3%;
    margin:0% 5% 0% 2%;
}

/* PROGRESS BAR */
.progress_container {
    height:20px;
    border-radius: 3px;
    overflow:hidden;
    background:#1F1F1F;
    width: 100%;
}
.progress_bar {
    height:20px;
    width: 0px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    background:green;
}
.progress_container {
    margin-bottom: 2px;
}

/*WELCOME PAGE */

#universal_welcome, #loginContainer, #registerContainer 
{
	width:100%;
	margin:auto;
}
#loginHeader, #welcomeHeader, #registerHeader{width:100%;height:87px;}
#loginLogo, #welcomeLogo, #registerLogo{
    width:162px;
    height:66px;
    margin: 12px auto auto auto;
    background-image:url(/wdc2013/site/MASTERS/img/logos/Logo_Black.png);  
}
#welcomeImage
{
    width:300px;
    height:215px;
    margin: 30px auto;
    background-image:url(/wdc2013/site/MASTERS/img/HelloAndWelcome_Header.png);
}
#loginImage
{
    width:300px;
    height:53px;
    margin: 0px auto 50px auto;
    background-image:url(/wdc2013/site/MASTERS/img/LoginHeader.png);
}
#registerImage
{
    width:300px;
    height:153px;
    margin: 30px auto;
    background-image:url(/wdc2013/site/MASTERS/img/RegisterHeader.png);
}
#loginBody, #welcomeBody
{
    width:360px;
    margin:40px auto auto auto;
}
#registerBody{ width:640px;margin:40px auto auto auto;}
#loginBody table, #registerBody table{ width:100%; border:none; color:Black;font:10px !important;}
#loginBody input, #registerBody input{ border:1px solid #000 !important; width:200px; float:right;}
#registerBody select{width:202px;float:right;border:1px solid #791710 !important;}
#loginBody label, #registerBody label{font-size:13px;width:100%;}
#loginBody .medBtn, .loginBtn
{
    width:186px;
    height:30px;
    background-image:url(/wdc2013/site/MASTERS/img/LoginButton_Dormant.png);
    border:none;
    color:green;
    padding:0px;
    margin:auto;
    display:block;
    box-shadow:none;
}
.loginBtn{float:none !important;}
#loginBody .medBtn:hover, .loginBtn:hover
{
    background-image:url(/wdc2013/site/MASTERS/img/LoginButton_Active.png) !important;
}
.registerBtn
{
    width:186px;
    height:30px;
    background-image:url(/wdc2013/site/MASTERS/img/RegisterButton_Dormant.png);
    border:none;
    color:green;
    padding:0px;
    margin:30px auto;
    display:block;
    box-shadow:none;
}

.registerBtn:hover
{
    background-image:url(/wdc2013/site/MASTERS/img/RegisterButton_Active.png) !important;
}
.feedback{color:Red;font-size:13px;}
.regMsg{ font-size:13px;}
  

  
