@import url('//fonts.googleapis.com/css?family=Roboto:700,500,400,300,300italic,400italic,500italic, 700italic');
/* -- Reset -----------------------------------------------------------------*/
	/* Eric Meyer's CSS reset http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Arial, Verdana, sans-serif;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before,q:after {
	content: '';
}

textarea,input[type="text"],input[type="password"],select {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	background-image: none;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	padding: 2px 2px 2px 5px;
}

select {
	padding: 2px 2px 2px 2px;
}

button,input[type="button"],input[type="submit"] {
	background: url("http://images.military.com/script/base-guide/css/images/general/button_background.png")
		repeat-x;
	background-position: center;
	border: 1px solid #999999;
	font-weight: bold;
	padding: 1px 5px 1px;
	cursor: pointer;
}

textarea[disabled], input[type="text"][disabled], input[type="password"][disabled], 
input[type="radio"][disabled], input[type="checkbox"][disabled], select[disabled] {
	color:#AFAFAF;
	background-color: #EFEFEF;
}

button[type="button"][disabled], button[type="reset"][disabled], 
button[type="submit"][disabled], input[type="reset"][disabled], 
input[type="submit"][disabled], input[type="button"][disabled] {
	color:#AFAFAF;
	background: url("http://images.military.com/script/base-guide/css/images/general/button_background_disabled.png") repeat-x;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

/* -- CSS tools --------------------------------------------------------------*/
	/* clearfix declaration for clearing floated elements */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* -- General Structure --------------------------------------------------------------*/
body {
	padding: 0;
	margin: 0;
	background: url("http://images.military.com/script/base-guide/css/images/service/navy/navy_bkgd.jpg") repeat-x scroll 0 0 #000000;

}

a,a:visited {
	text-decoration: none;
	color: #0100CA;
}

a:link {
	color: #0000cc;
}

a:hover {
	text-decoration: underline;
}

.loading{
	background: url('http://images.military.com/script/base-guide/css/images/general/progress_indicator_large.gif') no-repeat;
	background-position: center center;
	min-height: 64px;
	width: 100%;
}

.link{
	cursor: pointer;
	color:#0100CA;
}

.link:hover{
	text-decoration: underline;
}

.progressWindow .ui-dialog-titlebar-close{
	display: none;
}

#progressIndicator {
	position: relative;
	left: -18px;
	top: 1px;
}

#errorMessageDisplay {
	font-size: 12px;
	margin-top: 4px;
}


/* -- Icons -------------------------------------------------------------- */
.thumbup-icon, input.thumbup-icon{
	background:url("http://images.military.com/script/base-guide/css/images/general/thumbup-icon.png") no-repeat scroll 0 center transparent;
	min-height: 13px;
	min-width: 13px;
	cursor: pointer;
	border: none;
}

.share-icon{
	background:url("http://images.military.com/script/base-guide/css/images/general/share-icon.png") no-repeat scroll 0 center transparent;
	min-height: 10px;
	min-width: 10px;
}

.send-icon{
	background:url("http://images.military.com/script/base-guide/css/images/general/send-icon.png") no-repeat scroll 0 center transparent;
	min-height: 8px;
	min-width: 15px;
}

.print-icon{
	background:url("http://images.military.com/script/base-guide/css/images/general/print-icon.png") no-repeat scroll 0 center transparent;
	min-height: 10px;
	min-width: 10px;
}



/* -- Masthead Structure -------------------------------------------------------------- */
#masthead {
	width: 960px;
	height: 82px;
	margin: 0 auto;
}

#mastheadLogo {
	float: left;
	width: 189px;
	height: 82px;
	background: url(http://images.military.com/script/base-guide/css/images/general/militarylogo.png) no-repeat;
}

#masthead .serviceLogo {
	width: 348px;
	height: 82px;
	float: left;
}

#masthead .baseLogo {
	width: 348px;
	height: 82px;
	cursor: pointer;
}

#masthead .baseTitle {
	width: 348px;
	height: 82px;
	cursor: pointer;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
	font-family: 'Roboto';
	text-transform: uppercase;
	padding-left: 10px;
	vertical-align: middle;
	display: table-cell;
}

#masthead .masthead-right {
	width: 423px;
	height: 82px;
	float: right;
}

#masthead .masthead-right-top {
	width: 423px;
	height: 59px;
}

#masthead .masthead-right-top div {
	float: right;
	color: #ffffff;
	font-size: 12px;
	margin-top: 40px;
}

#masthead .masthead-right-top span {
	padding: 0 8px 0 5px;
}

#masthead .masthead-right-top a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#masthead .masthead-right-top a:hover {
	text-decoration: underline;
}

#masthead .masthead-right-bottom {
	width: 393px;
	height: 20px;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 0px 30px;
}

#mastheadAd {
	float: left;
	width: 450px;
	height: 75px;
	margin: 0 0 0 25px;
}

/* -- Navigation --------------------------------------------------------------*/
#top-nav-cont {
	width: 960px;
	height: 33px;
	margin: 0 auto;
}

#top-nav-cont .top-nav-left {
	width: 22px;
	height: 33px;
	float: left;
}

#top-nav-cont .top-nav-middle {
	width: 636px;
	height: 33px;
	float: left;
}

#top-nav-cont .top-nav-middle .rich-toolbar {
	height: 33px;
	border: none;
}

#top-nav-cont .top-nav-middle .rich-toolbar-item {
	color: #ffffff;
	border-left: 1px solid #ffffff;
	padding: 0px;
	vertical-align: top;
}

#top-nav-cont .top-nav-middle .rich-menu-list-border {
	left: -17px;
	top: 11px;
	border: none;
	background-color: transparent;
}

#top-nav-cont .top-nav-middle .rich-menu-list-bg {
	background-image: none;
	border: 0px;
	background-color: transparent;
}

#top-nav-cont .top-nav-middle .rich-menu-item,#top-nav-cont .top-nav-middle .rich-menu-group
	{
	border: none;
	padding: 5px 36px 4px 2px;
}

#top-nav-cont .top-nav-middle .rich-menu-item-hover,#top-nav-cont .top-nav-middle .rich-menu-group-hover
	{
	padding: 5px 36px 4px 2px;
}

#top-nav-cont .top-nav-middle .rich-ddmenu-label {
	height: 27px;
}

#top-nav-cont .top-nav-middle .rich-ddmenu-label div:nth-child(2){
	z-index: 1000000 !important;
}

#top-nav-cont .top-nav-middle .rich-ddmenu-label-select {
	background-color: transparent;
	border-color: transparent;
}

#top-nav-cont .top-nav-middle .rich-menu-item-label,#top-nav-cont .top-nav-middle .rich-menu-item-label a
	{
	font-weight: bold;
	font-size: 12px;
}

#top-nav-cont .top-nav-middle .rich-menu-node {
	top: 4px;
}

#top-nav-cont .top-nav-middle .rich-label-text-decor {
	font-size: 12px;
	padding: 0px 11px 0px 10px;
	color: #ffffff;
	font-weight: bold;
	display: inline;
	position: relative;
	top: 6px;
}

