.content-table {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: thin solid #999999;
	background-color: white;
}

.content-table a{
	color: #333333;
	text-decoration: none;
}

.content-table a:hover {
	color: #FF3300;
}

.content-text {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

.content-table-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: blue;
}
ul {
	list-style-image:  url(/misc/pawno_arrow.gif);
	list-style-position: outside;
}

.content-table-header a {
        color: #FFFFFF;
}

.content-table-header a:hover {
	color: #999999;
}
	
#container {
	background: transparent;
	padding-bottom: 5px;
}

#minitabs {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px dotted #666666;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 4px solid #FF0000;
	padding-bottom: 2px;
	color: #000000;
	}

#minitabs a:hover {
	color: #333333;
	}
	
	
#container2 {
	width: 100%;
	background: transparent;
	}

#minitabs2 {
	margin: 0;
	padding: 0px;
	border-bottom: 1px dotted #666666;
	}

#minitabs2 li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs2 a:link, #minitabs2 a:visited {
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin: 5 5 0;
	text-decoration: none;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#minitabs2 a.active:link, #minitabs2 a.active:visited, #minitabs2 a:hover {
	padding-bottom: 0px;
	color: #000000;
	padding-top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	margin: 5px;
	}

#minitabs2 a:hover {
	color: #333333;
	}
form {
        margin: 0px;
	float: left;
}

img {
	border: 0px;
}	
img a {
        border: 2px;
	border-color: #FF0000;
}

input {
	font-size: 12px;
}

body {
	background-image:  url(/misc/pawno_background.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	font-size: 14px;
}

.stripe {
	background: transparent;
	background-image: url(/misc/pawno_green-bstriped.gif);
}

.header-logo {
}

.content-table {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: thin solid #999999;
	background-color: white;
}
.content-table a{
	color: #333333;
	text-decoration: none;
}
.content-table a:hover {
	color: #FF3300;
}
.content-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
.content-table-header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: DarkGreen;
}
ul {
	list-style-image:  url(/misc/pawno_arrow.gif);
	list-style-position: outside;
}
.content-table-header a {
        color: #FFFFFF;
}
.content-table-header a:hover {
	color: #999999;
}	
#container {
	background: transparent;
	padding-bottom: 5px;
}

table.sortable a.sortheader {
    text-decoration: none;
    display: block;
    font-size: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}
div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: black;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: bold;
    background: url(/misc/pawno_bg-lighten.gif);
    
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}
.fotgal {
	border:1px; border-thickness: 1px; border-color: #fff;
	border-style: solid;
}
A:hover, A:active {
	color: #fff
}
A:hover .fotgal, A:active .fotgal {
	border:1px; border-thickness: 1px;
	border-color: #FF3333; border-style: solid
}

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 17%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.thumboverlay { position:relative; top: -5px; left: -25px; z-index: 3; }
