#Login_Body { 	background-color: #0F66B0; } #Table_Login_Masthead { 	background-color: #C0C0C0; } #Login_Masthead { 	background-image: url(/v4_6_release/common/images/masthead.jpg); 	background-repeat: no-repeat; 	background-position: center; 	padding-top:83px; } #Login_Logo { 	background-image: url(/v4_6_release/common/images/customerportal.gif); 	background-repeat: no-repeat; 	background-position: center; 	padding-top:216px; } 
/* ConnectWise Customer Portal CSS Style Sheet */

.mainbody /* This is the main body style, used on the login screen and the sidebar menu */
{
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 11px;
	color: black;
	border:0px;
}

.alternateBody /* used as the background for the multilines and search criteria */
{
	background-color: white;
	font-family: sans-serif;
	font-size: 11px;
	color: black;
}

.standardText /* used primarily for text labels and field captions */
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
}

TD
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 12px;
	color: black;
	text-align: left;
}

A /* this is the standard link tag */
{
	font-family: sans-serif;
	font-size: 12px;
	color: blue;
}

.BlackLink
{
	text-decoration: none;
	color: black;
}

.standardButton
{
	font-family: sans-serif;
	font-size: 14px;
	color: black;
}

.infoBar /* this is the style for the yellow info bar at the top of the fullview screens */
{
	background-color: #FFF8DC;
}

.fieldText /* entry fields, text boxes, dropdowns, etc */
{
	font-family: sans-serif;
	font-size: 12px;
	color: black;
}

.bigText /*used for large captions, like on the KnowledgeBase Search screen */
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 16px;
	color: black;
	font-weight: bold;
}

.pageHeader /* this is the background color behind the search results and on the multilines */
{
	background-color: #dedede;
	font-family: tahoma, verdana, sans-serif;
	font-size: 14px;
	color: black;
}

.kbaseLink /* this is a slightly bigger link than the standard one for the Knowledgebase Search screen */
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 14px;
	color: blue;
}

.MLHeaderText /* the column header text on the multiline screens */
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
	text-align: left;
}

.MLRowColor /*standard multiline row background color */
{
	background-color: white;
}

.MLRowColorAlt /* alternating multiline row background color */
{
	background-color: #FFF8DC;
}

.MLItemText /* text style for the items in the multilines */
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: black;
}

.MLCurrency
{
	font-family: tahoma, verdana, sans-serif;
	font-size: 11px;
	color: black;
	text-align: right;
}

.documentsHeader /* the Documents section header on the service fullview */
{
	background-color: #999999;
	font-family: tahoma, verdana, sans-serif;
	font-size: 14px;
	color: white;
}

.contactSubHeaders /* the sub header sections on the contact screen */
{
	background-color: #999999;
	font-family: tahoma, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
}