#top-nav-cont .top-nav-right {
	width: 302px;
	height: 56px;
	float: left;
	margin-top: -23px;
}

#top-nav-cont .menu-bottom-corners {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

#top-nav-cont .menu-top-corners {
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

#top-nav-cont .top-nav-middle-left {
	
}

#top-nav-cont .top-nav-middle-right {
	margin: 4px auto 0;
	width: 370px;
	padding: 0px 10px;
}

#top-nav-cont .nav-button {
	float: left;
	width: 100px;
	height: 24px;
	margin: 0px 2px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#top-nav-cont .nav-button-default {
	background-image: url(http://images.military.com/script/base-guide/css/images/general/nav_button.png);
}

#top-nav-cont .nav-button-hover {
	background-image: url(http://images.military.com/script/base-guide/css/images/general/nav_button_hover.png);
}

#top-nav-cont .top-nav-middle-right .nav-button div {
	margin: 6px 0px 0px 0px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

#top-nav-cont .top-nav-middle-right .nav-button a {
	
}

#top-nav-cont .top-nav-middle-right .nav-button a:hover {
	text-decoration: none;
}

#top-nav-cont .top-nav-right .search-box-text {
	margin: 8px 0px 0px 27px;
	font-weight: bold;
	font-size: 12px;
}

#top-nav-cont .top-nav-right .search-box-text span {
	padding: 0px 4px 0px 2px;
}

#top-nav-cont .top-nav-right .search-box {
	margin: 2px 0px 0px 23px;
	width: 280px;
}

#top-nav-cont .top-nav-right .search-box input[type=text] {
	float: left;
	border: 1px solid #000000;
	width: 240px;
	height: 19px;
	font-size: 12px;
	padding: 0px 0px 0px 4px;
}

#top-nav-cont .top-nav-right .search-button {
	width: 21px;
	height: 21px;
	float: right;
	margin-right: 10px;
	cursor: pointer;
}

.top-ads{
	width:100%;
	float:left;
	margin-bottom: 12px;
	height: 90px;
}


/* -- Quickref/Breadcrumb --------------------------------------------------------------*/
#quickref {
	width: 100%;
	height: 20px;
	float: left;
	margin: 0 0 10px 0;
}

#quickref .quickref-right {
	float: right;
	font-size: 80%;
}

.quickref-right-link {
	float: left;
}

.quickref-fb-like{
	position: relative;
	top: -4px;
}

.quickref-fb-like div.separator{
	position: relative;
	top: 3px;
}

.quickref-right-link div.separator{
	padding: 0px 5px;
	float: right;
}

.quickref-print-link {
	padding: 0 1px 0 0px;
}

.addthis {
	float: left;
}

.addthis span {
	float: left;
	margin: -2px 2px 0px 0px;
}

.addthis_button_compact{
	color: #2F4A7F;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

.print-link {
	background:url("//s7.addthis.com/static/r07/widget22.png") no-repeat scroll 0 0 transparent;
	background-position:0 -1280px;
	height: 16px;
	width: 16px;
	overflow: hidden;
	padding-left: 20px;
}

#breadcrumb {
	float: left;
	text-align: left;
	font-weight: bold;
}

/* -- Footer Structure ------------------------------------------------------ */
#footer {
	width: 960px;
	height: 120px;
	margin: 0 auto 40px auto;
}

#footer-middle {
	width: 916px;
	height: 120px;
	float: left;
}

#footer-left {
	width: 22px;
	height: 120px;
	float: left;
}

#footer-right {
	width: 22px;
	height: 120px;
	float: left;
}

#footer ul {
	margin-top: 10px;
	font-size: 11px;
	line-height: 18px;
}

#footer li {
	clear: both;
	text-align: center;
}

#footer li strong,#footer li a,#footer li span {
	float: left;
}

#footer li strong {
	padding: 0 6px 0 0;
}

#footer li a {
	
}

#footer li span {
	padding: 0 6px;
}

#footer #copyright {
	color: #666666;
	padding-top: 7px;
	font-size:11px;
	clear: both;
	text-align: center;
}

#footer #monsterlogo {
	margin: 7px 0 0 0;
}

/* -- Content(middle section) --------------------------------------------*/
#content {
	clear: both;
	float: left;
	width: 100%;
}

#middle {
	margin: 0 auto;
	text-align: left;
	width: 916px;
	padding: 22px 22px 0px 22px;
}

.memberOneColumn{
	float: left;
	width: 916px;
}

.memberSplitLeftColumn{
	float: left;
	width: 447px;
}

.memberSplitRightColumn{
	float: right;
	width: 447px;
}

.memberLargeColumn {
	float: left;
	width: 594px;
}

.memberXLargeColumn {
	float: left;
	width: 728px;
}

.memberSmallColumn {
	float: right;
	width: 300px;
}

.memberXSmallColumn {
	float: left;
	width: 160px;
}

.memberMediumColumn {
	float: right;
	width: 414px;
}

.content-section {
	padding: 0px 0px 10px 0px;
	float: left;
	clear: both;
}

.content-section-label {
	font-weight: bold;
}

.content-section-header {
	border-bottom: 1px solid #C0C0C0;
	margin-bottom: 10px;
	padding-bottom: 2px;
}

.content-section-header label {
	color: #5F5F5F;
	font-weight: bold;
	font-size: 15px;
}

.content-category-section {
	margin-bottom: 20px;
}

.memberLargeColumn .content-category-section {
	width: 572px;
}

.memberSmallColumn .content-category-section {
	width: 278px;
}

.content-list-image {
	margin-right: 10px;
}

.content-list-image img {
	width: 50px;
}

.content-date {
	margin-right: 2px;
}

.content-city {
	margin-left: 2px;
}

.memberLargeColumn .content-table {
	width: 572px;
}

.memberSmallColumn .content-table {
	width: 278px;
}

.memberMediumColumn .content-table {
	width: 392px;
}

.content-table td {
	font-size: 12px;
	padding: 10px 0;
	vertical-align: top;
	border-bottom: 1px solid #C0C0C0;
	color: #000000;
}

.content-more {
	font-size: 15px;
	padding: 15px 0 5px;
	display: block;
	font-weight: bold;
}

.content-description,.content-summary {
	line-height: 18px;
}


/* -- Error pages --------------------------------------------------------------*/

.memberErrorColumn {
	margin: auto;
	width: 594px;
	float: none;
}

.memberErrorColumn #mastheadLogo{
	width: 188px;
	left: -20px;
	position: relative;
}

.memberErrorColumn .component span{
	float:left;
	font-size:20px;
	line-height:2;
	margin-top:38px;
	white-space:normal;
	width:372px;
}


/* -- Components/Panels --------------------------------------------------------------*/
.component {
	margin: 0px 0px 20px 0px;
	float: left;
	display: block;
}

.rich-panel {
	text-align: left;
	padding: 0px;
	border: none;
	background-color: transparent;
	float: left;
}

.rich-panel-header {
	padding: 0px;
	border: none;
	background-image: none;
	background-color: transparent;
}

.memberOneColumn .rich-panel-body-middle,.memberOneColumn .rich-panel-header-middle{
	width: 896px;
}

