﻿/* resets */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, 
dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, dialog, figure, footer, header, hgroup, nav, section  {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section user-details {display:block;}
a img user-details {border:none;} 

 body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption {text-align:left;font-weight:normal;float:none !important;}
/*caption, th, td {text-align:left;font-weight:normal;float:none !important;}*/
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}

html, body, form
{
	min-height: 100%;
	font: 14px "Segoe UI", Arial, Helvetica, sans-serif;
  width: 100%;
}

form
{

	background: #e9e9e9 url(../Image/main_bgr.jpg) ;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 110px;
     /*50% 110px;*/
    /*width: 100%;*/
      position: absolute;
   
}

/*form.DashUse
{
	background-image: url(../Image/main_bgr.jpg);
}*/

a
{
	color: #005ca3;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

a.RadButton
{
	color: #c2cedb;
	text-decoration: none;
}

#header
{
	height: 110px;

	background: #252525 url(../Image/header.jpg) no-repeat 50% ;
}

/*#header .topNav
{
	height: 39px;
	background: #1f0808;
	text-align: right;
}*/

/*#header .topNav a
{
	color: #00aeff;
	line-height: 35px;
	margin-left: 5px;
}*/

/*#header .topNav a:hover
{
	color: #6dc6fe;
	text-decoration: none;
}*/

/*#header .topNav a:after,
.aboutPage .links a:after
{
	content: " »";
	font-weight: 800;
}*/

#header .hgroup
{
	position: relative;
	float: left;
	margin-top: -20px;
}

#header .hgroup h2
{
	position: absolute;
	top: 60px;
	left: 20px;
}

/*Containers*/
#header .topNav .nav,
#header .headerCont,
#content .wrapper,
#footer .section
{
    

	width: 90%;
	margin: 0 auto;

}
#footer {
  position:absolute;
   bottom:0;
   width: 100%;
	margin: 0 auto;
   


}

/*Sprites*/
#header .rmItem .rmLink,
.box h3
{
	background-image: url(../Image/sprite.png);
	background-repeat: repeat-x;
}

#header .RadMenu
{
	float: right;
}



/*Content*/
#content
{


   
}

.wrapper
{
	padding: 2px 0 18px;
  

   
}

.AdminMenu
{
	margin-top: -23px;
}

#content h2
{
	font-size: 24px;
	color: #064487;
	margin-bottom: 5px;
    padding-bottom:5px;
}

.description
{
	line-height: 20px;
	padding-bottom: 5px;
	color: #234166;
}

.RadGrid
{
    border-radius: 5px;
    overflow: hidden;
}

.boxallround
{
	padding: 15px 17px;
	margin: 10px 0 10px;
	border-radius: 5px 5px 5px 5px;
	background: #fff;
	background: rgba(255,255,255,0.5);
	background: rgba(255,255,255,0.5) -moz-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.1));
	background: rgba(255,255,255,0.5) -o-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.5));
	background: rgba(255,255,255,0.5) -webkit-linear-gradient(top bottom,rgba(255,255,255,1),rgba(255,255,255,0.5));
	background: rgba(255,255,255,0.5) linear-gradient(top bottom,rgba(255,255,255,1),rgba(255,255,255,0.5));
	position: relative;
	color: #234166;
	box-shadow: 0 0 5px #c4cacc;
}


.box,
.aboutPage
{
	padding: 15px 17px;
	margin: 34px 0 50px;
	border-radius: 0 5px 5px 5px;
	background: #fff;
	background: rgba(255,255,255,0.5);
	background: rgba(255,255,255,0.5) -moz-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.1));
	background: rgba(255,255,255,0.5) -o-linear-gradient(top,rgba(255,255,255,1),rgba(255,255,255,0.5));
	background: rgba(255,255,255,0.5) -webkit-linear-gradient(top bottom,rgba(255,255,255,1),rgba(255,255,255,0.5));
	background: rgba(255,255,255,0.5) linear-gradient(top bottom,rgba(255,255,255,1),rgba(255,255,255,0.5));
	position: relative;
	color: #234166;
	box-shadow: 0 0 5px #c4cacc;
	
}

.box h3
{
	height: 34px;
	line-height: 34px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: -34px;
	padding: 0 15px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px 5px 0 0;
}

