body {
	background-repeat: repeat-x;
	background-color: #fff;
	height: 100%;
	width: 1100px;	
	margin-right: auto;
	margin-left: auto;
	font: 10pt/14pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


/* TOP OF PAGE */
.login_head {
	width: 654px;
	margin-right: auto;
	margin-left: auto;
}

.head {
	display: inline;
	position: relative;
	width: 300px;
	height: 100px;
}

.links {
	display: inline;
	position: relative;
	left: 20px;
	letter-spacing: 1px;
	word-spacing: 3px;
	top: -20px;
	overflow: hidden;	
}

.top-link {
	border-right: 1px solid #515151;
	padding-right: 10px;
}

.last {
	border-right: 1px solid #fff;	
	padding-right: 10px;	
}

a.top-link {
	color: #000;
	font-size: 12px;
	text-decoration: none;	
}

a.top-link:hover {
	opacity: 0.7;
	text-decoration: underline;
}

.line {
	border-bottom: 1px dashed #515151;
	width: 100%;
	height: 1px;
}

.welcome_message {
	display: inline-block;
	position: relative;
	top: 2px;
	font-size: 12px;
	overflow: hidden;
	text-align: right;
	float: right;
}

.footer {
	display: block;
	position: relative;
	clear: both;
	text-align: center;
	font-size: 10pt;
}



/* Admin Forms */
table#purchase_orders {
	border-width: 0;
	border-collapse: collapse;
	text-align: left;
}

.input_date {
	text-align: right;
}

#add_address {
	position: absolute;
	display: inline-block;
	top: 120px;
}

#add_address_1 {
	position: absolute;
	display: inline-block;
	top: 120px;
}

#icon {
	top: 3px;
	position: relative;
}

#shipping_address_id {
	width: 190px;
	height: 100px;
}

#billing_address_id {
	width: 190px;
	height: 100px;
}

a {
	font-size: 8pt;
	opacity: 0.7;
	color: #515151;
	text-decoration: underline;
}

a:hover {
	opacity: 1.0;
}

a.new {
	color: #FF0000;
}

/* PURCHASES */
.pageinate_table, .pageinate_table th, .pageinate_table td {
	font-family:Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border: 1px solid #666;
	margin-right: auto;
	margin-left: auto;
}

.pageinate_table th {
	font-size: 10pt;
	color: #fff;
	background-color: #999;
}

.pageinate_table td {
	color: #666;
}


.pageinate_table td a:link,
.pageinate_table td a:hover,
.pageinate_table td a:visited,
.pageinate_table td a:active {
	color: #666;
	text-decoration: underline;
}
















/* SUBSCRIPTIONS PAGE */
span.icon {
	width: 20px;
	height: 20px;
	padding-right: 5px;
	display: inline-block;
	position: relative;
	bottom: -5px;
}

span.home {
	background: url(../images/icons/home_icon.png) no-repeat;
}

span.subscripton {
	background: url(../images/icons/subscription_icon.png) no-repeat;
}


span.team_members {
	background: url(../images/icons/join_icon.png) no-repeat;
}


span.endorsements {
	background: url(../images/icons/endorsement_icon.png) no-repeat;
}


span.sign_request {
	background: url(../images/icons/sign_icon.png) no-repeat;
}

span.mail {
	background: url(../images/icons/message_icon.png) no-repeat;
}

/* Admin Body */
.body_link a:link, .body_link a:visited, .body_link a:active {
	color: #1D4598;
	padding-left: 3px;	
	text-decoration: none;
}
.body_link a:hover {
	color: #1D4598;
	padding-left: 3px;	
	text-decoration: underline;
}

td {
	font-size: 12px;
}


.subscribe:link, .subscribe:visited, .subscribe:active {
	color: #1D4598;
	padding-left: 3px;	
	text-decoration: none;
}
.subscribe:hover {
	color: #1D4598;
	padding-left: 3px;	
	text-decoration: underline;
}


.red:link, .red:visited, .red:active {
	color: #red;
	padding-left: 3px;	
	text-decoration: none;	
}

.red:hover {
	color: #red;
	padding-left: 3px;	
	text-decoration: underline;
}




/* BUTTONS */
#delete_button { 
	color:#fff; 
	font: 8pt/10pt Verdana, Arial, Helvetica, sans-serif;
	background-color:red; 
	border: 2px solid;
	border-color: #000;
	border-style: outset;
}

.blue_button-link { 
	color: #fff;
    background-color:#1D4598; 
    border: 2px solid;
    border-color: #356fed;
    border-style: outset;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 3px;
}

.blue_button { 
	color: #fff;
    background-color:#1D4598; 
    border: 2px solid;
    border-color: #356fed;
    border-style: outset;
	margin-bottom: 4px;
}

.grey_button { 
	color:#000; 
	font: 8pt/10pt Verdana, Arial, Helvetica, sans-serif;
	background-color:#F0F0F0; 
	border: 2px solid;
	border-color: #F0F0F0;
	border-style: outset;
} 



/* Text Align */
.center{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

/* BLOG ONLY CSS */
#add_category {
	display: inline;
	position: relative;
	left: 125px;
	bottom: 103px;
	width: 250px;
}

.google {
	display: inline-block;
	position: absolute;
	border-style: solid;
	border-width: 1px;
	top: 30px;
	right: 75px;
}

.add_image_link:link,  .add_image_link:visited, .add_image_link:active {
	color: #fff;
    background-color:#1D4598; 
    border: 2px solid;
    border-color: #356fed;
    border-style: outset;
	margin-bottom: 4px;
	padding: 4px;
	font-size: 12px;	
}

.add_image_link:hover {
	opacity: 1;
	text-decoration: none;
}

a.hover_to_read {
	font-size: 11px;
}

div.help {
	display: inline-block;
	float: right;
}

div.help a {
	color: #437aa7;
	font-size: 14px;
}
