﻿/*normalize*/
html, 
body, 
form {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font: lighter 14px 'Open Sans', sans-serif;
    color: black;

}
/*
@media only screen and (min-width: 481px) and (max-width: 720px) {
    body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    body {
        font-size: 20px;
    }
}
*/
a {

  text-decoration:none;
  color:black;
} 

img {
  border: 0;
}



hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}

/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}

h1, h2, h3 {
    font-weight: normal;
    margin: .5em 0;
}

h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2.25em;
}

h2 {
    font-size: 1.875em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .875em;
}

/*template*/
#wrapper .t-container-fluid {
    min-width: 100%;
}



#wrapper .RadButton {
    font-size: 1em;
	color:#0F0F0F;
}

#wrapper .RadMenu,
div.RadMenuPopup,
#wrapper .RadMenu_BlackMetroTouch, #wrapper .RadMenu_BlackMetroTouch a.rmLink  {

	background-color:#E9EAEA;
}

.application{
    font-family:'Open Sans' sans-serif;
    color:#9B0008;
    font-size:2.75em;
    margin-top:10px;
}

.rmItem
{
	   border:none !important;
}

.rmRootGroup
   {
       border-color:#E9EAEA !important;
	   background-color: #E9EAEA !important;
	   font-size:1.1em;
	   border:none !important;
   }
   
  .rmLink 
  {
	background-color:#E9EAEA !important;
	border-color:#E9EAEA !important;
	color:#1E1E1E !important;
    font-weight:400;

 }
 
.rmLink:hover
{
background-color:#9B0008 !important;
color:white !important;
}


 
 
