/**************************************************************
* Copyright   : Infinamic, Inc. 2004
* Support     : support[at]infinamic[dot]com
* Sales		  : sales[at]infinamic[dot]com
* Create Date : 04/17/2004
* Modify Date : 05/29/2004
***************************************************************
* Purpose     : Cascading style sheet for custom HTML style
*			  : rules in the index.aspx page.
**************************************************************/

/***********************************
* Font settings for page content.
***********************************/
.content
{
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
    line-height: 13pt;
    font-weight: bold;
}
.contactboxLeft {
	background-image: url(../images/contact_box/left_contact.jpg);
	background-repeat: repeat-y;
	width: 30px;
}
.contactboxRight {
	background-image: url(../images/contact_box/right_contact.jpg);
	background-repeat: repeat-y;
	width: 30px;
}

/***********************************
* Label style.
***********************************/
.label
{
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
}

/***********************************
* Textbox style.
***********************************/
.textbox
{
	background-color: #E2EDFF;
	font-size: 10pt;
	color: #336699;
	height: 20px;
	width: 141px;
	border: 1px solid #336699;
}

/***********************************
* Reset button onMouseOut style.
***********************************/
.reset_button_out
{
    background-color: #C4D6EC;
    border-color: #336699;
    font-size: 10pt;
    color: #336699;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    width: 60px;
    height: 24px;
}

/***********************************
* Reset button onMouseOver style.
***********************************/
.reset_button_over
{
    background-color: #336699;
    border-color: #336699;
    font-size: 10pt;
    color: #C4D6EC;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    width: 60px;
    height: 24px;
}

/***********************************
* Submit button onMouseOut style.
***********************************/
.submit_button_out
{
    background-color: #C4D6EC;
    border-color: #336699;
    font-size: 10pt;
    color: #336699;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    width: 60px;
    height: 24px;
}

/***********************************
* Submit button onMouseOver style.
***********************************/
.submit_button_over
{
    background-color: #336699;
    border-color: #336699;
    font-size: 10pt;
    color: #C4D6EC;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    width: 60px;
    height: 24px;
}

/***********************************
* Label style.
***********************************/
.next_back
{
    font-size: 10pt;
    color: #003366;
}

/***********************************
* Email sent message font style.
***********************************/
.email_sent_success
{
    font-size: 10pt;
    color: #336699;
	
	
}
/***********************************
* Matches text color to link color.
***********************************/
.blue_text
{
	color:#336699;
}

/***********************************
* Popup window text settings.
***********************************/
div.popup_window
{
    text-decoration:none;
    font-size:8pt;
    color:#ffffff;
    text-align:center;
}

/***********************************
* Sets the mouse cursor to a hand.
***********************************/
.pointer
{
	cursor:pointer;
}

/***********************************
* More/back text setting.
***********************************/
.more_back
{
    text-decoration:none;
    font-size:8pt;
    color:#336699;
}