.memberOneColumn .rich-panel-body-content {
	width: 894px;
}

.memberSplitLeftColumn .rich-panel-header, .memberSplitRightColumn .rich-panel-header {
	width: 447px;
}

.memberLargeColumn .rich-panel-header {
	width: 594px;
}

.memberSmallColumn .rich-panel-header {
	width: 300px;
}

.memberXSmallColumn .rich-panel-header {
	width: 160px;
}

.memberMediumColumn .rich-panel-header {
	width: 414px;
}

.memberSplitLeftColumn .rich-panel-header-middle, .memberSplitRightColumn .rich-panel-header-middle {
	width: 427px;
}

.memberLargeColumn .rich-panel-header-middle {
	width: 574px;
}

.memberSmallColumn .rich-panel-header-middle {
	width: 280px;
}

.memberXSmallColumn .rich-panel-header-middle {
	width: 140px;
}

.memberMediumColumn .rich-panel-header-middle {
	width: 394px;
}

.rich-panel-header, .rich-panel-header-right, 
.rich-panel-header-middle, .rich-panel-header-left {
	height: 25px;
	float: left;
}

.rich-panel-header-left,.rich-panel-header-right {
	width: 10px;
}

.rich-panel-header-middle {
	padding: 4px 0px 0px 0px;
	height: 21px;
	color: #ffffff;
	font-size: 15px;
}

.rich-panel-header-controls{
	float: right;
}

