/* common styles */
h1, h2, div.pageHeader {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 10px 0;    
}

h1.pageHeader, h2.pageHeader, div.pageHeader {
    color: #1d7fa1;
    border-bottom: 1px solid #A9A9A4;
}

h2.dottedBorder {
    font-size: 12px;
    border-bottom: 2px dotted #666666;
    border-top: 2px dotted #666666;    
    padding: 5px 0;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clearBoth {
    clear: both;
}

/* color redefinition */
.themeColor {
    color: #1d7fa1;
}

h1.themeColor {
    color: #1d7fa1;    
    font-size: 14px;
    font-weight: bold;
}

.themeBackground {
    background-color: #1d7fa1;
}

.bannerbadgeseparator {
    border-bottom-color: #1d7fa1;
}

.contenttabs a.selected {
    background-image: url('/images/solarwinds/backgrounds/tab-blue-left.gif');
    color: #ffffff;
}

.contenttabs a.selected span {
    background-image: url('/images/solarwinds/backgrounds/tab-blue-right.gif');
    color: #ffffff;
}

/* overview */
.videos {
    background: no-repeat url('/images/solarwinds/backgrounds/products/blue/backgroundVideos.gif');
}

.videos a.watchnowlnk, a.watchnowlnk:hover {
    color:#F99D1C;
}

.props {
	background: no-repeat url('/images/solarwinds/backgrounds/products/blue/backgroundProps.gif');
}

/* product info */
.blueTable {
	width: 100%;
	border-collapse: collapse;
}

.blueTable td {	
	border: 1px solid #CCCCCC;
	padding: 10px;
}

.blueTable th {
    border: 1px solid #CCCCCC;
	background-color: #1d7fa1;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}

/* Overview content and feature content */
.overviewButtonArea {
	text-align: right;
	margin-top: 50px;
	margin-right: 10px;
}
 
.blockquoteArea {
	border-left: dotted 1px #1d7fa1;
	padding: 10px;
	margin-left: 10px;
}


.text_right_db {
    text-align: right;		
    margin-top: 10px;
    margin-right: 10px;
}

.bottomRightButton {
    margin-top: 10px;
}

.bottomRightButton a {
    z-index: 20;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* FAQs */
.question {
    background-image: url("/images/solarwinds/icons/question_blue.gif");
}

.answer {
    background-image: url("/images/solarwinds/icons/answer_blue.gif");
}

hr.dotted {
    border-bottom: 1px dotted #1d7fa1;
}

/* reviews */
.allReviews .orionnpm, .allReviews .titleDisplay a, .allReviews .reviewBind .reviewerName, .allReviews .reviewBind .commentDate {
    color: #1d7fa1 !important;
}

.allReviews .reviewBind, .allReviews .reviewBind .feedbackcomment {
    border-color: #1d7fa1;
}