.blueTitle
{
	background-position: 0 -100px;
	background-color: #0f4086;
}

.redTitle
{
	background-position: 0 -200px;
	background-color: #8a1133;
}

.orangeTitle
{
	background-position: 0 -400px;
	background-color: #ef8d01;
}

.greenTitle
{
	background-position: 0 -500px;
	background-color: #365613;
}

.purpleTitle
{
	background-position: 0 -600px;
	/*background-color: #8C0000;*/
}

.tealTitle
{
	background-position: 0 -700px;
	background-color: #2dabc1;
}

div.RadAutoCompleteBox .racTokenList
{
	padding: 4px 4px 1px;
}

div.RadAutoCompleteBox .racToken
{
	margin: 0 3px 3px 0;
}

.about
{
	text-align: right;
	font-size: 12px;
	color: #454a4b;
}

/* About Page*/

.aboutPage
{
	border-top-left-radius: 5px;
 	overflow: hidden;
	padding: 50px 40px 20px;
}


.aboutPage .main
{
	float: left;
	width: 800px;
	margin-right: 85px;
}

.aboutPage .aside
{
	float: left;
	width: 235px;
}

.aboutPage h3
{
	color: #064487;
	font-weight: 800;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.aboutPage p
{
	margin-bottom: 15px;
	line-height: 22px
}

.aboutPage a
{
	color: #00aeff;
}

.aboutPage em
{
	color: #3a5c86;
	font-style: italic;
}

/* Login */
.user-details {
     /*position: absolute;*/
     right: 10px;
     top: 10px;
     color: #fff;
     font-size: 18px;
     text-align:right;
}
.user-details span {
     /*color: #aaebf0;*/
      color: white;
}
 
.user-details div {
     font-size: 10px;
     text-align: right;
}


/* Footer */
#footer
{
	background-color: #f0f0f0;
	height: 60px;
	line-height: 50px;
	font-size: 12px;
}

#footer .CCSDS,
#footer .nav
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	white-space: nowrap;
	overflow: hidden;
}

* + html #footer .CCSDS,
* + html #footer .nav
{
	float: left;
    overflow: hidden;
    white-space: nowrap;
}

* + html #footer .CCSDS
{
	margin-top: 15px
}

.CCSDS img
{
	display: block;
}

#footer .nav a
{
	padding-right: 4px;
	padding-left: 1px;
	margin-right: -1px;
	border-right: 1px solid #aaa;
	
}

#footer .copyright
{
	float: right;
}


/* SiteNav */

#sitenav {
    left: 50%;
    margin-left: -480px;
    width: 970px;
    position: absolute;
    top: 15px;
    z-index: 20;
    -webkit-border-radius: 0;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

#sitenav ul {
list-style: none;
}

#sitenav ul, #sitenav li {
margin: 0;
}

#sitenav a {
text-decoration: none;
}

#sitenav .products, #products .products {
width: 960px;
margin: 0 auto;
}

#sitenav .products li, #products .products li {
width: 305px;
height: 160px;
float: left;
margin: 0 0 15px 15px;
border: 1px solid transparent;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#sitenav .products a, #products .products a {
display: block;
height: 140px;
padding: 20px 0 0 20px;
color: #fff;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
text-decoration: none;
background: url("../Image/sitenav-sprite.png") 100% 0 no-repeat;
}

#sitenav .products h2, #products .products h2 {
color: #fff;
font: 400 36px "Roboto-Light",Arial,Tahoma,sans-serif;
margin-bottom: 12px;
}

#sitenav .products h2 small, #products .products h2 small {
display: block;
font-size: 15px;
line-height: 24px;
letter-spacing: normal;
}

#sitenav .products h3, #products .products h3 {
margin: 0;
color: #fff;
font: 15px/24px "Roboto-Light",Arial,Tahoma,sans-serif;
text-transform: none;
}

#sitenav .products p, #products .products p {
font: 400 13px/1.35 Arial,Tahoma,sans-serif;
}