.rich-panel-header-control{
	width: 16px;
	height: 16px;
	background: url(http://images.military.com/script/base-guide/css/images/images/jquery-icons-ffffff.png);
	cursor: pointer; 
}

.rich-panel-header-control-close{
	background-position: -96px -128px;
}


.rich-panel-body {
	padding: 0px;
	border: none;
	background-image: none;
	background-color: transparent;
	float: left;
}

.rich-panel-body-content {
	background-color: #ffffff;
	border: 1px solid #000000;
	border-top: none;
	border-bottom: none;
	float: left;
	padding: 10px 10px 0px 10px;
	line-height: 14px;
	font-size: 12px;
}

.rich-panel-body-content li.bullet {
	list-style: none inside
		url("http://images.military.com/script/base-guide/css/images/general/li-orange-square.png");
	margin-bottom: 2px;
	position: relative;
	top: -2px;
}

.memberXSmallColumn .rich-panel-body-content li.bullet{
	width: 126px;
} 

.rich-panel-body-content li.bullet span {
	position: relative;
	top: 2px;
}

.rich-panel-body-content li.bullet a.selected{
	font-weight: bold;
}

.rich-panel-body-content p {
	margin-bottom: 10px;
}

.rich-panel-body-content h1,.content-title,.content-title a {
	font-size: 14px;
	font-weight: bold;
	color: #002cbe;
	margin-bottom: 4px;
}

.content-message{
	color: #5F5F5F;
	font-size: 15px;
	font-style: italic;
}

.rich-table-subheader {
	background: none;
}

.rich-table-subheadercell{
	border-right: none;
	font-size: 12px;
	padding: 10px 0px;
	color: #0100CA;
	text-align: left;
}

.rich-panel-body-content .rich-table {
	border: none;
}

.rich-panel-body-content .rich-table-cell {
	border-right: none;
	font-size: 12px;
	padding: 10px 0px;
}

.rich-panel-body-content .content-date {

}

.rich-panel-body-content .content-source {
	color: #7F7F7F;
}

.memberSplitLeftColumn .rich-panel-body, .memberSplitRightColumn .rich-panel-body {
	width: 447px;
}

.memberLargeColumn .rich-panel-body {
	width: 594px;
}

.memberSmallColumn .rich-panel-body {
	width: 300px;
}

.memberXSmallColumn .rich-panel-body {
	width: 160px;
}

.memberMediumColumn .rich-panel-body {
	width: 414px;
}

.memberSplitLeftColumn .rich-panel-body-content, .memberSplitRightColumn .rich-panel-body-content {
	width: 425px;
}

.memberLargeColumn .rich-panel-body-content {
	width: 572px;
}

.memberSmallColumn .rich-panel-body-content {
	width: 278px;
}

.memberXSmallColumn .rich-panel-body-content {
	width: 138px;
}

.memberMediumColumn .rich-panel-body-content {
	width: 392px;
}

.memberSplitLeftColumn .rich-panel-body-footer, .memberSplitRightColumn .rich-panel-body-footer {
	width: 447px;
}

.memberLargeColumn .rich-panel-body-footer {
	width: 594px;
}

.memberSmallColumn .rich-panel-body-footer {
	width: 300px;
}

.memberXSmallColumn .rich-panel-body-footer {
	width: 160px;
}

.memberMediumColumn  .rich-panel-body-footer {
	width: 414px;
}

.memberSplitLeftColumn .rich-panel-body-middle, .memberSplitRightColumn .rich-panel-body-middle {
	width: 427px;
}

.memberLargeColumn .rich-panel-body-middle {
	width: 574px;
}

.memberSmallColumn .rich-panel-body-middle {
	width: 280px;
}

.memberXSmallColumn .rich-panel-body-middle {
	width: 140px;
}

.memberMediumColumn .rich-panel-body-middle {
	width: 394px;
}

.rich-panel-body-footer,.rich-panel-body-footer div {
	height: 10px;
	float: left;
}

.rich-panel-body-left,.rich-panel-body-right {
	width: 10px;
}

.rich-table-row td {
	vertical-align: top;
}

.rich-table-footer {
	background-color: transparent;
}

.rich-table-footercell {
	border: none;
	padding: 15px 0px 5px 0px;
	font-size: 15px;
}


/* -- Component Disabled ------------------------------------------------*/

.component-disabled div, .component-disabled label,.component-disabled a{
	color: #8F8F8F;
}

.component-disabled .rich-panel-header-middle{
	color: #EFEFEF;
}

.component-disabled .rich-panel-body-content, .component-disabled .rich-panel-body-footer .rich-panel-body-middle{
	background-color: #EFEFEF;
}

.component-disabled .rich-panel-body-left{
	background: url("http://images.military.com/script/base-guide/css/images/general/panel_footer_left_disabled.png") no-repeat;
}

.component-disabled .rich-panel-body-right{
	background: url("http://images.military.com/script/base-guide/css/images/general/panel_footer_right_disabled.png") no-repeat;
}

.component-disabled textarea, .component-disabled input[type="text"], 
.component-disabled input[type="password"], .component-disabled input[type="radio"], 
.component-disabled input[type="checkbox"], .component-disabled select {
	color:#AFAFAF;
	background-color: #EFEFEF;
}

.component-disabled button[type="button"], .component-disabled button[type="reset"], 
.component-disabled button[type="submit"], .component-disabled input[type="reset"], 
.component-disabled input[type="submit"], .component-disabled input[type="button"] {
	color:#AFAFAF;
	background: url("http://images.military.com/script/base-guide/css/images/general/button_background_disabled.png") repeat-x;
}



/* -- Rich Data Scroller ------------------------------------------------*/
.rich-dtascroller-table {
	border: none;
}

.rich-datascr-button {
	background-color: #ffffff !important;
	border: none !important;
	color: #002CBE !important;
	padding: 0px 10px;
}

.rich-datascr-act,.rich-datascr-inact {
	border: none !important; 
	color: #002CBE;
	width: 16px;
	font-weight: normal;
}

.rich-datascr-act {
	font-weight: bold;
}

/* -- Form --------------------------------------------------------------*/
form label {
	font-weight: bold;
}

.form-row {
	float: left;
	width: 100%;
	padding: 10px 0px;
	border-bottom: 1px solid #e4e4e4;
}

.memberSmallColumn .form-row {
	border-bottom: none;
	padding: 10px 0px 0px 0px;
}

.modal-panel .form-row {
	border:none;
	padding: 0px 0px 10px 0px;
}

.form-row div {
	float: left;
}

.form-label-col {
	font-weight: bold;
	text-align: left;
	white-space: normal;
	position: relative;
	top: 3px;
}

.memberOneColumn .form-label-col {
	font-size: 14px;
	width: 130px;
}

.memberLargeColumn .form-label-col {
	font-size: 14px;
	width: 130px;
}

.memberSmallColumn .form-label-col {
	font-size: 12px;
	width: 70px;
}

.memberSplitLeftColumn .form-label-col, .memberSplitRightColumn .form-label-col {
	font-size: 14px;
	width: 100px;
}

.modal-panel .form-label-col{
	font-size: 12px;
	width: 70px;
}

.memberLargeColumn .form-field-col {
	width: 442px;
}

.memberOneColumn .form-field-col {
	width: 764px;
}

.memberSplitLeftColumn .form-field-col, .memberSplitRightColumn .form-field-col {
	width: 320px;
}

.memberSplitLeftColumn .form-field-col textarea, .memberSplitLeftColumn .form-field-col input[type="text"], .memberSplitLeftColumn .form-field-col input[type="password"],
.memberSplitRightColumn .form-field-col textarea, .memberSplitRightColumn .form-field-col input[type="text"], .memberSplitRightColumn .form-field-col input[type="password"] {
	width: 311px;
}

.memberSplitLeftColumn .form-field-col select, .memberSplitRightColumn .form-field-col select{
	width: 320px;
}

.form-field-col textarea,.form-field-col input[type="text"],.form-field-col input[type="password"]{
	width: 432px;
}

.form-field-col select {
	width: 441px;
}

.memberSmallColumn .form-field-col textarea,.memberSmallColumn .form-field-col input[type="text"],.memberSmallColumn .form-field-col input[type="password"]{
	width: 199px;
}

.memberSmallColumn .form-field-col select {
	width: 208px;
}

.modal-panel .form-field-col textarea,.modal-panel .form-field-col input[type="text"],.modal-panel .form-field-col input[type="password"]
	{
	width: 199px;
}

.modal-panel .form-field-col select {
	width: 208px;
}

.form-field-col-multiline-row {
	float: left;
	width: 442px;
	padding: 4px 0px;
}

.form-field-col-multiline-row div {
	float: left;
}

.form-field-multiline-field {
	width: 341px;
	text-align: left;
	white-space: normal;
}

.form-field-multiline-label {
	width: 100px;
	font-weight: bold;
	position: relative;
	top: 3px;
}

.form-field-multiline-field textarea,.form-field-multiline-field input[type="text"],.form-field-multiline-field input[type="password"]{
	width: 332px;
}

.form-field-multiline-field select{
	width: 341px;
}

.form-field-tip{
	background-color: #EDEEF0;
	padding: 5px;
	width: 432px;	
}

.form-field-tip div{
	clear: both;
}

.form-field-tip-title{
	font-weight: bold;
}

.form-buttons {
	margin-left: 130px;
	float: left;
	padding: 10px 0px 0px 0px;
}

.form-buttons input {
	margin-right: 8px;
	font-size: 13px;
}

.memberSmallColumn .form-buttons {
	margin-left: 106px;
}

.memberLargeColumn .form-buttons {
	width: 440px;
}

.modified-field{
	border: 2px solid yellow;
}

.deleted-field{
	border: 2px solid red;
	background-color: #D8D6D6;
	
}

.new-field{
	border: 2px solid blue;
}

/* -- Login ------------------------------------------------------------------------*/

.login-prompt-msg a, .activate-prompt-msg a{
	color: #0100CA;
}

.base-talk-viewtopic .add-comment .login-prompt-msg,
.basedir-comment-component .add-comment .activate-prompt-msg{
	margin-left: 10px;
	color: #000000;
}

.base-talk-topic-header-rating .login-prompt-msg{
}

.base-talk-topic-header-rating .activate-prompt-msg{
	float:left;
	width:132px;
}

.base-talk-topic-header-rating-disabled .thumbup-icon, .base-talk-topic-header-rating-disabled input.thumbup-icon{
	cursor: default;
}

.base-talk-edit-topic .login-prompt-msg{
	font-size: 13px;
}

.base-dir-add-contact-component .login-prompt-msg,
.base-talk-start-topic-component .login-prompt-msg{
	margin-left: 10px;
}

.base-dir-add-contact-component .activate-prompt-msg,
.base-talk-start-topic-component .activate-prompt-msg{
	float: right;
	width: 184px;
}

.addCommentMessageCont{
	display: block;
	width: 100%;
	float: left;
	height: 34px;
}

.addCommentConfirmation{
	display: none;
	background-color: #CFD0FF;
    border: 2px solid #0000CE;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    width: 560px;
    -moz-border-radius: 10px;
	border-radius: 10px;
}


/* -- Search Listings --------------------------------------------------------------*/

.search-section{
	margin:0 0 2px;
	width:auto;
}

input.search-box{
	width:340px;
	font-size:16px;
	font-weight:bold;
	height:29px;
}

input.search-button{
	height:35px;
	position:relative;
	font-size:16px; 
	font-weight:bold;
	float:right;
}

.memberLargeColumn .search-box{
	width: 488px;
}

.search-panel input,.search-panel select {
	margin-right: 10px;
}

.search-panel label {
	font-weight: bold;
	margin-right: 5px;
}

.search-results-label{
	font-size: 18px;
	margin-bottom: 25px;	
}

.search-results-label span{
	font-weight: bold;
}

.search-keyword-highlight{
	font-weight: bold;
}

.content-source .search-keyword-highlight{
	color: #5F5F5F;
}

.base-search-results .content-section-header{
	padding-bottom: 3px;
}

.base-search-results .content-section-header label{
	font-size: 15px;
}

.base-search-results .content-more{
	padding: 5px 0 0 0;
}

.contact-results-pane{
	width: 594px;	
	padding-bottom: 10px;
}

.pages-results, .contact-results, .base-talk-results {
	float: left;
	width: 100%;
}
.pages-results, .contact-results{
	margin-bottom: 20px;
}

.pages-results .content-section{
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.contact-results .search-listing-title{
	font-size: 14px;
}

.contact-results .contact-results-pane .google-map-div{
	width: 572px;
	height: 286px;
}

.base-talk-results{
	width: 100%;
}

.base-talk-results .form-row div{float:none;}

.base-talk-results .content-section-header{
	margin-bottom: 0px;
}

.base-talk-search-results .content-more{
	padding: 10px 0 0 0;
}

.directory-search {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
}

.basedir-location-component .content-section{
	clear:left;
}

.directory-update-box {
	position: relative;
	float: right;
	background-color: #E9E9E9;
	border: 1px solid #CCCCCC;
	padding: 2px 5px 5px 5px;
	text-align: center;
	width: 114px;
}

.directory-update-box span {
	color: #0100cc;
}

.directory-update-box input {
	margin-top: 3px;
	width: 114px;
}

.search-listing {
	margin-bottom: 15px;
	float:left;
}

.search-listing div{
	margin-bottom: 3px;
	font-size: 12px;
}

.search-listing .search-listing-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.search-listing-contact {	
}

.search-listing-description {
	color: #5F5F5F;
}

.search-results-list {
	margin: 0px 0px 0px 25px;
}

.promotional-results-list {
	margin: 0px 0px 0px 25px;
}

.search-results-list li, .promotional-results-list li{
	background-position:left top;
	background-repeat:no-repeat;
	left:-25px;
	list-style:none outside none;
	padding-left: 30px;
	position:relative;
	float:left;
	clear:both;
}

.important-contacts-list {
	float: left;
	margin: 0px 0px 0px 25px;
}

.important-contacts-list li{
	background-position: 0px 7px;
	background-repeat:no-repeat;
	left:-25px;
	list-style:none outside none;
	padding: 10px 0px 10px 30px;
	position:relative;
	float:left;
	clear:both;
	border-bottom: 1px solid #C0C0C0;
	width: 248px;
}

.important-contacts-phone-list{
	float: left;
}

.important-contacts-phone-list td{
	border: none !important; 
	padding: 0px !important;
}

.important-contacts-list-more{
	display: block;
	margin-top: 10px;
	float: left;
}

.important-contacts-list-no-map{
	width: 100%;
}

.important-contacts-list-no-map li{
	padding: 10px 0;
}

/* -- Advertisements --------------------------------------------------------------*/
#content .advertisement {
	margin: 0px 0px 20px 0px;
	background: url("http://images.military.com/script/base-guide/css/images/general/adlogo.png") no-repeat;
	background-position: top center;
	padding: 10px 0px 0px 0px;
	float: left;
	display: block;
}

/* -- Overview --------------------------------------------------------------*/
.overview-component img {
	float: left;
	margin: 0px 5px 5px 0px;
	width: 220px;
}

/* -- News --------------------------------------------------------------*/
.news-component .rich-panel-body-content {
	padding-top: 0px;
}

.news-component table.rich-table{
	width: 100%;
}

.news-component .content-source, .news-component .content-date{
	font-weight: bold;
}

/* -- Google Map --------------------------------------------------------------*/
.memberSmallColumn .google-map-div {
	width: 278px;
	height: 278px;
}

.memberLargeColumn .google-map-div {
	width: 572px;
	height: 572px;
}

.all-basesloc-map{
	height: 450px;
	width: 728px;
	margin-bottom: 25px;
}
/* fix chrome slidebar issue, override google style */
#contactWorldMap .gm-style-iw div{overflow: hidden !important;}

/* -- Events --------------------------------------------------------------*/
.event-component .content-section-header {
	margin-bottom: 0px;
	margin-top: 5px;
	border-bottom: none;
}

.event-component .content-table td,.search-results .content-table td {
	border-bottom: none;
	border-top: 1px solid #C0C0C0;
}

.search-results .content-section-header {
	border: none;
	margin-bottom: 0px;
	margin-top: 20px;
}

.event-search .search-section{
	width: auto;
	margin: 0 0 2px;
}

.search-results .rich-table-cell {
	padding: 0px;
}

.search-results .content-source, .search-results .content-date{
	font-weight: normal;
}

.event-component .content-date {
	color: #7F7F7F;
	font-weight: normal;
}

.event-component .content-source {
	font-weight: normal;
}

.event-info-images img {
	margin-bottom: 10px;
	width: 179px;
}

.event-info-images,.event-info-thumbnail {
	width: 190px;
	float: left;
}

.event-info-thumbnail img {
	width: 53px;
	float: left;
	margin: 0px 10px 0px 0px;
}

.event-info-details,.event-info-details div {
	width: 382px;
	float: left;
}

.event-info-details div {
	margin-bottom: 5px;
	white-space: normal;
}

.event-info-details .content-title {
	font-size: 20px;
	color: #000000;
	line-height: 20px;
}

.event-info-details .content-summary,.event-info-details .content-description
	{
	margin: 10px 0px 15px;
}

.search-results .rich-table-cell {
	border: none;
}

#eventDescription {
	display: none;
}

