/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* FILE NAME: default.css                                    
/*    AUTHOR: Robert W. Makynen                              
/*      DATE: April 12, 2007                                 
/*   PURPOSE: Provides style application(s) for the standard 
/*            and named Cell Phone Cops Website page         
/*            elements.                                      
/*  MODIFIED: April 23, 2007                                 
/*     NOTES: (None)                                         
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */
/* %^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^%^ */

/* =============================================================== */
/* BEGIN: Standard element CSS formatting                          */
/* =============================================================== */
body
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 115%;
  list-style: disc;
  margin: 0px;
  padding: 0px;
  background-color: #b2b2b2;
  background-image: url(../images/backgrounds/bg_main_03.gif);
  display: block;
}

p
{
	margin: 0px;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #9d894a;
	margin: 5px 0px 5px 0px;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2c3eaf;
	margin: 5px 0px 5px 0px;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2c3eaf;
	margin: 5px 0px 5px 0px;
}

li
{
	margin-top: 5px;
}
/* =============================================================== */
/* END: Standard element CSS formatting                            */
/* =============================================================== */





/* =============================================================== */
/* BEGIN: Named element CSS Formatting                             */
/* =============================================================== */

/* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= */
/* BEGIN: MAIN FRAMEWORK SECTION
/* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= */
/* -- Main Container -- */
div#container
{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 100%;
	text-align: left;
	background-color: #f2f0ee;
	border: 1px solid #081670;
}

/* -- Header Top -- */
div#headertop
{
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 120px;
	background-image: url(../images/backgrounds/bg_head_top_logo.gif);
	background-repeat: no-repeat;
	border: 0px;
}

/* -- Header Nav -- */
div#headernav
{
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 47px;
	background-color: #ffffff;
	border: 0px;
	clear: both;
}

/* -- Header Bottom -- */
div#headerbottom
{
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 22px;
    background-image: url(../images/backgrounds/bg_fotter_bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
}

/* -- Main Content Container -- */
div#content
{
	margin: 0px;
	padding: 0px;
	width: 750px;
	text-align: left;
	vertical-align: top;
	/*background-color: #e9e9e9;*/
	background-color: #f2f0ee;
	clear: both;
}

/* -- Footer -- */
div#footer
{
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 32px;
	text-align: left;
	background-color: #3244ba;
	background-image: url(../images/backgrounds/bg_footer_grad.jpg);
	background-repeat: no-repeat;
	clear: both;
}
/* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= */
/* END: MAIN FRAMEWORK SECTION
/* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= */





/* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= */
/* BEGIN: CONTENT SECTION
/* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= */
/* -- Header Text Right -- */
div#headertextright
{
	margin: 5px 7px 0px 0px;
	padding: 4px;
	float: right;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	color: #ffffff; /* Font Color */
	clear: right;
}

#headertextright a:link
{
	color: #ffffff;
	text-decoration: none;
}

#headertextright a:visited
{
	color: #ffffff;
	text-decoration: none;
}


#headertextright a:hover
{
	color: #dbd085;
	text-decoration: underline;
}

#headertextright a:active
{
	color: #dbd085;
	text-decoration: underline;
}

/* -- Content Left -- */
/* (Used on left for pages with sidebar) */
div#contentleft
{
	margin: 0px 0px 0px 2px;
	padding: 20px 0px 10px 0px;
	width: 220px;
	text-align: center;
	background-color: inherit;
	float: left;
}

/* -- Content Right -- */
/* (Used on right for pages with sidebar) */
div#contentright
{
	margin: 0px;
	padding: 20px 10px 10px 2px;
	width: 510px;
	text-align: left;
	background-color: #ffffff;
	float: right;
}
#contentright p
{
	margin: 10px 0px 10px 0px;
}

#contentright a:link
{
	color: #2c3eaf;
	text-decoration: underline;
}

#contentright a:visited
{
	color: #2c3eaf;
	text-decoration: underline;
}

#contentright a:hover
{
	color: #7d8cf6;
	text-decoration: underline;
}

#contentright a:active
{
	color: #7d8cf6;
	text-decoration: none;
}

#contentright input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2c3eaf;
}

#contentright select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2c3eaf;
}

#contentright textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #2c3eaf;
}

#contentright checkbox
{
	margin: 0px;
	padding: 0px;
}

/* -- Content Full -- */
/* (Used for pages with no sidebar - I.e. Full screen) */

