/*
 * This CSS file to do CSS reset and define BizAssist global styles
 * 
 * Author: Ludwin
 */
 

/************************************    CSS RESET   **********************************************
 *
 * This section to reduce browser incompatibilities and promote standard layout among different browsers
 *
 */

* { vertical-align:baseline; font-weight:inherit; font-family:inherit; font-style:inherit; font-size:100%; border:0 none; outline:0; padding:0; margin:0; }
 
html {font-size:1em; } 

body { background:white; line-height:1; color:black; }

table {border-collapse:collapse; border-spacing:0; } 

address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var {font-weight:normal; font-style:normal; }

ol, ul {list-style:none; }

caption, th {text-align:left; }

q:before, q:after {content:''; }

a, ins {text-decoration:none; } 
 
 
/**************************************  BizAssist Global Styles  ***************************************
 *
 * Consult styles below before creating a new style to maximize reuse
 * 
 */

/**************** Fonts *****************/

.headingText {
	color			: #E35819;
	font			: normal 30px Arial
	text-transform	: uppercase;
	margin			: 10px 10px 10px 15px;
}

.subHeadingText {
	color			: #E35819;
	font			: normal 20px Arial
	text-transform	: uppercase;
	margin			: 10px 10px 10px 15px;
}

.headingText2 {margin: 15px;color: #006D96;font-family: Georgia, Times New Roman, serif;font-size: 22px;font-weight: 500;}

.contentText { 
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #555555;
	line-height		: 20px;
}

.plainText { 
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 12px;
	color			: #555555;
	line-height		: 20px;
}

.inputText {
	background		: #fff;
	color			: #8e8e8e;
	border			: solid 1px #ccc; 
	font			: 12px Arial; 
	height			: 20px;
	display 		: inline; 
}

}

/**************** Links *****************/

a:link.offerDetLink       	{text-decoration: none; font-family: Arial; font-size:13px; color: #006D96; font-weight:600;}
a:visited.offerDetLink    	{text-decoration: none; font-family: Arial; font-size:13px; color: #006D96; font-weight:600;}
a:active.offerDetLink     	{text-decoration: none; font-family: Arial; font-size:13px; color: #006D96; font-weight:600;}
a:hover.offerDetLink      	{text-decoration: none; font-family: Arial; font-size:13px; color: #e35717; font-weight:600;}

 
/**************** Alignments *****************/

.alignLeft { float: left; }
.alignRight { float: right; }
.alignCenter { margin: 0 auto; }

/***************** Buttons **************/

.blueButton  {
	background-image: url("../media/bg_btn_downoadnow.gif");
	width:116px;
	height:23px;
}

/*********************** Containers & Holders ***************/

.linkHolder	{
	text-align	:center;
	padding-top	:4px;
}

.breadCrumbsHolder {margin:0;text-decoration: none;}
.breadCrumbsHolder p{margin: 15px;font-family: Arial, Helvetica, sans-serif;font-size: 10px;color: #006D96;line-height: 1px;text-decoration: none;}
.breadCrumbsHolder a:link, .breadCrumbsHolder a:active, .breadCrumbsHolder a:visited {
	font-family: Arial, Helvetica, sans-serif;font-size: 10px;color: #555555; text-decoration: none;
}
.breadCrumbsHolder a:hover{font-family: Arial, Helvetica, sans-serif;font-size: 10px;color: #E35717;text-decoration: none;}

/**************** Graphics *****************/

.line { height: 1px; border: 1px solid #EEEEEE; }


/**************** Utilities ***************/

.viewMore {
	float		: right;
	color		: #E35717;
	font		: 12px Arial;
}

.viewMore a:link, .viewMore a:hover, .viewMore a:visited, .viewMore a:active {
	color: #E35717
}