.event-website-url {
	background: url(http://images.military.com/script/base-guide/css/images/general/ico_url.png) no-repeat;
	padding-left: 15px;
}

.event-info-details label {
	font-weight: bold;
	margin-right: 3px;
}

.event-info-categories a {
	margin-left: 2px;
}

.event-info-tickets {
	margin-top: 10px;
}

.event-browse label {
	border-bottom: 1px solid #C0C0C0;
	color: #5F5F5F;
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 2px;
	width: 138px;
}

.event-browse ul {
	padding: 5px 0px 20px 0px;
}

.event-browse li {
	padding: 2px 0px;
}

.event-search-results .rich-table {
	margin-top: -20px;
	background-color: transparent;
}

.venue-search-results .rich-table {
	margin-top: 0px;
	background-color: transparent;
}

.events-sponsored{
	color: #7F7F7F;
    font-size: 10px;
}

/* -- Tooltip --------------------------------------------------------------*/
#btooltip {
	position: absolute;
	background: url() #ffffcc;
	border: 1px solid #babfc3;
	padding: 5px;
	display: none;
}

.aligntotop {
	vertical-align: top;
}

/* -- Yelp search ----------------------------------------------------------*/
.yelp-search-section {
	margin: 0px auto 10px auto;
	width: 424px;
	height: 120px;
}

.yelp-search-section .content-section {
	width: 424px;
}

.yelp-search-section .form-field-col {
	width: 424px;
}

.yelp-search-section input {
	height: 29px;
	font-weight: bold;
	font-size: 16px;
}

.yelp-search-section .search-box {
	width: 340px;
}

.yelp-search-section input[type="button"] {
	height: 35px;
}

.yelp-search-section .yelp-keyword-input {
	width: 415px;
}

.yelp-search-section .yelp-location-input {
	width: 340px;
}

.yelp-search-section .yelp-search-buttton {
	float: right;
}

.yelp-search-section label {
	color: #666666;
}

.yelp-browse-section {
	width: 572px;
}

.memberLargeColumn .yelp-filter-section table {
	width: 572px;
}

.yelp-categories-table, .yelp-filter-table{
	width: 100%;
}

.yelp-categories-table td, .yelp-filter-table td{
	width: 33.3%;
	text-align: left;
}

.yelp-filter-section-title {
	color: #FFBD05;
	font-weight: bold;
}

.yelp-filter-section td {
	width: 33%;
}

.yelp-filter-section li {
	margin: 2px 0px;
}