#sitenav .products li.Tile1, #products .products li.Tile1 {
border-color: #0b9b22;
background-color: #0a9f23;
background: #01ba20;
background: -moz-linear-gradient(top, #01ba20 0%, #017910 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0ca125), color-stop(100%, #017910));
background: -webkit-linear-gradient(top, #01ba20 0%, #017910 100%);
background: -o-linear-gradient(top, #01ba20 0%, #017910 100%);
background: linear-gradient(to bottom, #01ba20 0%,#017910 100%);
margin-left: 0;
}

#sitenav .products li.Tile1 a, #products .products li.Tile1 a {
background-position: 100% 0;
}

#sitenav .products li.Tile2, #products .products li.Tile2 {
border-color: #687c7c;
background-color: #6e8282;
background: #b3bdbd;
background: -moz-linear-gradient(top, #b3bdbd 0%, #566a6a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3bdbd), color-stop(100%, #566a6a));
background: -webkit-linear-gradient(top, #b3bdbd 0%, #566a6a 100%);
background: -o-linear-gradient(top, #b3bdbd 0%, #566a6a 100%);
background: linear-gradient(to bottom, #b3bdbd 0%,#566a6a 100%);
}

#sitenav .products li.Tile2 a, #products .products li.Tile2 a {
background-position: 100% -147px;
}

#sitenav .products li.Tile3, #products .products li.Tile3 {
border-color: #c85025;
background-color: #d96f3c;
background: #fb8852;
background: -moz-linear-gradient(top, #fb8852 0%, #ae4821 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb8852), color-stop(100%, #ae4821));
background: -webkit-linear-gradient(top, #fb8852 0%, #ae4821 100%);
background: -o-linear-gradient(top, #fb8852 0%, #ae4821 100%);
background: linear-gradient(to bottom, #fb8852 0%,#ae4821 100%);
}

#sitenav .products li.Tile3 a, #products .products li.Tile3 a {
background-position: 100% -294px;
}

#sitenav .products li.Tile4, #products .products li.Tile4 {
border-color: #745a8a;
background-color: #7a6090;
background: #b497cc;
background: -moz-linear-gradient(top, #b497cc 0%, #57416b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b497cc), color-stop(100%, #57416b));
background: -webkit-linear-gradient(top, #b497cc 0%, #57416b 100%);
background: -o-linear-gradient(top, #b497cc 0%, #57416b 100%);
background: linear-gradient(to bottom, #b497cc 0%,#57416b 100%);
clear: both;
margin: 0;
}

#sitenav .products li.Tile4 a, #products .products li.Tile4 a {
background-position: 100% -441px;
}

#sitenav .products li.Tile5, #products .products li.Tile5 {
border-color: #2768a0;
background-color: #3f87b9;
background: #57ace6;
background: -moz-linear-gradient(top, #57ace6 0%, #205989 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #57ace6), color-stop(100%, #205989));
background: -webkit-linear-gradient(top, #57ace6 0%, #205989 100%);
background: -o-linear-gradient(top, #57ace6 0%, #205989 100%);
background: linear-gradient(to bottom, #57ace6 0%,#205989 100%);
}

#sitenav .products li.Tile5 a, #products .products li.Tile5 a {
background-position: 100% -588px;
}

#sitenav .products li.Tile6, #products .products li.Tile6 {
border-color: #a1303d;
background-color: #a73441;
background: #db4a5b;
background: -moz-linear-gradient(top, #db4a5b 0%, #751a23 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db4a5b), color-stop(100%, #751a23));
background: -webkit-linear-gradient(top, #db4a5b 0%, #751a23 100%);
background: -o-linear-gradient(top, #db4a5b 0%, #751a23 100%);
background: linear-gradient(to bottom, #db4a5b 0%,#751a23 100%);
}

#sitenav .products li.Tile6 a, #products .products li.Tile6 a {
background-position: 100% -735px;
}

#products .products li.Tile1 {
background: #0ca125 url("../Image/sitenav-sprite.png") 100% 0 no-repeat;
background: url("../Image/sitenav-sprite.png") 100% 0 no-repeat,linear-gradient(to bottom, #0ca125,#058a16);
}

#products .products li.Tile1 a {
padding: 20px 0 0 20px;
height: auto;
background: none;
}

#products .products li.Tile1 p {
    padding: 0 0 0 20px;
    color: #fff;
}

#products .products li.Tile1 p a {
    display: inline;
    padding: 0;
}

#products .products li.Tile1 p a:hover {
    text-decoration: underline;
}

