﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin: 0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:small;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img
{
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var
{
	font-style: normal;
	font-weight: normal;
}
ol,ul
{
	list-style:square;
}
li .price
{
	color:Green;
}
caption,th,td
{
	text-align: left;
}
h1
{
	font-size: 16pt;
	font-weight: bold;
	color:#AAAAAA;
	margin-top:10px;
}
h1.tagline
{
	font-size:12pt;
}
h2
{
	font-size: 14pt;
	font-weight: bold;
	color:#BBBBBB;
}
h3
{
	font-size: 12pt;
	font-weight: bold;
	color:#BBBBBB;
}
h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
	color:#BBBBBB;
}
q:before,q:after
{
	content: '';
}
abbr,acronym
{
	border: 0;
}
body
{
	font: 13px arial,helvetica,clean,sans-serif;
}
table
{
	font-size: inherit;
}
select,input,textarea
{
	font: 99% arial,helvetica,clean,sans-serif;
}
pre,code
{
	font: 115% monospace;
}
img
{
	vertical-align: bottom;
}
body
{
	background: #fff;
}
div#body
{
    clear:both;
    float:left;
    text-align:left;
    width:100%;
}
div#body .single-content
{
    width:950px;
    margin:auto;
}
strong
{
	font-weight: bold;
}
#beacon
{
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.logo_image
{
	float:left;
}
/*
a:link
{
	color: #0063DC;
	text-decoration: underline;
}
a:visited
{
	color: #2E67C7;
	text-decoration: underline;
}
a:hover
{
	background: #0063DC;
	color: #FFF;
	text-decoration: none;
}
a:active
{
	background: #0259C4;
	color: #FFF;
	text-decoration: none;
}
*/
a.image_link:link,a.image_link:visited,a.image_link:hover,a.image_link:active
{
	background-color: transparent;
	
}
div.wrap
{
	clear: both;
	float: left;
	text-align: left;
	width: 100%;
}
div.wrap-inner
{
	margin: auto;
	position: relative;
	text-align: left;
	width: 950px;
}
div#top .wrap-inner
{
	background: url(../../images/home_bg_top.gif);
}
div#top div#example-image
{
	position: relative;
	width: 500px;
}
#example-image #logo
{
	left: 25px;
	position: absolute;
	z-index:999;
}
#example-image a
{
	color: Black;
	text-decoration: none;
}
#example-image a:hover
{
	background: none;
	text-decoration: underline;
}
div#tagline
{
	text-align: center;
	width: 450px;
	padding-top:10px;
}
p#signin
{
	font-size: .95em;
	font-weight: bold;
	position: absolute;
	right: 25px;
	top: 1em;
}
div#create-account
{
	color: #666;
	font-size: .80em;
	margin-bottom: 40px;
}
div#strip
{
	color: #333;
	font-size: .95em;
}

div#strip .menu
{
	background: #f8f8f8;
}
div#strip div.menu
{
	padding: 2px 0;
	margin:auto;
	border-top: dashed 1px #CCCCCC;
	border-bottom: dashed 1px #CCCCCC;
}
/************MENU**************************/
#menu
{
	margin:auto;
	width:950px;
	height:30px;
	text-align:center;
}

#menu ul
{
	margin: auto;
	list-style: none;
	width:auto;
}

#menu li 
{
	display: block;
	float: left;
	height: 30px;
	border-left:dashed 1px #CCCCCC;
}

#menu a
{
	display: block;
	padding: 8px 20px 8px 20px;
	background: #f8f8f8;
	margin-top: 0px;
	margin-right: 2px;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 12px;
	color: Black;
}

#menu .last
{
	margin-right: 0;
	padding-right: 0;
}
#menu .first
{
	margin-right: 0;
	padding-right: 0;
	border-left:0;
}

#menu a:hover
{
	background: #CCCCCC;
	color: #333366;
}

#menu .current_page_item
{
}

#menu .current_page_item a
{
	background: #CCCCCC;
	color: #333399;
}
/**********************************************/
/************FORM ELEMENTS****************/
fieldset
{
	border: none;
	border-top: 1px solid #ccc;
	margin: 0;
}
legend
{
	background: transparent;
	color: #036;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding: 0 .5em;
}
/*Required Edit Field*/
.form_field
{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #555;
	border-right: 1px solid #ccc;
	border-top: 1px solid #555;
	color: #333;
	padding: 1px;
	width: 120px;
	margin-top:5px;
}
.form_field_no_width
{
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #555;
	border-right: 1px solid #ccc;
	border-top: 1px solid #555;
	color: #333;
	padding: 1px;
	margin-top:5px;
}
.form-container fieldset div .readonly_field
{
	padding: 1px;
	width: 350px;
}
fieldset div.fm-req
{
	font-weight: bold;
	width:100%;
}
fieldset div.fm-opt
{
	font-weight: normal;
	width:100%;
}
fieldset div.fm-lbl-only
{
	font-weight: normal;
	width:100%;
}
fieldset div.fm-ro
{
	font-weight: normal;
	width:100%;
	padding-top:5px;
}
fieldset div.fm-req label
{
	font-weight:bold;
}
fieldset div.fm-opt label
{
	vertical-align:top;
	font-weight:bold;
}
fieldset div.fm-lbl-only label
{
	vertical-align:top;
	font-weight:bold;
}
fieldset div.fm-ro label
{
	font-weight:bold;
}
.form-container
{
	padding:0 1em;
	text-align: left;
	width: 100%;
}
#login-wrapper
{
	width: 450px;
	float:right;
}
.form-container div label
{
    width:150px;
}
#login-wrapper div.fm-req label
{
    width:100px;
    text-align:right;
    float:left;
    margin-right:5px;
    padding-top:5px;
}
.form-container div.fm-req label
{
    text-align:right;
    float:left;
    margin-right:5px;
    padding-top:5px;
}
.form-container div.fm-opt label
{
    text-align:right;
    float:left;
    margin-right:5px;
    padding-top:5px;
}
.form-container div.fm-lbl-only label
{
    text-align:right;
    margin-right:5px;
    padding-top:5px;
}
.form-container div.fm-ro label
{
    text-align:right;
    float:left;
    margin-right:5px;
    border:none;
    
}
.form-container .top_align
{
    vertical-align:top;
}
.error_label_field
{
	color:Red;
}
.required_field_indicator
{
	color:Red;
	text-align: left;
	padding:0px;
	margin:0px;
}
.validation_error_message
{
	color:Red;	
}
#login-wrapper fieldset .login,#login-wrapper fieldset .register
{
    float:right;
}
.button-wrapper
{
    margin-top:10px;
    margin-right:185px;
	height:30px;
}

div.preview_container
{
   float:right;
   width:400px;
   border: solid 1px #CCCCCC;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
div.preview_container img
{
}
div.preview_controls
{
    border-top: solid 1px #CCCCCC;
    width:100%;
    height:35px;
    vertical-align:middle;
    padding-top:6px;
    padding-left:6px;
}
.toolbar_container
{
	width:100%;
	height:35px;
	border:solid 1px #DDDDDD;
	background-color:#FFFFE1;
	margin-top:10px;
}
.toolbar_item
{
	float:left;
	padding:2px;
}
a.button{
    background:url(../../images/button/button.gif);
    display:block;
    color:#555555;
    font-weight:bold;
    height:30px;
    line-height:29px;
    margin-bottom:14px;
    text-decoration:none;
    width:191px;
}
a:hover.button{
    color:#0066CC;
}
.save
{
    background:url(../../images/button/save.png) no-repeat 10px 8px;
    text-indent:30px;
    display:block;
}
.cancel
{
    background:url(../../images/button/cancel.png) no-repeat 10px 8px;
    text-indent:30px;
    display:block;
}

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(../../images/button/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn.red { background: #a00; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] { background-image: url(../../images/button/shade.png); background-position: bottom; }


.alert {
	background: #fff6bf url(../../images/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	margin-top:10px;
	}
.info  
{
	background: #f8fafc url('../../images/information.png') 15px 50% no-repeat; 
	padding: 5px 20px 5px 45px; 
	border-top: 2px solid #b5d4fe; 
	border-bottom: 2px solid #b5d4fe; 
	margin-top:10px;
}
.example_parent
{
	width:900px;
	height:auto;
}
.example_sep
{
	height:30px;
}
.example_item_before
{
	float:left;
	margin-right:100px;
}
.example_item_after
{
}
#before_after_container
{
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}

#links ul {
        list-style-type: none;
        width: 700px;
} 

#links li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#links li a { 
        color: #990000;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 700px;
}

#links li a:hover {
        background: #ffffcc;
}

#links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}


#sub_tasks_edit ul {
        list-style-type: none;
        width: 450px;
} 