.yelp-neighbours-list li{
	clear:both;
	display:block;
	float:left;
	width: 100%;
}

.yelp-neighbours-list input{
	display: block;
	float: left;
}

.yelp-neighbours-list label{
	clear: right;
	margin-top: 2px;
	display: block;
}



#yelp-component li.selected {
	list-style: inside url("http://images.military.com/script/base-guide/css/images/general/li-double-lt.png");
}

#yelp-component li.selected a,#yelp-component li.selected span {
	color: #000000;
	font-weight: bold;
	margin-left: -10px;
}

.yelp-result {
	border-top: 1px solid #D7D7D7;
	margin-top: 10px;
	padding-top: 10px;
	float: left;
}

.yelp-result-top {
	clear: both;
	float: left;
	margin-bottom: 5px;
}

.memberLargeColumn .yelp-result-top {
	width: 572px;
}

.yelp-result-top-left {
	float: left;
}

.yelp-result-top-right {
	float: right;
}

.yelp-result-bottom {
	clear: both;
	float: left;
}

.yelp-result-title {
	font-size: 16px;
	font-weight: normal;
}

.yelp-result-title a {
	background: no-repeat scroll 0 0 transparent;
	padding-left: 28px;
	padding-top: 2px;
	height: 34px;
	display: block;
}

.yelp-result-category {
	font-size: 11px;
	margin-top: 2px;
}

.yelp-result-rating {
	margin-right: 10px;
}

.yelp-result-rating a {
	font-size: 10px;
	vertical-align: top;
	margin-left: 2px;
}

.yelp-result-address {
	color: #5F5F5F;
	margin-top: -2px;
}

.yelp-result-user-pic {
	float: left;
	margin: 2px 5px 0px 0px;
}

.yelp-result-user-pic img {
	border: 1px solid #999999;
	padding: 2px;
	width: 20px;
}

.memberLargeColumn .yelp-result-user-review {
	width: 541px;
	float: left;
	font-size: 11px;
}

.yelp-more-link {
	float: left;
	margin-top: 15px;
	font-size: 15px;
}

.yelp-more-link a {
	font-weight: bold;
}

div.autocomplete {
	margin: 0px;
	padding: 0px;
	width: 250px;
	background: #fff;
	border: 1px solid #888;
	position: absolute;
}

div.autocomplete ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.autocomplete ul li.selected {
	background-color: #BED6F8;
}

div.autocomplete ul li {
	margin: 0;
	padding: 3px;
	padding-left: 10px;
	height: 16px;
	display: block;
	list-style-type: none;
	cursor: pointer;
}

/* -- Yelp marker info box -------------------------------------------------*/
.marker {
	font-size: 11px;
}

.marker .businessimage {
	float: left;
}

.marker .businessinfo {
	margin-left: 110px;
	height: 130px;
}

.marker .businessinfo a {
	margin-bottom: 0px;
}

.marker .ratingsimage {
	vertical-align: middle;
	margin-top: 0px;
}

/* -- External info window -------------------------------------------------*/
.external_info_window {
	width: 286px;
	height: 162px;
	position: absolute;
}

.google-map-div {
	overflow: hidden;
}

.external-gmnoprint {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 286px;
	height: 162px;
}

.external-gmnoprint .info_window {
	position: absolute;
	left: 16px;
	top: 16px;
	width: 254px;
	height: 130px;
	z-index: 10;
}

.marker {
	
}

.left_top_corner {
	width: 25px;
	height: 25px;
	overflow: hidden;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
}

.left_top_corner img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 690px;
	height: 786px;
	-moz-user-select: none;
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

.right_top_corner {
	width: 25px;
	height: 25px;
	overflow: hidden;
	z-index: 1;
	position: absolute;
	left: 261px;
	top: 0px;
}

.right_top_corner img {
	position: absolute;
	left: -665px;
	top: 0px;
	width: 690px;
	height: 786px;
	-moz-user-select: none;
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

.corner_bottom {
	width: 97px;
	height: 96px;
	overflow: hidden;
	z-index: 1;
	position: absolute;
	left: 94px;
	top: 137px;
}

.corner_bottom img {
	position: absolute;
	left: 0px;
	top: -691px;
	width: 690px;
	height: 786px;
	-moz-user-select: none;
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

.left_bottom_corner {
	width: 25px;
	height: 25px;
	overflow: hidden;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 137px;
}

.left_bottom_corner img {
	position: absolute;
	left: 0px;
	top: -665px;
	width: 690px;
	height: 786px;
	-moz-user-select: none;
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

.right_bottom_corner {
	width: 25px;
	height: 25px;
	overflow: hidden;
	z-index: 1;
	position: absolute;
	left: 261px;
	top: 137px;
}

.right_bottom_corner img {
	position: absolute;
	left: -665px;
	top: -665px;
	width: 690px;
	height: 786px;
	-moz-user-select: none;
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

.top_border {
	position: absolute;
	left: 25px;
	top: 0px;
	width: 236px;
	height: 25px;
	background-color: white;
	border-top: 1px solid rgb(171, 171, 171);
}

.right_border {
	position: absolute;
	left: 0px;
	top: 25px;
	width: 284px;
	height: 112px;
	background-color: white;
	border-left: 1px solid rgb(171, 171, 171);
	border-right: 1px solid rgb(171, 171, 171);
}

.bottom_border {
	position: absolute;
	left: 25px;
	top: 137px;
	width: 236px;
	height: 24px;
	background-color: white;
	border-bottom: 1px solid rgb(171, 171, 171);
}

.weather-column {
	text-align: center;
	border: none;
	vertical-align: top;
}

.weather-container{
	cursor: pointer;
}

.weather-current-temperature {
	font-size: 20px;
	padding: 0px 10px 0px 10px;
	width: 50px;
	vertical-align: top;
	height: 64px;
}

.weather-current-temperature div {
	margin-top: 20px;
}

.weather-current-details {
	vertical-align: top;
	width: 140px;
	height: 64px;
}

.weather-current-details div {
	margin-top: 15px;
}

.weather-forecast-table {
	margin-left: 10px;
	vertical-align: top;
	width: 250px;
}

.weather-location {
	font-size: 14px;
	color: blue;
	font-weight: bold;
}

.weather-current-image {
	width: 64px;
	height: 64px;
	text-align: center;
    vertical-align: middle;
}

.weather-quickflip-wrapper {
	width: 64px;
	height: 64px;
}

.weather-quickflip-wrapper div {
	width: 64px;
	height: 64px;
}

.weather-radio-buttons tr td label {
	font-weight: normal;
}

.yelpCategoriesPanel {
	width: 100%;
	padding-top: 10px;
	float: left;
	padding-bottom: 10px;
}

.yelpFilterPanel {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}

#expandCategoriesBlock {
	border-bottom: 1px solid gray;
	display: none;
}

#collapseCategoriesBlock {
	border-bottom: 1px solid gray;
}

.floatRightBlock {
	float: right;
}

.hiddenElement {
	display: none;
}

.categoryMessageBlock {
	width: 100%;
	margin-top: 5px;
}

.categoryColumn {
	padding-left: 5px;
}

#yelp-expand-search-filter {
	border-bottom: 1px solid gray;
	display: none;
}

#yelp-disabled-collapse-filter,#yelp-disabled-expand-filter {
	display: none;
}

