body, td {
	font-family: verdana,arial,helvetica, sans-serif;
	font-size: 12px;
}

select {
	width: 250px;
}

.bodytext {
	color: #196030;
}

.select_options_search{
  width:150px;
}

#borderbox {
	background-color: #2b2a57;
	margin: 20px;
}

#container {
	background-color: #fff;
	padding: 10px;
}

#menubox {
    /*background-color: #2b2a57;*/
    margin: 5px;
}

#menucontainer {
    background-color: #fff;
    padding: 5px;
}

#searchbox {
	background-color: #2b2a57;
    margin: 1px;
}

#searchcontainer, #searchcontainer2, #searchcontainer3, #searchcontainer4 {
    background-color: #eee;
    padding: 5px;
}

.searchtab {
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #99CC33;
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 0 10px #D0D0D0;
}

a:link, a:active, a:visited {
	color: #2b2a57;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a.icon-link:hover, a img {
	text-decoration: none;
}

a.metadata:link, a.metadata:hover, a.metadata:visited, a.metadata:active {
	font-weight: 400;
	font-size: 0.8em;
}

.metadata {
	font-size: 0.8em;
}

.search-term {
	font-size: 12px;
	font-weight: bold;
}

.level2 {
	font-size: 8px;
	color: #4f6ecb; 
    font-weight: bold;
    background:#ccc;
}

.label2 {
	font-size: 8px;
	font-weight: bold;
	background: #CCC;
}

.stdtext2 {
	font-size: 12px;
	background: #CCC;
}

.level3 {
	font-size: 8px;
	color: #4f6ecb;
        background: #ddd;
        font-weight: bold;
}

.label3 {
	font-size: 8px;
    background: #ddd;
    font-weight: bold;
}

.stdtext3 {
	font-size: 12px;
    background: #ddd;
}

.level4 {
	font-size: 8px;
	color: #4f6ecb;
    font-weight: bold;
    background:#eee;
}

.label4 {
	font-size: 8px;
    font-weight: bold;
    background:#eee;
}

.stdtext4 {
	font-size: 12px;
	background:#eee;
}

.level5 {
	font-size: 8px;
	color: #4f6ecb;
	background: #e9e9e9;
        font-weight: bold;
}

.label5 {
	background: #e9e9e9;
	font-size: 8px;
        font-weight: bold;
}

.stdtext5 {
	background: #e9e9e9;
	font-size: 12px;
}

.root-level {
	font-size: 8px;
	background: #ccf;
	color: #4f6ecb;
    font-weight: bold;
}

.root-label {
	font-size: 8px;
        background: #ccf;
        font-weight: bold;
}

.root-std {
	font-size: 12px;
	background: #ccf;
	font-weight: bold;
}

.lo-title {
	font-size: 12px;
	font-weight: bold;
}

.unit {
	border-bottom: 1px solid #2b2a57;
	padding: 5px;
	/*margin-top: 5px;*/
}

.button {
	background: #2b2a57;
	color: white;
	border: 2px solid #ccc;
}

.result-count {
        padding: 5px;
        border: 1px solid #2b2a57;
}

.breadcrumb {
        font-size: 1.2em;
        font-weight: bold;
		white-space: nowrap;
}

.standard {
	color: #2b2a57;
}

.title {
	font-weight: bold;
}

.std-state {
        border-top: 2px solid black;
}

.unit-summary {
        border: 1px solid #2b2a57;
        background: #eee;
}

fieldset {
        border: 1px solid black;
}

.highlight {
        color: black;
        background-color: #ffff50;
        font-weight: bold;
}

.tabspace {
        border-bottom: 1px solid black;
}

.tabspacetwo {
        border-bottom: 1px solid black;
        width:5px;
        display:inline;
        float:left;
        height:25px;
}

