﻿/*-----------------------------------------------
CollectiveWeb Public Templates -- Base CSS
-------------------------------------------------
Author:		Matson & Isom Technology Consulting
			(Tyler Smith)
            www.mitcs.com
Version:	2008.03.03.1556
----------------------------------------------- */

/*-----------------------------------------------
-- Base Styles 
----------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

.current_page
{
	font-weight: bold;
	letter-spacing: -1px;
}

#content ul, 
#content ol
{
	margin-left: 30px;
	line-height: 150%;
}

#header h1 a
{
	text-decoration: none;
	color: #000;
}

p, #forgotPWDForm
{
    font-size: 90%;
    line-height: 160%;
    padding-bottom: 5px;
}

/*----------------------------------------------
-- Forgot Password Form
----------------------------------------------*/

#forgotPWDForm
{
    padding: 2px 2px 2px 20px;
}

#content #forgotPWDForm dd, #content #forgotPWDForm dt
{
	padding-top: 10px;
}

#content #forgotPWDForm dd
{
	margin-left: 6.5em;
}

/*-----------------------------------------------
-- Contact Us Form
----------------------------------------------- */

#contactUsForm
{
	padding: 15px 0;
	width: 400px;
}

#contactUsForm dt
{
	font-weight: bold;
	padding: 10px 0 3px 0;
}

#contactUsForm input,
#contactUsForm textarea
{
	width: 200px;
	padding: 3px;
	font-family: Verdana, Sans-Serif;
}

#contactUsForm textarea
{
	width: 400px;
	height: 150px;
}

#contactSubmit
{
	text-align: center;
	padding: 10px;
}

#contactSubmit input
{
	width: auto;
	padding: 4px;
}

#messageContainer
{
	border: solid 1px #000;
	font: 90% "Lucida Grande", "Lucida Sans Unicode", Verdana, Sans-Serif;
	clear: left;
	display: block;
	margin: 10px 230px 10px 10px;
	padding: 15px 10px 15px 50px;
}

.info
{
	background: #FFFFDD url(/_themes/_images/icons/sinfo_32.gif) no-repeat 10px 50%;
	color: #000;
	border-color: #AAA;
	display: block;
}

#content .message
{
	border: solid 1px #000;
	
	font: 90% "Lucida Grande", "Lucida Sans Unicode", Verdana, Sans-Serif;
}

#content .error
{
	background: #FFF url(/_themes/_images/icons/stop_32.gif) no-repeat 10px 50%;
	color: #CC0000;
	font-weight: bold;
	border-color: #CC0000;
	border-width: 2px;
	display: block;
}

#content .success
{
	background: #E2F9E3 url(/_themes/_images/icons/opts_32.gif) no-repeat 10px 55%;
	color: #3D993D;
	border-color: #3D993D;
	display: block;
}

#content .message .info, #content .progress
{
	background: #FFFFDD url(/_themes/_images/icons/sinfo_32.gif) no-repeat 10px 50%;
	color: #000;
	border-color: #AAA;
	display: block;
}

#content .progress
{
	background: #FFFFDD url(/_themes/_images/indicator.gif) no-repeat 18px 50%;
}

#content .message
{
	clear: left;
	display: block;
	margin: 10px 230px 10px 10px;
	padding: 15px 10px 15px 50px;
}


/* Admin Panel Styles */

#manageLinks
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #555;
	text-align: center;
	padding: 5px 10px;
	color: #FFF;
}

#manageLinks a:hover, #manageLinks a:visited
{
	color: #FFF;
}