@charset "utf-8";

/*
	***********************************************************************
	*                                                                     *
	*    Standard PingoPic CSS   V1.0                                     *
	*                                                                     *
	*    History:                                                         *
	*       DEC.13.07-EM original coding                                  *
    *                                                                     *
	*                                                                     *
	***********************************************************************
*/
.pageStyle {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.7em;
}
#nav {
	background-image: url(i/pingopic_logo_v3.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	bottom: 0px;
	vertical-align: 100%;
	height: 55px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#navadmin {
	background-image: url(i/pingopicadmin_logo_v1.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	bottom: 0px;
	vertical-align: 100%;
	height: 55px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.navlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	list-style-type: none;
	vertical-align: bottom;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
}
.navlist li {
	display: inline;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #0000FF;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-right-color: #0000FF;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000FF;
	border-bottom-color: #0000FF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-position: inside;
	list-style-type: lower-roman;
}

.navlist a {
	text-decoration: none;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.navlist a:hover {
	background-color: #000099;
}

#trailer {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #444444;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #444444;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
	color: #999999;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content {
	height: 700px;
	padding: 0px;
	margin: 0px;
}

#contentc {
	height: 700px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

#contentTable {
    width: 100%;
	height: 650px;
	border: 0px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

#contentTableUp {
	width: 100%;
	height: 650px;
	border: 0px;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

.stdLink {
	color:#FFFFFF;
}

.stdLink a {
	color:#FFFFFF;
	text-decoration: none;
}


.photo1 img {
	padding-bottom: 10px;
}

.padTbl_1 td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padTbl_2 td {
	padding: 5px;
}

#contact  {
	font-size: 1.2em;
	text-decoration: none;
	color: #FFFFFF;
}

#contact a {
	font-size: 0.9em;
	text-decoration: none;
	color: #00CCFF;
}

#contact a:hover {
	font-size: 0.9em;
	text-decoration: none;
	color: #00CCFF;
}

#contact a:visited {
	font-size: 0.9em;
	text-decoration: none;
	color: #00CCFF;
}


#linksTable {
    font-size: 1em;
	text-decoration: none;
    border: 1px solid #CCCCCC;
	border-collapse:collapse;
	width: 100%;
	padding: 0;
	margin: 0;
}

#linksTable .tabTitle {
	font-size: 1em;
	text-decoration: none;
	color: #000000;
	background-color: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

#linksTable tr {
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

#linksTable td.tabName {
    color: #8888FF;
    font-size: 0.9em;
	text-decoration: none;
	border-bottom: 1px solid #C1DAD7;
	vertical-align: top;
	padding-bottom: 7px;
}


#linksTable td.tabName a{
    color: #FFFFFF;
	text-decoration: none;
}


#linksTable td.tabDescr {
    font-size: 0.9em;
	color: #8888FF;
	border-bottom: 1px solid #C1DAD7;
	padding-bottom: 7px;
	vertical-align: top;
}