.activepub {
	font-size: 0.8em;
	margin: 3px;
	margin-right: 17px;
	background-color: #ddd;
	background-image: url(/cm/images/bullet_go.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.pub {
	font-size: 0.8em;
	margin: 3px;
}

.active {
	font-size: 0.8em;
    padding: 4px;
    background: white;
    font-weight: bold;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid white;
    display:inline;
    float:left;
}

.tab {
	font-size: 0.9em;
    padding: 4px;
    color: black;
    border: 1px solid black;
    background: #eee;
    display:inline;
    float:left;
}

.tab a, .active a {
	color: black;
	text-decoration: none;
	font-size:13px;
}

fieldset.collapsed {
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  background-color: #fff;
}

fieldset.expanded {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
}

fieldset.open {
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.right {
    text-align: right;
}

fieldset.expanded legend, fieldset.open legend {
	border: 0px;
    padding-left: 15px;
    background: url(/images/expanded.png) 5px 50% no-repeat;
}

fieldset.collapsed legend {
	border: 0px;
    padding-left: 15px;
    background: url(/images/collapsed.png) 5px 50% no-repeat;
}

/*.expanded {
    padding-left: 15px;
    background: url(/images/expanded.png) 5px 50% no-repeat;
}

.collapsed {
    padding-left: 15px;
    background: url(/images/collapsed.png) 5px 50% no-repeat;
}*/

.result {
    border: 1px solid #2b2a57;
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
}

a.current {
    background: #2b2a57;
    color: white;
    padding: 3px;
    text-decoration: none;
    font-weight: bold;
}

.thead {
	border-bottom: 2px solid #2b2a57;
}

.headrow {
	background-color: #2b2a57;
	color: white;
}

.row1 {
	background-color: #fff;
}

.row0 {
    background-color: #eee;
}

.msg_success {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border-top: 1px solid #0c0;
    border-bottom: 1px solid #0c0;
    background-color: #d7ffd7;
    background-image: url(/services/images/accept.png);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 1% 50%;
}

.msg_info {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border-top: 1px solid #33f;
    border-bottom: 1px solid #33f;
    background-image: url(/services/images/icons/information.png);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 1% 50%;
    background-color: #ccf;
}

.msg_error {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    background-color: #fbe4e4;
    background-image: url(/services/images/exclamation.png);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 1% 50%;

}

.msg_warn {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
    border-top: 1px solid yellow;
    border-bottom: 1px solid yellow;
    background-color: #fcf9e5;
    background-image: url(/services/images/error.png);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 1% 50%;
}

/* Premium --- Links  --- */

a.expand {
  display:block;
  padding:3px 10px;
  margin-bottom:.75em;
  border:1px dotted #ccc;
}
a.expand:link, a.expand:visited {
  border-width:1px;
  background-image:url(/cm/images/arrow-down.gif);
  background-repeat:no-repeat;
  background-position:98% 50%;
}
a.expand:hover, 
a.expand:active,
a.expand:focus {
  border-style:solid;
  background-color:#f0f0f0;
}

a.expand-open {
   display:block;
  padding:3px 10px;
  margin-bottom:.75em;
  border:1px dotted #ccc;
  border-width:1px;
  background-image:url(/cm/images/arrow-up.gif);
  background-repeat:no-repeat;
  background-position:98% 50%;
}

a.expand-open:hover, 
a.expand-open:active,
a.expand-open:focus {
  border-style:solid;
  background-color:#f0f0f0;
}

#handle {
	background: url("/cm/images/move.png") no-repeat scroll 0 0 transparent;
	height: 16px;
	width: 16px;
	cursor: move;
}

.leftnav {
	width: 200px;
	padding: 5px;
	background-color: #eee;
}

.input-term-box{
	margin:0 auto;
	margin-bottom:10px;
	margin-top:20px;
	/*width:617px;*/
	display:inline;
	 
}
	.input-term-box input{
		width:90%;
		font-size:1.4em;
		height:20px;
		padding:5px;
		border:1px #9FBCEB solid;
		color:#342C93;
		display:inline;
	}
	
.defaultText { color: #a1a1a1; width: 300px; }	
.defaultTextActive { color: #a1a1a1 !important; font-style: italic; }
.google-submit-btn{ font-size:18px !important;}
.submenu-container{ 
    background-color: white; 
    border: 1px solid #0259A9;
    padding: 5px;
}