#yelp-collapse-search-filter {
	border-bottom: 1px solid gray;
}

#yelp-search-filter-block {
	padding-top: 5px;
}

#yelp-distance {
	padding-right: 250px;
	width: 100%;
}

#yelp-neighbours-list {
	width: 200px;
	height: 80px;
}

.suggestion {
	background-color: white;
}

.view-more-button {
	margin-bottom: 20px;
	margin-top: 15px;
}

.base-directory-list {
	margin-left: 20px;
	list-style-type: upper-alpha;
}




/* -- Base Talk -------------------------------------------- */
.base-talk-overview-component table.base-talk-search-results tfoot td{
	padding: 0px;
}

.base-talk-catogories .content-section-header label{
	font-size: 13px;
}

.base-talk-catogories ul{
	left: 12px;
	position: relative;
}

.base-talk-catogories li.bullet{
	list-style-position: outside;
}

.base-talk-catogories table{
	width: 572px;	
}

.base-talk-catogories td{
	width: 33%;
}

.base-talk-search-results-component .base-talk-search-results,
.base-talk-overview-component .base-talk-search-results{
	width:100%;
}

.base-talk-search-results tbody td{
	padding: 8px 0px;
	border-bottom:1px solid #C0C0C0;
	vertical-align: top;
}

.base-talk-search-results tfoot table td{
	padding: 0;
}

.base-talk-search-results .content-source{
	margin: 0px;
}

.base-talk-search-results .thumbup-icon{
	padding-left: 14px;
	float: right;
	font-size: 11px;
	font-weight: normal;
	color: #000000;	
	clear:none;
}

