/* STYLE SHEET RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse;border-spacing: 0;}


/* MAIN STYLE FOR CMS*/
body {font: normal 10pt arial, sans-serif;margin-left:auto;margin-right:auto;background-color:#D0D5EF;}
a {color:#6978a3; text-decoration: none;}
a:hover {text-decoration: underline;}
p {margin: 5px 3px 0px 3px;}
h3 {margin-top:80px;font-size:1.2em;margin-bottom:10px;color:#D2D2E6;}
.error {color:#ff0000;background-color:#ffffff;width:305px;font-weight:bold;padding-left:3px;}
.second {background-color:#e5e9f6;border:2px solid #424244;margin: 20px 0 20px 0;font: normal 10pt arial, sans-serif;margin-left:auto;margin-right:auto;text-align:left;}
#wrap {text-align: center;}
#wrap h3 {color: #000;}
.main {margin-left:auto;margin-right:auto;margin-top:40px;background-color:#ffffff;border:1px solid #97a4ca;text-align:left;
    -webkit-box-shadow:1px 2px 3px #222;
    -moz-box-shadow:1px 2px 3px #222;
    box-shadow:1px 2px 3px #222;
}
.mainL {margin-left:auto;margin-right:auto;background-color:#ffffff;border:2px solid #12127D;width:200px;text-align:left;}
.mainL td{padding-left:14px;}
.maintd {width:300px;text-align:center;}
.maintd p{width:96%;text-align:left;}
ul li {padding:4px;height:32px;background-color:#ffffff;}
th {padding:2px;text-align:center;background-image: url(cms_images/tablehead.jpg); }
ul {margin:10px;}
ul img { vertical-align:middle;}
.footn {font-size:.8em;padding-bottom:35px;text-align: center;}
input{background-color:#F3F3FE;border: 1px solid #333333;color:#333333;} 
select { background-color: #F3F3FE;border: 1px solid #333333;}
textarea { background-color: #F3F3FE;border: 1px solid #333333;}
#gal_edit {background-color:#eeeeee;width:90%;margin:auto;}
#gal_edit td{padding:5px;}
#gal_edit form{margin-left:10px;}
#gal_edit img {border:1px solid #424244;}
#folder {background-color:#eeeeee;width:99%;margin:auto;border:2px solid #eeeeee;}
#head {padding:0;margin:0;background:url(cms_images/owp_bg.jpg) repeat-x;border-bottom:1px solid #000000;}
#folder img {border:1px solid #424244;}
td {vertical-align: top;border:1px solid #424244;padding:3px;}
table.prodtable { background-color:#ffffff;margin-left:auto;margin-right:auto;margin-top:0px;width:700px;margin-bottom:0px;}
table.prodtable td,th{border:1px solid #000000;}
table.prodtable tr:hover{background-color:#EDFDAE;}
table.prodtable2 {background-color:#ffffff;margin-left:auto;margin-right:auto;margin-top:0px;width:700px;margin-bottom:400px;}
table.prodtable2 td,th{border:1px solid #000000;}
table.prodtable2 tr:hover{background-color:#EDFDAE;}

/*news feed*/
.btitleH {font-weight: bold; margin:10px 0px}
.newsfeed p {font-size: 0.9em; margin: 00px 10px 0px 10px;}
p.newstitle {font-size: 0.9em; margin: 15px 10px 0px 10px;}


.addimg {margin:5px 0px; border:1px solid #000000;}
div#preview {height:600px;color:#000000;width:525px;margin-left:auto;margin-right:auto;background-color:#ffffff;text-align:left;padding-bottom:100px;}
div#preview ol{margin:5px 0 20px 10px;}
div#preview p{margin-left:5px;margin-right:5px;font-size:11pt;}
div#preview h3{margin-left:5px;margin-top:5px;color:#000000;}
div#morenfo p{font-size: .9em;margin-top: 8px;}
div#morenfo {float:right;}
#img1 {float:right; border:1px solid #000000;margin: 5px 0px 5px 10px;}
#img2 {float:left; border:1px solid #000000;margin: 5px 15px 5px 0px;}
div#rct {text-align:left;margin-top:30px;background-color:#ffffff;width:698px;margin-left:auto;margin-right:auto;border:1px solid #000000;}

div.prodrow {min-height: 500px; text-align:left; background-color: #ffffff; width: 700px; margin-left: auto; margin-right: auto; border-top: 2px solid #ddd;padding:5px 10px;clear:both;}
.p_name {font-size: 1.1em; font-weight: bold;}
.p_name span {margin-left:20px; font-size:.7em; font-weight: normal;}
.price {color: #175c25; font-weight: bold;}
.prodimg {float:left;margin-right: 10px;}

div#passworddiv {text-align:left;padding:5px; width:320px; min-height: 200px;background-color: #ffffff; border: 3px solid #424244;position: absolute;}
div#passworddiv p{margin-top: 10px;}
.red {color:red;}







/*LIST_TABLE FUNCTION*/
.date {
    font-size:0.8em;
}
.view_table {
    width:98%;
    border-collapse: collapse;
    margin: 5px auto;
    border:1px solid #111;
}

.view_table tr:nth-child(odd) {
    background-color:#e8eaea;

}
.view_table tr:nth-child(even) {
    background-color:#fff;
}
.view_table tr:hover {
    background-color: #f7f7b4;
}
.view_table th{
    background-image: none;
    background-color:#867d89;
    color:#eee;
    text-align: left;
    border:none;
}
.view_table th  a{
    
    color:#eee;
}
.view_table tr td {
    border: none;
}
span.tbl-foot-rt {
    display: inline;
    width:300px;
    float: right;
    padding-right: 5px;
    text-align: right;
}
.col-level, th.head-level {
    text-align: center;
}
.col-last_on, th.head-last_on {
    text-align: center;
}
.col-editor, th.head-editor {
    text-align: center;
}
.col-IP {
    text-align: center;
    font-size: 0.8em;
}
th.head-IP {
    text-align: center;
}
.tbl-filter-del {
    margin:0 2px 0 2px;
}
.filter-show {
    font-weight: bold;
    font-size: 0.9em;
}
input.textsm {
    margin:0 5px 0 0;
    height:20px;
    max-width: 120px;
    padding: 0 5px;
    border: 1px solid #666666;
    -moz-border-radius: 5px;
    -webkit-border-radius:  5px;
    border-radius: 5px;
}
select.textsm {
    max-width: 120px;
    margin:0 5px 0 0;
    height:22px;
    padding: 0 0 0 5px;
    border: 1px solid #666666;
    -moz-border-radius: 5px;
    -webkit-border-radius:  5px;
    border-radius: 5px;
}

.view_table .page-row {
    padding-bottom:10px;
    font-size:1.1em;
    color:#ccc;
}
.page-row a {
    color:#eee;
    text-decoration:underline;
}




.error2 {
	text-align: left;
	font-weight: bold;
	border-top: 1px solid #c99;
    border-bottom: 1px solid #c99;
	padding: 2px 5px 2px 27px;
	font-size: 12px;
	margin: 0 20px 10px 20px;
	background: #f2bfbf;
	color: #8e0202;
    background-color: #fcded1;
}
.report {
	text-align: left;
	border-top: 1px solid #9c9;
	border-bottom: 1px solid #9c9;
	padding: 5px 5px 5px 40px;
	font-size: 12px;
	margin: 0 20px 15px 20px;
	color: #060;
    background-color: #d5fcd1;
}

.notice {
	text-align: left;
	border-top: 1px solid #f2cd3a;
	border-bottom: 1px solid #f2cd3a;
	padding: 5px 5px 5px 40px;
	font-size: 12px;
	margin: 0 20px 15px 20px;
	color: #875500;
    background-color:#fbfcd1;
}



#filter_form {
    text-align: center;
}


#signup {
    width:400px;
    margin: 10px auto 180px auto;
}
#signup textarea {
    width:380px;
    height:90px;
    border:2px solid #999;
    font-size:1.1em;
    padding:5px 5px;
    margin:0;
    -moz-border-radius: 5px;
    -webkit-border-radius:  5px;
    border-radius: 5px;
    font-family:arial;
}
#signup input[type=password],#signup input[type=text],#signup input[type=file] {
    border:2px solid #999;
    width: 250px;
    font-size:1.1em;
    padding:2px 5px;
    margin:2px 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius:  5px;
    border-radius: 5px;
}
#signup select {
    border:2px solid #999;
    width: 264px !important;
    font-size:1.1em;
    padding:0;
    margin:2px 4px;
    -moz-border-radius: 5px;
    -webkit-border-radius:  5px;
    border-radius: 5px;
}

#signup input[type=submit] {
    width:150px;
    height: 30px;
    font-weight: bold;
}

.dbtitle {
    font-size: 1.2em;
    clear:both;
    text-align: center;
    margin:40px 0;
}
#signup a img {
    border: 2px solid #758bf9;
}


/*  ------------------------------  */
/*  DROPDOWN MENU                   */
/*  ------------------------------  */
ul.menu {

	list-style-type:none;
	margin:10px 0 10px 10px;
	padding:6px 0 0 6px;
	float: left;
}
ul.menu li {
    background-color: #5d6591;
	display:block;
	height: 30px;
	float:left;
	position:relative;
	margin:0 9px 0 0;
	padding:0;
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */
}
ul.menu li.current {
	background:#000000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
ul.menu li:hover {
	background:#000000;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


ul.menu li a {
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	font-size:15px;
	font-style:normal;
	font-weight:bold;
	font-family:arial, helvetica, sans-serif;
	padding:6px 15px 5px 15px !important;
	line-height:18px;
}

ul.menu li a span {
	font-weight:normal;
	padding-left:3px;
}
ul.menu li.drop a {
	padding-right:7px;
}
ul.menu li.drop:hover li {
	border:none;
}
ul.menu li.drop span.toggle {
	display:block;
	float:left;
	width:21px;
	height:26px;
	background:transparent url("images/toggle.png") no-repeat 0 -20px;
	padding:0;
	margin:0 7px 0 0;
}
ul.menu li.drop:hover span.toggle, ul.menu li.drop.current span.toggle {
	background-position:1px 5px;
}
ul.menu li.drop:hover, ul.menu li.current:hover {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
}
ul.menu li.drop:hover ul {
	display:block;
	z-index:1;
	padding-bottom:8px;
}
ul.menu li ul {
	display:none;
	position:absolute;
	width: 100%;
	top:30px;
	left:0;
	list-style-type:none;
	margin:0;
	padding:9px 0 0 0;
	background:#000000;
	filter: alpha(opacity=75); /* internet explorer */
}
ul.menu li ul li {
	float:none;
	height: auto;
	margin:0;
	padding:0;
	border:none;
	filter: alpha(opacity=100); /* internet explorer */
}
ul.menu li ul li a {
	float:none;
	background:none;
	margin:0;
	padding:0;
	display:block;
	font-size:13px;
	height:auto;
	margin:0;
	padding:4px 13px 4px 13px;
	font-weight:normal;
}

/* drop down menu hover styles */
ul.menu li:hover ul {
	border:none;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
}
ul.menu li:hover ul * {
	background:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
ul.menu li ul li:hover {
	background-color:#333333;
}
