body {
	/* the following line will enable :focus for IE - dt 20050810 */
	behavior:url("stylesheets/cssfocusandhover.htc");
	font-family: Arial;
	font-size: 12px;
}


hr {
	margin: 4px;
	width: 100%;
	height: 1px;
	background-color: #DDDDDD;
	border: 0px;
}

div.row {
        width: 230px;
	padding-bottom:2px;
}
div.key {
        position: relative;
        float: left;
        width:125px;
        padding: 0px;
        /*background-color: #FFFFFF;*/
        color: #000000;
        text-transform: capitalize;
        text-align: right;
        font-weight:bold;
}
div.value {
        position: relative;
        float: right;
        width:140px;
        padding: 0px;
        text-align: left;
}

div.value input, div.value select {
}
div.clear {
        clear: both;
}



div.main_nav {
        width: 100%;
        border-collapse: collapse;
        font-size: 11px;
        font-weight: bold;
        margin-bottom: 7px;
        text-decoration: none;
        text-align: center;
}
.main_nav a {
        padding: 1px 10px 1px 10px;
        background-color: #C2C8C6;
        color: #FFFFFF;
                border: 1px solid #1F2029;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        line-height: 20px;
}
.main_nav a:visited {
        padding: 1px 10px 1px 10px;
        background-color: #C2C8C6;
        color: #FFFFFF;
/*              border: 1px solid #1F2029;*/
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        line-height: 20px;
}
.main_nav a:hover {
        background-color: #BF252F;
        color: #FFFFFF;
/*              border: 1px solid #1F2029;*/
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        line-height: 20px;
}
.main_nav a.on{
        background-color: #BF252F;
        color: #FFFFFF;
/*              border: 1px solid #1F2029;*/
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
                line-height: 20px;
}
.main_nav a.on:visited {
        background-color: #BF252F;
        color: #FFFFFF;
/*              border: 1px solid #1F2029;*/
        font-size: 11px;
        font-weight: bold;
        text-decoration: none;
        line-height: 20px;
}



div.page_content {
	/*width: 522px;*/
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	/*background-color: #FFFFFF;*/
	padding: 10px 1px 10px 10px;
}
div.messages {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #999999;
	text-align: left;
	margin-bottom: 15px;
	width: 60%;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 35px;
	background:  #fff442 url(../images/application/caution.gif) top left no-repeat;
	font: 10pt arial;
	color: black;
}

div.pass_description {
	text-align: left;
	width: 650px;
}


div.pass_name_img {
	font-weight:bold;
	font-size:14px;
	padding-top:5px;
	padding-right:25px;
	/*float:left;*/
}

div.pass_price_exp {
	padding-top:8px;
	font-size:14px;
	font-weight:bold;
	color: #000000;
}




/* bordered tables */
table.bordered {
	border: 1px solid black;
	border-collapse: collapse;
}
table.bordered td,table.bordered th {
	padding: 4px;
	/*border-bottom: 1px solid black;*/
}
table.bordered tr {
	/*background-color: #82afff;*/
	border-bottom: 0px solid black;
}
table.bordered th {
	/*background-color: #C39B5D;*/
	color: black;
	font-size:12px;
	border:0px solid black;
}
table.bordered th a {
	color: black;
	text-decoration: none;
}
table.bordered th a:hover {
	text-decoration: underline;
}
table.bordered td a {
	color: blue;
	text-decoration: none;
}
table.bordered td a:hover {
	text-decoration: underline;
}
table.bordered input, table.bordered select {
	font: 12px arial;
}

div.quantity_selector, div.quantity_selector td {
	font: 12px arial;
}

div.quantity_selector select {
	width:40px;
}


table.noborder, table.noborder tr, table.noborder td {
	border: none;
	padding: 1px;
}


/* forms */
form{ padding:0px; margin:0px; }
input, select, textarea{ 
	padding: 2px; 

}



input, select, textarea{
	border: 1px solid #999999;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFF2BF;
	border: 1px solid #CC0000;
}

/* general */
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


div.ts_infopage {
        border: none;
}
div.ts_infopage_admin {
        border: 2px dashed green;
        padding: 3px;
        background-color: #DEDEDE;
}
div.ts_infopage_admin span {
        margin: 3px;
        clear: none;
}
div.ts_infopage_admin a.ts_infopage_admin {
        border: 1px solid #FFFFFF;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 3px;
        padding-left: 5px;
        font-size: 12px;
        font-weight: bold;
        font-variant: small-caps;
        text-transform: lowercase;
        cursor: pointer;
        color: white;
        background-color: green;
        text-decoration: none;
}

div.ts_infopage_admin a.ts_infopage_admin:hover {
        color: black;
        background-color: PaleGreen;
}


