﻿/* Tabs style*/
.MSolarTabStyle .ajax__tab_header 
{
	background-color: White;
	height: 35px;
    padding-left:20px;
}
.MSolarTabStyle .ajax__tab_outer
{
	border-left: solid 1px #FF6600;
	border-right: solid 1px #FF6600;
	border-top: solid 1px #FF6600;
	height: 35px;
	text-align:center;
	width:150px;
}
.MSolarTabStyle .ajax__tab_active
{
	background-color: #F6F6F6;
	height: 40px;
}
.MSolarTabPage
{
	background-color: White;
	border-bottom: solid 1px #FF6600;
	border-left: solid 1px #FF6600;
	border-right: solid 1px #FF6600;
	border-top: solid 1px #FF6600;
}
.MSolarTabHeaderText
{
	color: #666666;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}