	
body {
	/*behavior:url("stylesheets/cssfocusandhover.htc");*/
	font-family: Arial;
	font-size: 12px;
}

table { 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.page_content {
	/*width: 522px;*/
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	/*background-color: #FFFFFF;*/
	padding: 10px 1px 10px 10px;
	font-weight:bold;
}
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;
	padding-left:26px;
}


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

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




/* bordered tables */
table.bordered {
	border: 1px solid black;
	border-collapse: collapse;
}
table.bordered td,table.bordered th {
	padding: 4px;
	/*border-bottom: 1px dotted #FFCC66;*/
}
table.bordered tr {
	/*background-color: #82afff;*/
	border-bottom: 0px dotted #FFCC66;
}
table.bordered th {
	/*background-color: #C39B5D;*/
	color: black;
	font-size:12px;
	border:none;
}
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;
	height:14px;
}

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{
	background-color: #F3F3F3;
	border: 1px solid #999999;
	font: 12px arial;
}
input:focus, select:focus, textarea:focus {
	background-color: #A5C4FF;
	border: 1px solid #FFFFFF;
}

/* 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;
}



div.hr {
	width: 100%;
	margin-top: 5px;
	height: 1px;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
}