.base-talk-comment-count{
	float: right;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

.base-talk-topic-header-top{
	width: 574px;
}

.base-talk-topic-header-top-left{
	width: 407px;
	float: left;
}

.base-talk-topic-header-top-right{
	width: 157px;
	float: right;
}

.base-talk-topic-header-bottom{
	width: 100%;
	margin: 10px 0;
	float: left;
}

.base-talk-topic-header-bottom .content-source{
	margin-bottom: 10px;
}

.base-talk-topic-header-rating{
	float: right;
}

.base-talk-topic-subscribe-tip{
	float: right;
    margin-top: 5px;
    cursor: help;
}

.base-talk-topic-abouse{
	float: left;  
}

.base-talk-topic-top-links{
}

.base-talk-topic-top-links span{
	float:right;
	padding-left: 14px;
	margin-left: 14px;
	font-size: 11px;
}


.base-talk-topic-top-links .send-icon{
	padding-left: 18px;
}

.base-talk-viewtopic-title{
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 5px;
	white-space: normal;
}

.base-talk-topic-header-top .base-talk-viewtopic-title{
	width: 354px;
}

.base-talk-viewtopic .thumbup-section{
	float: right;
	margin-top: 10px;
}

.base-talk-viewtopic .thumbup-icon{
	font-size: 11px;
    font-weight: normal;
    padding-left: 14px;
    padding-right: 0;
    float: left;
}

.base-talk-viewtopic .thumbup-desc{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin: 2px 0px 0px 2px;
}

.base-talk-viewtopic-comment-title{
	margin-bottom: 5px;
	padding-top:15px;
}

.base-talk-viewtopic-desc{
	float:left;
	width: 100%;
	margin: 10px 0;
}

.base-talk-viewtopic-author-thumb{
	width: 50px;
	float: left;
	margin: 2px 10px 0px 0px;
}

.base-talk-viewtopic-author-thumb img{
	border: 1px solid #C0C0C0;
}

.base-talk-text{
	width: 347px;
	float: right;
}

.base-talk-telephone-primary{
	float: left;
}

.base-talk-telephone-primary input[type=radio]{
	visibility: hidden;  /*JSF hack */
}


.base-talk-telephone-delete{
	float:right;
	margin-top: 5px;
}

.base-talk-edit-topic{
	margin-bottom:10px;
	float: left;
}

.base-talk-edit-topic-link{
	float: left;
}

.base-talk-comments{
	float:left;
	width: 574px;
}


/* -- Base Directory  ---------------------------------------- */

.base-dir-location-base-title{
	top: -1px;
	position: relative; 
	padding-right: 10px;
	font-style: italic; 
}

.base-dir-location-base-title.off-base, .off-base{
	color: #6F6F6F;
}


/* -- Comments (base-directory & base-talk) ------------------ */
.comment-box{
	border: 1px solid #C0C0C0 !important;
	border-bottom: none;
	width: 100%;
	margin-bottom: 10px;
	float: left;
}

.comment-box img{
	width: 50px;
	height: 50px;
	border: 1px solid #C0C0C0;
	margin-left: 10px;
}

.comment-box p{
	padding: 0px 10px;
}

.comment-box td{
	vertical-align: top;
	border-bottom: 1px solid #C0C0C0;
	padding: 10px 0px;
}

.comment-box tr:nth-child(even){
	background-color: #EFEFEF;
}

.comment-box .content-source{
	height: 6px;
	width:488px;
}

.comment-box .content-source span{
	font-size: 11px;
	float: right;
}

.comment-box .content-source a{
	font-size: 14px;
	font-weight: bold;
	float: left;
}

.add-comment-title, .base-talk-viewtopic-comment-title{
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	margin-bottom: 5px;
	white-space: normal;
	float: left;
}

.comment-title{
	float: left;
	white-space: nowrap;
}

.comment-date{
	color: #4f4f4f;
}

.add-comment{
	float: left;
}

.add-comment textarea{
	height:50px;
	margin-bottom:10px;
	width:563px;
}

.comment-count{
	float: right;
	font-weight: normal;
	font-size: 12px;
	font-style: normal;
}

.comment-count span{
	font-weight: bold;
}

.comment-links-wrapper{
	padding:0 10px;
	height: 15px;
	margin-top: 10px;
}

.comment-links{
	font-size: 11px;
	display: none;
}

.comment-links form{
	display: inline;
}

.comment-edit{
	display: none;
	padding: 0 10px;
}

.comment-edit textarea{
	width: 479px;
	height: 50px;
	margin-bottom: 10px;
}



/* -- Base Manager  ---------------------------------------- */
.base-manager-listing{
	width: 100%;
}

.base-manager-listing .base-manager-header{
	font-weight: bold;
	font-size: 14px;
}

.base-manager-listing .col1 .base-manager-header{
	left: -10px;
	position: relative;
}

.base-manager-listing td{
	padding: 8px 0px 8px 10px;
}

.base-manager-listing tr{
	border-bottom:1px solid #C0C0C0;
}

.base-manager-listing td.col2{
	text-align: right;
}

.base-manager-listing tfoot tr{
	border: none;
}

.base-manager-listing .content-title, .base-manager-listing .content-title a{
	margin: 0px;
}

.base-manager-delete-link {
	font-size: 10px;
	padding-left: 10px;
	display: none;
	margin: 0px;
}

.base-manager-delete-link a{
	font-size: 10px;
	margin: 0px;
}




/* -- Modal Panel -------------------------------------------- */
.rich-mpnl-mask-div{
	background-color: #000000;
	opacity:0.3;
}

.modal-panel {
	margin: 0px;
	float: left;
	display: block;
}

.modal-panel .form-buttons{
	margin: 0 auto;
	padding: 10px 0px;
	float: none;
	text-align: center;
}

.modal-panel .form-buttons-cont{
	width: 100%;
}

.modal-panel .form-buttons table{
	margin: 0 auto;
}

.modal-panel .form-buttons input{
	float: left;
	clear: none;
}

.rich-mpnl-body{
	padding: 0px;
}

.rich-mpnl-content{
	background-color: transparent;
	border: none;
}

.rich-mpnl-shadow {
	background-color:transparent;
}


/* -- Custom Model Panels - Event Tickets -- */
.event-tickets-modal{
	width: 500px;
}

.event-tickets-modal .rich-panel-header-middle,
.event-tickets-modal .rich-panel-body-middle{
	width: 480px;
}

.event-tickets-modal .rich-panel-body-content{
	width: 478px;
}

.event-tickets-modal .modal-table{
	width: 478px;
}

.event-tickets-modal .modal-table td{
	text-align: center;
	vertical-align: middle;
	padding: 5px 0px;
}

.event-tickets-modal .modal-table thead{
	border-bottom:1px solid #C0C0C0;
}

.event-tickets-modal .modal-table th{
	font-weight:bold;
	font-size:13px;
	color:#5F5F5F;
	padding-bottom: 2px;
}

/* -- Custom Model Panels - Base Properties -- */
.base-properties-modal{
	width: 300px;
}

.base-properties-modal .rich-panel-body, 
.base-properties-modal .rich-panel-header,
.base-properties-modal .rich-panel-body-footer{
	width: 300px;
}

.base-properties-modal .rich-panel-header-middle,
.base-properties-modal .rich-panel-body-middle{
	width: 280px;
}

.base-properties-modal .rich-panel-body-content{
	width: 278px;
}

.base-properties-modal .modal-table{
	width: 278px;
}

.base-properties-modal .modal-table td{
	text-align: left;
	vertical-align: middle;
	padding: 4px;	
}

.base-properties-modal .modal-table th{
	font-weight:bold;
	font-size:13px;
	color:#5F5F5F;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: middle;
	padding: 4px;
}



/* -- contact-moderation-component ------------- */

.base-moderation-component .rich-table-cell{
	width: 20%;
	padding: 5px 5px;
}

.base-moderation-component .rich-table-subheadercell{
	padding: 5px 0px;
}

.contact-moderation-overview-component .form-field-col{
	position:relative;
	top:3px;
}

.contact-moderation-compare-component .form-field-multiline-field textarea, 
.contact-moderation-compare-component .form-field-multiline-field input[type="text"], 
.contact-moderation-compare-component .form-field-multiline-field input[type="password"]{
	width: 207px;
} 

.contact-moderation-compare-component .form-field-multiline-field select{
	width: 215px;
}

.contact-moderation-compare-component .form-field-col-multiline-row{
	width: 320px;
}

.contact-moderation-compare-component .form-field-multiline-field{
	width: 216px;
}

.contact-moderation-buttons .form-buttons{
	margin: 0 auto; 
	width: 237px; 
	float: none;
	padding: 0px;
}

.contact-moderation-version-options label{
	font-weight: normal;
	position: relative;
	top: -2px;
	margin-right: 10px;
}

.contact-moderation-version-options input[type=radio]{
	margin: 0px;
}

.contact-moderation-buttons{
	float: left;
	width: 100%;
}

.contact-moderation-overview-rows{
	float:left;
	position:relative;
	top:-10px;
}

/* -- Edit Navigation -------------------------------------- */

.nav-edit-component .not-configurable{
	font-style: italic;
	color: #8f8f8f;
}

.nav-edit-component .content-section{
	width: 894px;
	padding: 0 0 20px;
}

.nav-edit-component .row{float: left;}
.nav-edit-component .row div{float: left;}

.nav-edit-component .col1{width: 80px; text-align: center; padding: 0px 0px 3px;}
.nav-edit-component .col2{width: 200px; padding: 0px 0px 3px;}
.nav-edit-component .col3{width: 594px; padding: 0px 0px 3px;}

.nav-edit-component .col2 input{width: 180px;}

.nav-edit-component .col3 input{width: 500px;}

.nav-edit-component .subheading{font-style: italic;width: 874px; font-weight: normal; margin: 5px 0px 2px 30px;}

.nav-edit-component .form-buttons{
	margin: 0 auto;
	width: 132px;
	float: none;
}


/* -- Custom Model Panels - Component Editor ---------------- */
.component-editor-modal{
	width: 440px;
}

.component-editor-modal .rich-panel-header-middle,
.component-editor-modal .rich-panel-body-middle{
	width: 420px;
}

.component-editor-modal .rich-panel-body-content{
	width: 418px;
}

.component-editor-modal .modal-table{
	width: 418px;
}

.component-editor-modal .rich-ordering-list-table-header-cell,
.component-editor-modal .rich-ordering-list-table-header-cell-last {
	background-image: none;
	background-color: transparent;
	border: none;
	text-align: left;
}

.component-editor-modal .rich-ordering-list-table-header-cell div,
.component-editor-modal .rich-ordering-list-table-header-cell-last div {
	color:#5F5F5F;
	font-size:13px;
	font-weight:bold;
	padding-bottom: 3px;
}

.component-editor-modal .rich-ordering-list-output{
	border: none;
}

.component-editor-modal .rich-ordering-list-content{
	border: 1px solid #C0C0C0;
}

.component-editor-modal .buttons-add-remove{
	position:relative;
	top:94px;
}

.component-editor-modal .buttons-save-cancel{
	left:135px;
	position:relative;
}

.component-editor-modal .buttons-save-cancel input{
	margin-right: 3px;
}

.component-editor-modal .buttons-add-remove input{
	margin-bottom: 3px;
}

.component-editor-modal .rich-ordering-list-row-selected  {
	background-color:#DFDFDF;
}

.component-editor-modal .rich-ordering-list-button,
.component-editor-modal .rich-ordering-list-button-disabled{
	background:url("http://images.military.com/script/base-guide/css/images/general/button_background.png") repeat-x scroll center center transparent;
	border:1px solid #999999;
	font-weight:bold;
	padding:2px 5px 1px;
}

.component-editor-modal .rich-ordering-control-top,
.component-editor-modal .rich-ordering-control-up,
.component-editor-modal .rich-ordering-control-down,
.component-editor-modal .rich-ordering-control-bottom,
.component-editor-modal .rich-ordering-control-disabled{
	border: none;
}

.component-editor-modal .rich-ordering-list-button-disabled{
	color: #5F5F5F;
}

.component-editor-modal .rich-ordering-list-button-layout img{
	display: none;
}

.button-green{
	background-image: url("/script/base-guide/css/images/general/button_background_green.png") !important;
}

.button-red{
	background-image: url("/script/base-guide/css/images/general/button_background_red.png") !important;
}