
@import "dynamic.css";
@import "jkmegamenu.css";
@import "font-awesome.min.css";

body {
  background-color: #0098CD;
  color: #666666;
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

h1 {
  margin-top: 0;
}

#contentWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

#contentLeft {
  z-index: 10;
  width: 180px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #193048;
  overflow:auto;
}

#contentRight {
  /*padding: 1.3rem 2rem;*/  
  margin-left: 180px;
 
}
#contentRightTop {
	width: 100%;
	height:47px;
	box-sizing: border-box;
	background-color: #17232f;
	display: table;
	table-layout: fixed;
	overflow:hidden;
}
#contentRightTopLeft {
	width:70%;
	height:100%;
	display: table-cell;
	vertical-align:middle;
	padding-left:0px;
	color:#CC6600;
	font-size:1.4em;
}

#contentRightTopRight 
{  
    height:100%;
    display: table-cell;
	vertical-align:middle;
	padding-right:3%;
	font-size:1em;
	float:none;
	/*background-color: #193048;*/
}


#leftNavigation {
  margin: 2.5rem 0;
}
#leftNavigation, #leftNavigation li ul {
  list-style: none;
  padding: 0;
}
#leftNavigation li a {
  font-size: 0.875rem;
  display: block;
  padding: 0.8rem 1rem 0.8rem 3rem;
  color: #c0d0e4;
  border-bottom: solid 1px #395673;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#leftNavigation li a, #leftNavigation li a .leftNavIcon {
  line-height: 150%;
}
#leftNavigation li a .leftNavIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  padding: 0.8rem 0;
  text-align: center;
}
#leftNavigation li a:hover {
  color: white;
}
#leftNavigation li ul {
  /*display: none;*/
  margin: 0;
  background-color: #17232f;
}
#leftNavigation li ul li a {
  border-bottom: solid 1px #233547;
}
#leftNavigation li ul li:last-child a {
  border-bottom: none;
}
#leftNavigation li ul li.active a {
  color: white;
}
#leftNavigation li.active > a {
  color: white;
}
#leftNavigation li.active ul {
  display: block;
}
#leftNavigation > li.active {
  background-color: #0098CD;
}


#contentRighdown {
	width:auto;	
    padding: .2em;
}

/*--------------------------------------------------from rcciit css------------------------------------------------------*/
.context {
	border-radius: 10px;
	font-family: Verdana;
	border: 1px solid #CCC;
	width:96%;
	float: left;
	line-height: 20px;
	word-spacing: 3px;
	text-align: justify;
	color: #333;
	font-size: 13px;
	background:url(../images/contextbg.jpg) #fff;
	box-shadow: 0px 5px 20px #000;
	margin:1.5%;
	
}

.context h1 {
	font-family: serif;
	font-weight: normal;
	color: #069;
	border-bottom: 3px solid #09F;
	padding: 10px 0;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 22px;
}

.context a:hover 
{
    text-decoration: underline;
   }

.context a:visited 
{
    color:Maroon;
      
}

.context .head {
	background: #F66; 
	color: #FFF; 
	padding: 3px 5px; 
	font-size: 16px;
	border: 1px solid #F33;
}

.context .head2 {
    background: #F66; 
    color: #FFF; 
    padding: 5px 7px; 
    font-size: 16px;
    box-shadow: 0px 0px 10px #555;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    cursor:pointer;
}

.context .head2:hover {
	background: #09F; 
	}
	
.context .head3 {
	background: #09F; 
	color: #FFF; 
	border: 1px solid #069; 
	padding: 3px 5px; 
	font-size: 16px;
	}

.context .subhead {
	background: #CCC; 
	color: #222; 
	border: 1px solid #AAA; 
	padding: 3px 5px; 
	font-size: 15px;
	border-radius: 4px;
}


.context .bold {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000;
}

.imgCover, .imgCoverR {
	float: left;
	background: #F5F5F5;
	border: 1px solid #CCC;
	padding: 5px;
	box-shadow: 0px 0px 5px #CCC;
	margin-right: 10px;
}

.imgCoverR {
	float: right;
	margin-right: 0;
	margin-left: 10px;
}
.linkT {
	float: right;
	color: #09F;
	font-size: 14px;
}

.linktracker a:link, .linktracker a:visited {	
	color: #09F;
	text-transform: none;
}

.linktracker a:active, .linktracker a:hover, .linktracker a:focus {
	text-decoration: underline;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #039;
}

.tablecolorfirst
{
    background-color:#0098D2; 
    color:#FFFFFF;  
    
}

.to_right{ float:right}
.to_left{ float:left}

.adminsuccss
{
    
    }
    
.adminsuccss a,.adminsuccss a:visited
{
    color:White;
    
}
.adminsuccss a:hover
{
    text-decoration:none;
    
}




