﻿a { color: black; outline: none; }
a:link { text-decoration: none; }
a:visited { text-decoration: none; color: #999; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

.loading { background: url('../images/progress-indicator.gif') no-repeat center; }

/* Accordion */
.accordionHeader { border: 1px solid #2F4F4F; color: white; background-color: #2E4d7B; font-family: Arial, Sans-Serif; font-size: 12px; font-weight: bold; padding: 5px; cursor: pointer; vertical-align: middle; height: 17px; background-image: url('../images/master_head.png'); }
.accordionHeaderSelected { border: 1px solid #2F4F4F; color: white; font-family: Arial, Sans-Serif; font-size: 12px; font-weight: bold; padding: 5px; margin-top: 5px; cursor: pointer; vertical-align: middle; height: 17px; }
.accordionContent { background-color: #c2c2c2; border-top: none; padding: 5px; padding-top: 10px; border-style: none; border-width: 0px; border-top-color: inherit; border-right-color: #353535; border-bottom-color: #353535; border-left-color: #353535; }

ul.suggestedList { margin: 2px 0px 0px 0px; width: 100%; height:99%; border:solid 0px #000000;overflow: auto; color: #000000;}
.suggestedList li { display: inline; float: left; margin-left: 15px; margin-top: 5px; width: 100px; height:115px; overflow:hidden; }
.datapager { display: block; text-align: center; clear: both; font-size: medium; width: 100%; }
.overFlowAuto { overflow: auto; }
.nobr { white-space: nowrap; }
.cLSrsContainer { width: 100%; height: 150px; overflow: auto; border-color: #ffffff; border-style: solid; border-width: 1px; }
.loadIndicator {position: absolute; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50); background-color: #222222; display: none; height: 100px; width: 100px;}
.backBtnContainer{width: 100%;margin:5px;text-align:left; font-family: "Lucida Sans Unicode" , "Lucida Grande" , "Lucida Sans" , "Lucida" , sans-serif; font-size: x-small;}
