* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E5ECF4;
	background-image: url(../../images/site/page_bg_1.jpg);
	background-repeat: repeat-x;
}
p   {
	padding-top: 0px;
	margin-top: 0px;
	margin: 0 10px 10px 10px;
}

.blue_text{
	font-size: 12px;
	color:#36F;
	font-family: Arial, Helvetica, sans-serif;
}
a.blue_text:link { font-size: 12px;	color:#36F;	font-family: Arial, Helvetica, sans-serif; text-decoration:underline}
    a.blue_text:visited   { font-size: 12px;	color:#36F;	font-family: Arial, Helvetica, sans-serif; text-decoration:underline}
    a.blue_text:hover     { font-size: 12px;	color:#36F;	font-family: Arial, Helvetica, sans-serif; text-decoration:underline }
    a.blue_text:active    { font-size: 12px;	color:#36F;	font-family: Arial, Helvetica, sans-serif; text-decoration:underline }


.green_text{
	font-size: 12px;
	color:#0C3;
	font-family: Arial, Helvetica, sans-serif;
}
a.green_text:link { font-size: 12px;	color:#0C3;	font-family: Arial, Helvetica, sans-serif; text-decoration:underline}
    a.green_text:visited   { font-size: 12px;	color:#0C3;	font-family: Arial, Helvetica, sans-serif; text-decoration:underline}
    a.green_text:hover     { font-size: 12px;	color:#0C3;	font-family: Arial, Helvetica, sans-serif; text-decoration:underline }
    a.green_text:active    { font-size: 12px;	color:#0C3;	font-family: Arial, Helvetica, sans-serif; text-decoration:underline }
	
	
.red_text{
	font-size: 12px;
	color:#F00;
	font-family: Arial, Helvetica, sans-serif;
}
.red_text_link{
	
}
a.red_text:link { font-size: 12px;	color:#F00;	font-family: Arial, Helvetica, sans-serif; text-decoration:underline}
    a.red_text:visited   { font-size: 12px;	color:#F00;	font-family: Arial, Helvetica, sans-serif; text-decoration:underline}
    a.red_text:hover     { font-size: 12px;	color:#F00;	font-family: Arial, Helvetica, sans-serif; text-decoration:underline }
    a.red_text:active    { font-size: 12px;	color:#F00;	font-family: Arial, Helvetica, sans-serif; text-decoration:underline }

.h1_blue_text{
	font-size: 14px;
	color:#36F;
	font-family: Arial, Helvetica, sans-serif;
}
.h1_red_text{
	font-size: 14px;
	color:#F00;
	font-family: Arial, Helvetica, sans-serif;
}
h1   {
	font-size: 120%;
	line-height: 150%;
	color: #333333;
	font-weight: bold;
	margin: 0 10px 10px 10px;
	clear: both;
}
h2   {
	font-size: 110%;
	margin: 0 10px 0 10px;
	color: #333333;
}
h3 {
	color: #333333;
	font-size: 105%;
	line-height: 145%;
	font-weight: bold;
	margin: 10px 10px 0 10px;
}
a:link {
	color: #3366CC;
}
a:visited {
	color: #3366CC;
}
a:hover {
	color: #000000;
}
a:active {
	color: #3366CC;
}
.errorText   {
	color: #FFFFFF;
	background-color: #B22A2A;
	display: block;
	border: 1px solid #990000;
	text-align: center;
	line-height: 1.5;
	font-size: 120%;
	margin: 10px;
}
.payingText   {
	color: #FFFFFF;
	background-color:#3C0;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #666666;
	text-align: center;
	line-height: 1.5;
	font-size: 120%;
}
.bold_text {
	font-weight: bold;
}

.altText   {
	color: #FFFFFF;
	background-color: #3877C4;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #114196;
	text-align: center;
	line-height: 2;
}
.altText a {
	color: #FFFFFF;
}

.centre_block {
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.white_text {
	color:#FFF;
}
.small_text   {
	font-size: 88%;
}
.clearer {
	display: block;
	clear: both;
	height: 20px;
}

input     {
	border: 1px solid #999999;
	padding: 2px 5px;
}

select     {
	border: 1px solid #999999;
	padding: 2px;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#logo_area  {
	display: block;
	height: 100px;
	float: left;
	width: 200px;
	background-image: url(../../images/site/tic_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#container  #menuSection  {
	display: block;
	float: left;
	width: 180px;
	color: #000000;
	clear: left;
	padding-top: 40px;
	font-size: 110%;
}
#container #menuSection a.menu_header {
	color: #000000;
	text-decoration: none;
	line-height: 150%;
	padding-left: 10px;
	font-weight: bold;
	display: block;
}
#container #menuSection a.menu_header:hover {
	color: #70ABF3;
	text-decoration: none;
}
#container #menuSection ul {
	line-height: 140%;
	margin: 0;
	padding: 0;
	font-size: 90%;
	display: block;
	list-style-type: none;
}
#container #menuSection ul li {

}
#container #menuSection ul li a {
	color: #000000;
	text-decoration: none;
	background-image: url(../../active_album_module/images/site/menu_arrow_icon.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	display: block;
	background-position: left center;
	margin: 0 0 0 10px;
}
#container #menuSection ul li a:hover {
	color: #3366CC;
}
#container #tab_selector {
	list-style-type: none;
	margin-right: 10px;
	margin-left: 190px;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
#container #tab_selector li {
	display: inline;
}
#container #tab_selector a {
	display: block;
	float: left;
	margin-right: 5px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #F9FBFC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #70ABF3;
	border-right-color: #70ABF3;
	border-left-color: #70ABF3;
}
#container #tab_selector a:hover {
	background-color: #DAE4EB;
	color: #333333;
}
#container #tab_selector .current_tab {
	background-color: #70ABF3;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #70ABF3;
	border-right-color: #70ABF3;
	border-left-color: #70ABF3;
	text-decoration: none;
}
#container #tab_selector .current_tab:hover {
	background-color: #70ABF3;
	color: #FFFFFF;
}
#container #user_bar  {
	background-color: #3877C4;
	display: block;
	color: #FFFFFF;
	padding: 3px 0 3px 0;
	font-size: 100%;
	line-height: 22px;
	margin: 0 10px 0 10px;
	background-image: url(../../active_album_module/images/site/user_bar.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #375370;
}
#container  #user_bar a {
	color: #FFFFFF;
}
#container  #user_bar a:hover {
	color: #333333;
}
#container  #user_bar p {
	margin-bottom: 0px;
}
#container  #user_bar .side_para {
	float: right;
	margin-right: 10px;
	margin-bottom: 0px;
}
#container #location_bar {
	background-color: #d1d9e4;
	font-size: 94%;
	padding: 2px 0 3px 0;
	line-height: 16px;
	margin: 0 10px 10px 10px;
	display: block;
	border: solid 1px #bac4ce;
	color: #666666;
}
#container  #location_bar p {
	margin-bottom: 0px;
}
#container #pageContent {
	background-color: #F8F9FB;
	margin-left: auto;
	background-image: url(../../images/site/page_content_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 752px;
	display: block;
	padding-top: 10px;
	position: relative;
	float: left;
}
#container #pageContent .inpageMenu {
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	list-style-type: none;
	text-align: right;
	line-height: 30px;
	clear: both;
}
#container #pageContent .inpageMenu li {
	display: inline;
}
#container #pageContent .inpageMenu a {
	color: #000000;
	background-color: #ADC3DE;
	margin-right: 5px;
	margin-left: 5px;
	padding: 3px;
	text-decoration: none;
	border: 1px solid #3366CC;
}
#container #pageContent .inpageMenu a:hover {
	color: #FFFFFF;
	background-color: #3366CC;
}
#bottomText    {
	display: block;
	clear: both;
	color: #000000;
	text-align: right;
	margin: 10px 10px 10px 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	padding: 10px 0 10px 0;
	font-size: 94%;
	line-height: 2;
	height: 55px;
	overflow: visible;
}
#bottomText img {
	float: left;
}
#bottomText  p   {
	margin: 0px;
	padding: 0px;
}
#bottomText  a   {
	color: #000000;
	text-decoration: none;
}
#bottomText  a:hover   {
	color: #000000;
	text-decoration: underline;
}
.hidden {
	display: none;
}
#container #pageContent .delete_button {
	background-color: #CC0000;
	border: 1px solid #990000;
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 2px 5px;
	text-decoration: none;
	margin-right: 5px;
}
#container #pageContent .delete_button:hover {
	background-color: #FF0000;
	border: 1px solid #CC0000;
}
#container #pageContent .button_style {
	background-color: #3877C4;
	border: 1px solid #375370;
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 2px 5px;
	text-decoration: none;
	margin: 0 10px 0 0;
}
#container #pageContent .button_style:hover {
	background-color: #ADC3DE;
	border: 1px solid #0066CC;
	color: #000000;
}
#container #pageContent .reset_style {
	background-color: #3877C4;
	border: 1px solid #375370;
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 2px 5px;
	text-decoration: none;
	margin: 0 10px 0 0;
}
#container #pageContent .reset_style:hover {
	background-color: #ADC3DE;
	border: 1px solid #0066CC;
	color: #000000;
}
