/* Cencom day mode color scheme */

a:hover {
text-shadow: 0px 1px 1px #333333;
filter: dropshadow(color=#333333, offx=2, offy=2);
}
a.sup:hover {
color: #6600FF;
text-shadow: 0px 1px 1px #333333;
filter: dropshadow(color=#333333, offx=2, offy=2);
}
a.admin:hover {
color: #FF0000;
text-shadow: 0px 1px 1px #333333;
filter: dropshadow(color=#333333, offx=2, offy=2);
}
a.buy:hover {
color: #009900;
text-shadow: 0px 1px 1px #333333;
filter: dropshadow(color=#333333, offx=2, offy=2);
}
a.ref:hover {
color: #ff33cc;
text-shadow: 0px 1px 1px #333333;
filter: dropshadow(color=#333333, offx=2, offy=2);
}
a.search:hover {
color: #0066ff;
text-shadow: 0px 1px 1px #333333;
filter: dropshadow(color=#333333, offx=2, offy=2);
}
a.exit:hover {
color: #800000;
text-shadow: 0px 1px 1px #333333;
filter: dropshadow(color=#333333, offx=2, offy=2);
}
a.protect:hover {
color: #0000FF;
text-shadow: 0px 1px 1px #333333;
filter: dropshadow(color=#333333, offx=2, offy=2);
}
button:hover {
color: #FFFFFF;
background: #000000 linear-gradient(to top, #19D1A3, #0F6853) repeat scroll 0% 0%;
border:2px solid #0F6853;
}
#submit:hover {
color: #FFFFFF;
background: #000000 linear-gradient(to top, #19D1A3, #0F6853) repeat scroll 0% 0%;
border:2px solid #0F6853;
}
.apco-title {
line-height: 48px;
font-size: 38px;
font-family: "Arial Black",Arial,sans-serif;
text-shadow: 0px 2px 1px #333333;
filter: dropshadow(color=#333333, offx=2, offy=2);
}
.apco-bg {
background-color : #FFFFFF
}
/* Color and formatting for Navigation Headings */
.apco-nav {
color: #333333;
line-height: 27px;
font-size: 18px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight: normal;
}
/* Color and formatting for Headings */
.apco-hed {
line-height: 28px;
font-size: 22px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight: normal;
}
.apco-hed-sub {
color: #222222;
line-height: 18px;
font-size: 14px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight: normal;
}
.apco-blk-sub-title {
color: #444444;
line-height: 24px;
font-size: 20px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight: normal;
}
/* Color and formatting for Sub Headings */
.apco-sub-title {
line-height: 36px;
font-size: 31px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
/* Color and formatting for Body Text */
.apco-bod {
line-height: 22px;
font-size: 18px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight: normal;
}
.apco-bod-fa {
color: #454545;
line-height: 2em;
font-size: 13px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight: normal;

}
/* Color and formatting for IDC Number, MUST be same line height as MM */
.apco-bod-sm {
line-height: 24px;
font-size: 14px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight: normal;
}
.pad-95{
padding-left: 95px;
}
.pad-50{
padding-left: 50px;
}
.pad-30{
padding-left: 30px;
}
.pad-20{
padding-left: 20px;
}
.pad-10{
padding-left: 10px;
}
/* Color and formatting for Small Body Text */
.apco-bod-sml {
color: #555555;
line-height: 18px;
font-size: 12px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight: normal;
}
/* Color and formatting for IDC Text MUST be same line height as SM */
.apco-bod-mm {
color: #555555;
line-height: 24px;
font-size: 13px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight: normal;
}
/* Color and formatting for dark body text, 90% of cards use this */
.apco-bod-dk {
color: #333333;
line-height: 18px;
font-size: 14px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight: bold;
}
/* Formatting for caption text */
.apco-cap{
color: #333333;
line-height: 20px;
font-size: 15px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight: bold;
text-align: left;
}
/* Used to remove margins from unordered lists */
.apco-bod-ul {
margin: 0;
}
/* Used to remove margins from ordered lists */
.apco-bod-ol {
margin: 0;
}
/* Removed the underline from hyperlinks */
.apco-ank {
text-decoration:none;
}
/* Used for glossary navigation */
.apco-ank-gls {
color: #006853;
font-size: 24px;
text-decoration:underline;
font-weight: bold;
padding-bottom:3px;
}
/* Dark hyperlinks without underline */
.apco-ank-nav {
color: #333333;
text-decoration:none;
}
.apco-ank-sup {
color: #350066;
text-decoration:none;
}
/* makes text italic */
.apco-emp{
font-style:italic;
}
.apco-str{
font-weight:bold;
}
.apco-un{
text-decoration:underline;
}
/* Darkens hyperinks for headers */
.apco-ank-hed {
text-decoration:none;
}
/* Darkens hyperinks for headers */
.apco-ank-ttl {
color: #444444;
text-decoration:none;
}
/* Adds a border adound a Div */
.apco-box {
border: 1px solid black ;
margin-bottom:3px;
padding-left:3px;
padding-right:3px;
}
/* Used for side by side Divs */
.apco-box-I {
padding-left:3px;
border: 1px solid black ;
} 
/* Styles the Day/Night buttons and makes them rounded */ 
.apco-button {
color: #000000;
width:60px;
border-radius:20px;
border:2px solid #968E8E;
background: #AAAAAA linear-gradient(to top, #AAAAAA, #FFFFFF) repeat scroll 0% 0%;
}
/* Test styling for an box in the body of a page */
.apco-bod-box {
color: #444444;
line-height: 18px;
font-size: 13px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight: normal;
}
/* Style for terms in the glossary */
.apco-term {
color: #333333;
line-height: 24px;
font-size: 14px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight: bold;
padding-left: 5px;
height:100%;
}
/* Style for definitions in the glossary */
.apco-def {
color: #454545;
line-height: 24px;
font-size: 13px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight: normal;
margin-left: 5px;
}
/* Stle for section headers in the glossary */
.apco-sec {
color: #13985F;
line-height: 42px;
font-size: 42px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight: normal;
text-decoration:none;
text-shadow: 0px 1px 1px #333333;
filter: dropshadow(color=#333333, offx=2, offy=2);
}
/* Colored horizontal rule for glossary */
.glo-hr { 
height: 12px; 
border: 0;
margin-top: 0px; 
box-shadow: inset 0 12px 12px -12px #085431; 
}
/* Glossary header color, in RGB mode for transparency*/
.glo-th { 
background-color: rgba(8, 84, 49, 0.81)
}
/* Glossary Title */
.glo-ttl { 
color: #DDDDDD;
line-height:22px;
font-size: 18px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight: normal;
padding-left: 4px;
}
/* Second glossary title with some offset */
.glo-ttl-d { 
color: #DDDDDD;
line-height:22px;
font-size: 18px;
font-family: Arial Black,sans-serif;
font-weight: normal;
padding-left: 7px;
}
/* Adds line to Glossaary Border around terms */
.col-G-B {
border: 1px solid rgba(8, 84, 49, 0.81) ;
}
/* Makes text GREEN */
.apco-bod-gr {
color: #0A770A;
line-height: 20px;
font-size: 13px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
}
.gr {
color: #0A770A;
font-weight: bold;
}
.pk {
color: #7A1A47;
font-weight: bold;
}
.pnk {
color: #ff33cc;
font-weight: bold;
}
.or {
color: #EF7D0D;
font-weight: bold;
}
.dkor {
color: #CC5200;
font-weight: bold;
}
.bo {
color: #F44e25;
font-weight: bold;
}
.blk {
color: #000000;
}
.whi {
color: #FFFFFF;
font-weight: bold;
}
.gry {
color: #444444;
font-weight: bold;
}
.svr {
color: #A0A0A0;
font-weight: bold;
}
.red {
color: #800000;
font-weight: bold;
}
.blu {
color: #0066ff;
font-weight: bold;
}
.dkblu {
color: #0000ff;
font-weight: bold;
}
.prp {
color: #350066;
font-weight: bold;
}
.cg {
color: #3D8C6C;
font-weight: bold;
}
.gld {
color: #ffad33;
font-weight: bold;
}
.gldn {
color: #b35900;
font-weight: bold;
}

.apco-hed-red {
color: #800000;
line-height: 24px;
font-size: 18px;
font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
font-weight: bold;
}
/* Style for the sections of the instruction cards */
#submit{
    font-size: 16px;
	width:450px;
	text-align:left;
    text-decoration: none;
	color: #222222;
	border:2px solid #968E8E;
	background: #AAAAAA linear-gradient(to top, #AAAAAA, #FFFFFF) repeat scroll 0% 0%;
	margin-bottom:0px;
	padding-bottom:0px;
	cursor:pointer;
}
.loginheader {
background-color: #8A8A8A;
color:white;
font-weight:bold;
}
.gryrow {
background-color: #8A8A8A;
color:white;
}
.gldnrow {
background-color: #ae763f;
color:white;
}
.purrow {
background-color: #B380FF;
color:white;
}
.icerow {
background-color: #E6BB84;
color:black;
}
.votrow {
background-color: #F99DC8;
color:black;
}
.otsrow {
background-color: #83ADE4;
color:black;
}
.whiterow {
background-color: #FFFFFF;
color:black;
}
.loginrow {
background-color: #ACDEBB;
color:black;
}
.transrow {
background-color: #C2BCCE;
color:black;

}
.loginmessage {
color: #FF0000;
font-weight: bold;
text-align: center;
width: 100%;
}
.sub-title-pad {
padding-left: 4em;
}
.apco-stars {
position: absolute;
margin-left: -13px;
margin-top: 3px;
}
.apco-stars-fa-sm {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;

font-size:14px; 
line-height:normal; 
margin-top: 6px;
position:relative;
}
.apco-stars-fa-lg {
display: inline-block;
font: normal normal normal 20px/1 FontAwesome;

font-size:28px; 
line-height:normal; 
position: absolute;
}
