@charset "utf-8";
@import url("webfonts/Roboto/stylesheet.css");
@import url("../webfonts/Roboto/stylesheet.css");

#menuholder2 {
	font-family: Roboto, sans-serif;
	border: thin solid #092A40;
	width: 1020px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	margin-top: 10px;
	padding: 5px;
	color: white;
	background-color: #24A8FF;
}
#menuFooter {
	font-family: Roboto, sans-serif;
	border: thin solid #092A40;
	width: 1020px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	margin-top: -5px;
	padding: 5px;
	color: white;
	background-color: #24A8FF;
}

#menuFooter2 {
	font-family: Roboto, sans-serif;
	border: thin solid #092A40;
	width: 1020px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	margin-top: 10px;
	padding: 5px;
	color: white;
	background-color: #24A8FF;
}

#holder2 {
	font-family: 'Roboto', sans-serif;
	border: thin solid #1d87cd;
	width: 1020px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	margin-top: 10px;
/*	border-top-color: #1D87CD;
	border-right-color: #1D87CD;
	border-bottom-color: #1D87CD;
	border-left-color: #1D87CD;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;*/
}

#title1 {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 600;
	//letter-spacing: 0.08em;
	float: left;
	height: 140px;
	width: 240px;
	border: 2px solid #FFF;
	margin-left: 10px;
	margin-top: 4px;
	padding: 20px 0px 0px 10px;
	border-radius: 4px;
	color: #333;
}
.button1b:hover {
	border-radius: 8px 0px 8px 0px;
	background-color: #1D87CD;
	color: white;
	text-decoration: none;
}
.button1b {
	border-radius: 8px 0px 8px 0px;
	background-color: white;
	color: black;
	border: 2px solid #1D87CD;
	text-decoration: none;
}
/* CSS Document */
.a {
	text-decoration:none;
}
/*#inside
table, th , td  {
	border-bottom: 2px solid #fff;
}*/

#quod-01 {
	border-radius: 25px;
	border: 2px solid #1D87CD;
	padding: 2px;
	width: 300px;
	height: 375px;
	z-index: 2;
}
#quod-02 {
	border-radius: 25px solid #F5F5F5;

	border: 2px solid
#;
	padding: 2px;
	width: 300px;
	height: 375px;
	z-index: 2;
}

#toplabel {
  border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px; 
    width: 250px;
    height: 150px;    
}
//.....BUTTONS.......
.button {
	background-color: #1D87CD; /* Green */
	border: none;
	color: white;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	cursor: pointer;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}
.button1 {
	border-radius: 10px;
	background-color: white;
	color: black;
	border: 2px solid #1D87CD;
	text-decoration: none;
}
.button1:hover {
	border-radius: 10px;
	background-color: #1D87CD;
	color: white;
	text-decoration: none;
}
.button2 {
	border-radius: 5px;
    background-color: white; 
    color: black; 
    border: 2px solid #008CBA;
}
.button2:hover {
	border-radius: 5px;
	background-color: #1D87CD;
	color: white;
}
/*........Fonts.....................*/
#topheader {
	font-family: "Roboto" !important;
	font-size: 12px !important;
	font-weight:bold  !important;
	text-align: left !important;
	vertical-align: middle !important;
	padding-left: 3px !important;
	padding-top:3px !important;
	padding-bottom:3px !important;
}
#topheader2 {
	font-family: Roboto !important;
	font-size: 12px !important;
	text-align: left !important;
	vertical-align: bottom !important;
	padding-left: 15px !important;
}
table {
	font-family: Roboto;
	font-size: 0.8em;
}

#subheader {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	padding: 7px;
}
img {
	margin: 5px;
}
#imgalign {
	margin: 5px;
	vertical-align: middle;
}
#descJust {
	height: 100px;
	vertical-align: middle;
	padding: 8px;
	text-align: justify;
	text-justify: inter-word;
	font-family: Roboto;
	font-size: 0.9em;
}

#toprow {background-color:#24A8FF !important;
	color:#FFF !important;
	padding:5px !important;
	height:15px !important;
	
}

#listrow{background:#F4FBFF;}

/*---- Table ----
.divTable{
	display: table;
	width: 100%;
}
.divTableRow1 {
	display: table-row;
	width:30%;
}
.divTableRow2 {
	display: table-row;
	width:60%;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}*/
