body {color:#000; margin:0 0 0 0; background-color: #ffffff;}
body.cart {color:#000; margin:0 0 0 0; background-color: #ffffff;}
body, table, tr, table, input, textarea, select {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}


.popup_cart {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}

.popup {
	font-family: helvetica, arial, sans-serif;
	font-size: 16px;
}

.title {
    color: #660000;
    text-align: left;
    font-weight: bold;
    padding-top: 0.5em;
}

.desc {
    font-size: 13px;
}

.subtitle {
    text-align: left;
    font-weight: bold;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}


a {
	text-decoration: none;
	color:MediumBlue;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color:red;
}

a.header {
	text-decoration: none;
	color:white;
	font-size: 12px;
	font-weight: bold;
}
a.header:hover {
	color:red;
}

a.table {
	text-decoration: none;
	color:black;
	font-weight: bold;
}
a.table:hover {
	color:red;
}

a.table2 {
	text-decoration: none;
	color:MediumBlue;
	font-weight: plain;
}
a.table2:hover {
	color:red;
}

hr {
	border-bottom: 1px solid #ccc;
}
select {
	border: 1px solid gray;
	padding: 2px;
}
input[type=text], input[type=password]{
	border: 1px solid gray;
	padding: 2px;
}
textarea {
	border: 1px solid gray;
	padding: 2px;
}

textarea.box, input.box, select.box 
{
	font-size: 13px;
	border-radius: 6px;
	/*border-style:double;*/
	border-color:#000000;
	padding:5px;
	border: 1px solid #000;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
}

#container_head_main	{zoom:1; background:#3d8e33 url(../images/ba_header_bg.png)  bottom left repeat-x; font-weight:bold; width:100%; height:86px; min-width:980px; position:relative; border-bottom:3px solid #333;}
.header_logo			{position:absolute; left:0px; bottom:0px; height:90px; overflow:hidden;}
#portal_head	{zoom:1; background:#ffffff bottom left repeat-x; font-weight:bold; width:100%; height:20px; position:relative; border-bottom:1px solid #333;}

fieldset {
    padding-top:10px;
    border:1px solid #666;
    border-radius:8px;
    box-shadow:0 0 10px #666;
}

legend {
    float:left;
	background:#fff; /* For better legibility against the box-shadow */
	font-weight: bold;
	padding:2px 2px;
}

legend + * {
    clear:both;
}

.mbtn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 1.25em;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.mbtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#line {border-top: 1px solid #CCCCCC;color: #999999;font-size: 10px;margin-top: 4px;margin-bottom: 8px;overflow: auto;padding: 0 10px 0; width: auto;}
#space {border-top: 0px solid #CCCCCC;color: #999999;font-size: 2px;margin-top: 4px;margin-bottom: 0px;overflow: auto;padding: 0 10px 0; width: auto;}

.warning {
    color: #660000;
    font-weight: bold;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.vertically-centered {
    height: 256px;
}

.vertically-centered:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
