/*					SmartCode Sample CSS																*/
/*
	This sample CSS file is designed to allow you to be used as a basis for customizing your own site's 
	SmartCode.
	
	This is essentially a "black and white" layout, however, the possibilities are far greater 
	and the SmartCode elements can be customized to match your site by simply importing this CSS 
	into your local website's CSS.
	
	For more details on CSS, please visit http://www.w3.org/Style/CSS/
*/

/*
Admin Login Form and User Account Login
*/


 			/* <DIV> id for Admin and User login 			 */ 	
#sc_table
{
	border: thin solid #000000;
}
			/* Controls form labels, which are typically right justified. 			*/
.right 						
{
	text-align: right;
}
			/*	Controls text within fields in the login forms.	*/
.field_text 
{
	font-size: small;
	color: #000000;
}


			/*	Controls the "forgot password" link's look and feel.*/
#sc_forgot_password
{
	font-size: smaller;
	color: #666666;
	background-color: #FFFFFF;
}

			/* Controls the 'Login' button 	*/
.button{}





			/* 	<DIV> id for the USER SIGNUP and the MESSAGE BULLETIN BOARD SmartCode items	*/
#table_info{
	padding: 10px;
	width: 50%;
}		




/************ User Signup Form Fields	**************		*/


			/*	Controls the text entered into the signup form		*/
.input_field{
	color: #000000;
	background-color: #FFFFFF;
}

.input_checkbox{}

			/* Phone number entry box ID	*/
#phone_number{}

			/* submit button	*/
.submit_button{}


/********	Message Bulletin Board	*****			*/
			/*	Message board border 	*/		
.table_border 				
{
	border: thin solid #666666;
}


			/* Controls the "Recent 'YOUR ACCOUNT/SERVICE NAME' Messages" line, typically underlined.	*/
.underline
{
	display: none;
}

			/* Name of the group the message was sent to.		*/
.msg_group_title
{
	font-size: small;
	color: #FFFFFF;
	background-color: #000000;
}

			/*	Message subject 	*/
.msg_subject
{
	color: #FFFFFF;
	background-color: #000000;
}
			
			/*	Message Date/Time		*/
.msg_datetime
{
	font-size: x-small;
	color: #FFFFFF;
	background-color: #000000;
}

			/*	Message text	*/
.msg_message{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}


/*The following define the <DIV> and class used for error messages returned in user setup.	*/
#flash 
{
	border: thin solid #FF0000;
}

.error
{
	color: #FF0000;
	font-weight: bold;
}



/*	
	RSS Feeds - The RSS Feeds do not require any CSS, as they are merely images and links. 
	Simply modify the HTML code from your Amerilert SmartCode to re-arrange the RSS links as needed. 
*/