/* -- Content Right -- */
/* (Used on right for pages with sidebar) */
div#contentRightSafety
{
	margin: 0px;
	padding: 20px 10px 10px 2px;
	width: 510px;
	text-align: left;
	background-color: #ffffff;
	float: right;
}
#contentRightSafety p
{
	margin: 10px 0px 10px 0px;
}

#contentRightSafety ul
{
	margin-top: 10px;
}

#contentRightSafety ol
{
	margin-top: 10px;
}

#contentRightSafety a:link
{
	color: #2c3eaf;
	font-weight: bold;
	text-decoration: underline;
}

#contentRightSafety a:visited
{
	color: #2c3eaf;
	font-weight: bold;
	text-decoration: underline;
}

#contentRightSafety a:hover
{
	color: #7d8cf6;
	font-weight: bold;
	text-decoration: underline;
}

#contentRightSafety a:active
{
	color: #7d8cf6;
	font-weight: bold;
	text-decoration: underline;
}

/* -- Header Images -- */
.headerimage
{
	margin: 10px 10px 10px 10px;
}

/* Main Content Divs -- */
.contentdiv
{
	margin: 10px 10px 10px 15px;
	text-align: left;
}

/* -- Sidebar Box -- */
.sidebarbox
{
    margin: 20px 0px 0px 0px;
	padding: 0px;
	width: 184px;
	background-color: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	float: none;
}

.sidebarbox ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebarbox li
{
	margin: 0px 3px 4px 0px;
}

