﻿@charset "utf-8";

/* main css */

/* reset css - html5 */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video { 
margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
	   
body {line-height:1;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
nav ul {list-style:none;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after,q:before, q:after { content:''; content:none;}
a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;}
ins {  background-color:#ff9; color:#000; text-decoration:none;}
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}
del {  text-decoration: line-through;}
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help;}
table {border-collapse:collapse; border-spacing:0;}
hr {display:block; height:1px; border:0;  border-top:1px solid #cccccc; margin:1em 0; padding:0;}
input, select { vertical-align:middle;}

/* clearfix */
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
}

/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* stickam css */
body {
	scrollbar-arrow-color: #666666;
	scrollbar-face-color: #E4E4E4;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #D4D0C8;
	scrollbar-shadow-color: #808080;
	scrollbar-darkshadow-color: #D7DCE0;
	scrollbar-track-color: #;
	scrollbar-base-color: #D7DCE0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px; 
	line-height: 1.3em;
	text-align: center;	
	background-color: #fff ;
	background-repeat: repeat-y;
	background-position: center top;
}

a, a:link, a:visited, a:active, a:hover {}
a, a:link, a:visited, a:active { color: #3399ff ; text-decoration: none;}
a:hover { color: #3399ff; text-decoration: underline; }

img { border: 0px; }

td { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.3em;
}

/*form { margin: 0px; padding: 0px; }*/
input, textarea, select, option { font-family: Verdana, Arial, Helvetica, sans-serif; }

.submitButton {
border-top: 1px solid #E5E5E5;
border-bottom: 1px solid #E5E5E5;
border-left: 1px solid #E5E5E5;
border-right: 1px solid #E5E5E5;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 4px;
padding-right: 4px;
background-color: #F4F4F4;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold; 
color: #FFFFFF;
background-image: url(search_button.gif);
}	

.error { color: #FF3300; }


/* page title bar - old */

.pageTitleTable {
	width: 960px;
    height: 24px;
    overflow: hidden;
    margin:0 auto 3px;
}
.pageTitleTd {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 14px /*12px*/;
    color: #333;
    font-weight: bold;
    padding-left: 8px;
    padding-right: 8px; line-height: 24px; text-align: left;
}
.pageTitleMenu {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-left: 8px;
    padding-right: 8px;
	text-align: right;
}
.pageTitleMenu a {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.pageTitleMenu a:hover {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	text-decoration: none;
}


/* basic page frame - old */

.pageContentWidth {
	width: 960px;
}

.pageContentTable { 
    border: solid 1px #999999;
    margin: 0 auto 3px;
	width: 960px;
}
.pageContentTd {
    padding: 10px;
}
.pageContentTd a { }
.pageContentTd a:hover { }
.pageContentTd2 { 
	padding: 15px;
	border: solid 1px #CCCCCC;
	text-align: left;
}
.pageContentTd2 td {
	vertical-align: top; 
}
.pageSubTitle {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    font-weight:bold;
	border-bottom: dashed 1px #CCCCCC; 
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
}
.pageContentBox { 
	background-color: #DDDDDD;
	margin-top: 10px;
}

.editProfileTable { margin: 0 auto; }

/* iframe 
#skres_btmAd {
height: 90px !important;
margin: 0px auto;
padding: 0pt;
width: 728px !important;
} 
*/