/* =================== SUB_MSG =================== */

table.sub_msg
{
	border: 1px solid black;
	background-color: #FFFFCC;
	color: black;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 15px;
}
table.sub_msg td
{
	padding: 2px;
	text-align: left;
}
table.sub_msg td.sub_msg_type
{
	font-weight: bold;
	text-align: right;
}

table.sub_msg tr.sub_msg_Error td.sub_msg_type
{
	color: red;
}
table.sub_msg tr.sub_msg_Warning td.sub_msg_type
{
	color: #AAAA00;
}
table.sub_msg tr.sub_msg_Info td.sub_msg_type
{
	color: blue;
}

/* =================== SUB_EXISTINGSUBSCRIPTIONS =================== */

table.sub_existingsubscriptions
{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

table.sub_existingsubscriptions td
{
	/*background-color: #7896C1;*/
	padding: 2px;
	border: solid 1px white;
}

table.sub_existingsubscriptions tr.sub_oddrow td
{
	/*background-color: #556987;*/
}

table.sub_existingsubscriptions th
{
	/*background-color: #667FA4;*/
	border: solid 1px white;
}
table.sub_existingsubscriptions ul
{
	margin: 0px;
	padding-left: 30px;
}

/* =================== SUB_OPTIONS =================== */

table.sub_options
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	border-collapse: collapse;
}
table.sub_options td
{
	padding: 5px;
	border: 1px solid white;
}
table.sub_options tr.sub_optionsrow td
{
	width: 250px;
}
table.sub_options td.sub_sumcell
{
	text-align: center;
	font-size: large;
	font-weight: bold;
}
table.sub_options td.sub_sumcell select
{
	font-size: large;
	margin-right: 5px;
}

table.sub_options td.sub_oddcell
{
	/*background-color: #556987;*/
}
table.sub_options div.sub_sectiontitle
{
	text-align: center;
	font-weight: bold;
	font-size: small;
	border-bottom: 1px solid white;
}
table.sub_options div.sub_sectiondescription
{
	text-align: justify;
	font-size: smaller;
	margin-top: 20px;
}
table.sub_options div.sub_sectionoptions
{
	margin-top: 20px;
}
table.sub_options span.sub_optiontitle
{
	font-weight: bold;
	font-size: small;
}
table.sub_options span.sub_optiondescription
{
	text-align: justify;
	font-size: smaller;
	display: block;
}
table.sub_options div.sub_period
{
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}
table.sub_options div.sub_pricetitle
{
	float: left;
	text-align: right;
	padding-right: 5px;
	width: 35%;
}
table.sub_options table.sub_sumtable
{
	margin: auto;
}
table.sub_options table.sub_sumtable td
{
	border: none;
	padding: 0px 0px 0px 5px;
}

/* =================== SUB_TARGETS =================== */

div.sub_targets
{
	text-align: center;
	margin: 30px 0px 30px 0px;
}
div.sub_targets img
{
	margin: 10px;
	cursor: pointer;
}
div.sub_targets img.sub_selectedtarget
{
	border: solid 2px white;
	margin: 8px;
}
table.sub_targetfields
{
	margin: auto;
}
table.sub_targetfields th
{
	text-align:right;
	width: 170px;
	vertical-align: top;
}
table.sub_targetfields td
{
	width: 220px;
}
table.sub_targetfields input, table.sub_targetfields textarea
{
	width: 200px;
}
table.sub_targetfields textarea
{
	height: 200px;
}

div.sub_firstarrow
{
	background-image: url(pics/subscription_firstarrow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 50px;
}
div.sub_secondarrow
{
	background-image: url(pics/subscription_secondarrow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	width: 100%;
	height: 50px;
}

/* =================== SUB_PAY =================== */
table.sub_pay
{
	margin-top: 20px;
	width: 100%;
}
table.sub_pay img, table.sub_pay input
{
	margin: 10px;
}

table.sub_pay td
{
	width: 50%;
}
table.sub_pay td.sub_pay_left
{
	text-align: right;
}


/* =================== SUB_CONFIRM =================== */
div.sub_confirm
{
	text-align: center;
	font-size: larger;
}
div.sub_confirm form
{
	display: block;
	text-align: center;
}

/* =================== SUB_CONFIRMTABLE =================== */
table.sub_confirmtable
{
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border: 1px solid white;
	/*background-color: #556987;*/
	width: 500px;
}
table.sub_confirmtable td, table.sub_confirmtable th
{
	text-align: justify;
	border: 1px solid white;
	padding: 2px 10px 2px 10px;
}
table.sub_confirmtable td.sub_price
{
	font-size: large;
	font-weight: bold;
	/*background-color: #FF6666;*/
	color: #FF6666;
}
table.sub_confirmtable th
{
	text-align: right;
}
table.sub_confirmtable form
{
	margin: 10px 0px 10px 0px;
	padding: 0px;
	display: block;
	text-align: center;
}

/* =================== SUB_CONFIRMED =================== */
span.sub_confirmed_email
{
	font-weight: bold;
	color: #00CC00;
}
div.sub_confirmed_text
{
	text-align: center;
	padding: 20px;
	font-size: large;
}
/* =================== SUB_CLAIM =================== */
form.sub_claim
{
	display: block;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
}
form.sub_claim div
{
	padding-left: 20px;
	width: 330px;
	text-align: right;
}
form.sub_claim div input
{
	width: 200px;
	text-align: left;
}
form.sub_claim div input.sub_Disabled
{
	color: gray;
	background-color: #CCCCCC;
}

form.sub_claim div.sub_AccountType
{
	padding-left: 0px;
	text-align: left;
	margin-top: 10px;
}
form.sub_claim div.sub_AccountType input
{
	width: auto;
}
h1.sub_ClaimTitle
{
	font-size: large;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
form.sub_claim div.sub_Claim
{
	text-align: center;
	margin-top: 10px;
}
/* =================== SUB_ABORTED =================== */
div.sub_Aborted
{
	text-align: center;
	font-weight: bold;
	font-size: large;
}
div.sub_Aborted div
{
	margin-top: 20px;
}
/* =================== SUB_THANKYOU =================== */
div.sub_thankyou
{
	font-weight: bold;
	text-align: center;
	font-size: large;
}