.sidebarboxtop
{
	margin: 0px;
	padding: 0px;
	height: 27px;
	background-image: url(../images/boxes/sb_box_top_01.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

.sidebarboxmiddle
{
	margin: 0px;
	padding: 2px 3px 1px 6px;
	height: 27px;
	text-align: left;
	vertical-align: top;
	background-color: #c1c6e9;
}

.sidebarboxmiddle a:link
{
	color: #2c3eaf;
	text-decoration: none;
}

.sidebarboxmiddle a:visited
{
	color: #2c3eaf;
	text-decoration: none;
}


.sidebarboxmiddle a:hover
{
	color: #2c3eaf;
	text-decoration: underline;
}

.sidebarboxmiddle a:active
{
	color: #2c3eaf;
	text-decoration: underline;
}

.sidebarboxmiddleint
{
	margin: 0px;
	padding: 2px 1px 1px 0px;
	height: 27px;
	text-align: left;
	vertical-align: top;
	background-color: #c1c6e9;
}

.sidebarboxmiddleint a:link
{
	color: #2c3eaf;
	text-decoration: none;
}

.sidebarboxmiddleint a:visited
{
	color: #2c3eaf;
	text-decoration: none;
}


.sidebarboxmiddleint a:hover
{
	color: #2c3eaf;
	text-decoration: underline;
}

.sidebarboxmiddleint a:active
{
	color: #2c3eaf;
	text-decoration: underline;
}

.sidebarboxbottom
{
	margin: 0px;
	padding: 0px;
	height: 27px;
	background-image: url(../images/boxes/sb_box_bottom_01.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}

.sidebarimage
{
	margin: 20px 0px 0px 0px;
}

.requiredfield
{
	color: #ff0000;
}

/* -- Page Bottom Links -- */
div#pagebottomlinks
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 100%;
	font-weight: normal;
	line-height: 135%;
	color: #2c3eaf;
	text-align: center;
}

#pagebottomlinks a:link
{
	color: #2c3eaf;
	text-decoration: none;
	font-weight: normal;
}

#pagebottomlinks a:visited
{
	color: #2c3eaf;
	text-decoration: none;
	font-weight: normal;
}

#pagebottomlinks a:hover
{
	color: #7d8cf6;
	text-decoration: underline;
	font-weight: normal;
}

#pagebottomlinks a:active
{
	color: #7d8cf6;
	text-decoration: none;
	font-weight: normal;
}

/* -- Footer Text Left -- */
div#footertextleft
{
	margin: 6px 0px 0px 2px;
	padding: 4px;
	float: left;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff; /* Font Color */
}

.faqquestion
{
	font-weight: bold;
	color: #000000;
}

.faqanswer
{
	font-weight: normal;
	color: #000000;
}

#importantText a:link, a:hover, a:visited, a:active
{
	color: #ff0000;
	text-decoration: underline;
}

.errortext
{
	color: #ff0000;
}

.successtext
{
	color: #006600;
}

.formlist
{
	margin: 5px 0px 5px 12px;
}

.licenseagreement
{
	color: #000000;
	background-color: #f2f0ee;
}

.alertheader
{
	font-size: 13px;
	font-weight: bold;
	color: #2c3eaf;
	text-decoration: underline;
}

.alerttable
{
	background-color: #f8f8f8;
	margin-left: 5px;
}

.alerttabletop
{
	background-image: url(../images/backgrounds/bg_alert_table_top.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 1px 0px 2px 0px;
	width: 473px;
	height: 28px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #f8f8f8;
}

.alerttablemid
{
	background-color: #f8f8f8;
	width: 473px;
	padding: 7px 5px 2px 12px;
}

.alerttablebottom
{
	background-image: url(../images/backgrounds/bg_alert_table_bottom.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 473px;
	height: 22px;
}

.safetyTipHeader
{
	font-weight: bold;
	text-decoration: underline;
	margin: 7px 10px 4px 10px;
	padding: 0px;
}

.safetyTipBody
{
	font-weight: normal;
	margin: 4px 10px 2px 36px;
	padding: 0px;
	display: none;
}

.loggedInAs
{
	font-weight: normal;
	color: #9d894a;
}

.cpanelTop
{
	background-color: #eff1fa;
	background-image: url(../cpcadmin/images/boxes/cpanel_box_top.gif);
	background-repeat: no-repeat;
}

.cpanelRow
{
	background-color: #eff1fa;
	color: #a7a7a7;
	text-decoration: none;
}

.cpanelBottom
{
	background-color: #ffffff;
	background-image: url(../cpcadmin/images/boxes/cpanel_box_bottom.gif);
	background-repeat: no-repeat;
}

.cUserPanelTop
{
	background-color: #f3f4f9;
	background-image: url(../images/boxes/ucp_box_top_01.gif);
	background-repeat: no-repeat;
}

.cUserPanelRow
{
	background-color: #f3f4f9;
	color: #000000;
}

.cUserPanelRow ul
{
	margin: 4px 1px 4px 16px;
}

.cUserPanelRow li
{
	margin: 7px 2px 8px 3px;
}

.cUserPanelRowHeader
{
	font-size: 14px;
	font-weight: bold;
	color: #394bb7;
	text-decoration: underline;
}

.cUserPanelBottom
{
	background-color: #ffffff;
	background-image: url(../images/boxes/ucp_box_bottom_01.gif);
	background-repeat: no-repeat;
}

.disabled
{
	color: #797878;
}

.adminNavHead
{
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	margin: 10px 0px 4px 0px;
}

.bodyIMG
{
	margin: 5px 10px 5px 5px;
}

.bodyIMGBorder
{
	margin: 5px 10px 5px 5px;
	border: #000000 1px solid;
}

.profileField
{
	color: #394bb7;
}

.alertDiv
{
	margin: 10px 5px 10px 10px;
	text-align: left;
}

.incAlertsHeadCell
{
	background-color: #c1c6e9;
	color: #ffffff;
	font-weight: bold;
}

.normAlertsCell
{
	background-color: #ffffff;
	color: #000000;
	font-size: 9px;
	vertical-align: top;
	margin: 3px 0px 3px 0px;
}

.normAlertsCellNew
{
	background-color: #ffffff;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	vertical-align: top;
	margin: 3px 0px 3px 0px;
}

.altAlertsCell
{
	background-color: #eef0f7;
	color: #000000;
	font-size: 9px;
	vertical-align: top;
	margin: 3px 0px 3px 0px;
}

.altAlertsCellNew
{
	background-color: #eef0f7;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
	vertical-align: top;
	margin: 3px 0px 3px 0px;
}

.alertAttachment
{
	border: #000000 1px solid;
}

.statsHeader
{
	font-weight: bold;
	text-decoration: underline;
	margin: 15px 10px 4px 15px;
	padding: 0px;
}

.statsBody
{
	font-weight: normal;
	margin: 4px 10px 2px 36px;
	padding: 0px;
	display: none;
}

.statsSelectedInfo
{
	color: #2c3eaf;
	font-weight: bold;
}

.statsNoData
{
	color: #FF0000;
}

.anonTipHeadCell
{
	background-color: #4c5cc5;
	height: 30px;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.anonTipAnswerCell
{
	background-color: #c1c6e9;
}

div#sponsorsContent
{
	width: 750px;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

div#sponsorsMain
{
	width: 730px;
	margin: 20px 0px 15px 0px;
	text-align: left;
}
/* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= */
/* END: CONTENT SECTION
/* =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= */

/* =============================================================== */
/* END: Named element CSS Formatting                             */
/* =============================================================== */