#sub_tasks_edit li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#sub_tasks_edit li a { 
        color: #990000;
        display: block;
        font: bold Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}
#sub_tasks_edit li a.selected { 
        color: #990000;
        background: #ffffcc;
        display: block;
        font: bold Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #sub_tasks_edit li a {  /* make hover effect work in IE */
	width: 450px;
}

#sub_tasks_edit li a:hover {
        background: #ffffcc;
}

#sub_tasks_edit a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#sub_tasks_edit a span {
    color: #125F15;
    font: normal 70% Verdana, Helvetica, sans-serif;
    line-height: 150%;
}


#sub_tasks_read ul {
    list-style-type: none;
    width: 450px;
} 

#sub_tasks_read li {
    border: 1px dotted #999;
    border-width: 1px 0;
    margin: 5px 0;
}

#sub_tasks_read li a { 
    color: #990000;
    display: block;
    font: bold Arial, Helvetica, sans-serif;
    padding: 5px;
    text-decoration: none;
    cursor:default;
}
#sub_tasks_read li a.selected { 
    color: #990000;
    background: #ffffcc;
    display: block;
    font: bold Arial, Helvetica, sans-serif;
    padding: 5px;
    text-decoration: none;
    cursor:default;
}

 * html #sub_tasks_read li a {  /* make hover effect work in IE */
    width: 450px;
    cursor:default;
}

#sub_tasks_read li a:hover {
    background: #ffffcc;
}

#sub_tasks_read a em { 
    color: #333;
    display: block;
    font: normal 85% Verdana, Helvetica, sans-serif;
    line-height: 125%; 
}

#sub_tasks_read a span {
    color: #125F15;
    font: normal 70% Verdana, Helvetica, sans-serif;
    line-height: 150%;
}

a.forgot_password
{
	padding-left:48px;
}