@import "/admin/css/tech.css";

div, html, body, p,img, li
h1, h2, h3, h4, h5, h6, td
form, fieldset, a, img, a img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	width:100%;
	height:100%;
	font: 62.5%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
	color: #023a6c;
}
body {
	font-size:1.2em;
	height: 100%;
	min-height: 100%;
	height: auto !important;
}

table {
    font-size: 1em;
}

#wrapper {
	width: 100%;
    min-width: 990px;
}

#header {
    height:157px;
    background: url('/images/header_bg.jpg') 0 0 repeat-x;
}

#header_inner {
    background: url('/images/header.jpg') 0 0 no-repeat;
    height:100%;
}

.header1line {
    height: 40px;
}

.header2line {
    height: 70px;
   
}

.header3line a {
    font-family: arial;
    color:#023a6c;
}

.menu1 {
	float: left;
	width: 350px;
	text-align: center;
}

.menu2 {
	margin-left: 670px;
	padding-top: 10px;
}

#side {
    width: 25%;
}

#side_inner {
    margin-right: 15px;
    background-color: #f6fafe;
    min-height:300px;
    padding-top:20px;
    border-right: 2px dashed #b9d4ec;
}

#side_inner * {
    color: #156bb6;
}

#content {
    width : 100%; 
    float: right;
	margin : 0 0 4% -25%;
}

#content_inner {
	margin : 0 2% 0 25%; 
}

#footer {
    margin-top: 10px;
    height: 61px;
    clear: both;
    background: url('/images/footer_bg.jpg') 0 0 repeat-x;
}

/* --------------------------------------------------*/

a {
	color: #156bb6;
}

.inp {
    background-color: #efefef;
    border-left: 1px solid #2b6196;
    border-top: 1px solid #2b6196;
    border-right: 1px solid #78a0c9;
    border-bottom: 1px solid #78a0c9;
    padding: 2px;
    font-size: 0.9em;
}

.but {
    background-color: #0da1db;
    border: 1px solid #2b6196;
    color: #fff;
    font-weight: bold;
    padding: 1px;
    font-size: 0.9em;
}

.but2 {
	background-color:#EEEEEE;
	border:1px solid silver;
	color:#666666;
}

/* -------------------------------------------------------*/

h1, h2, h3, h4, h5 {
    margin-bottom: 0.5em;
	margin-top: 0px; /* Profit-Partner modification, 2010-10-16 */
    font-weight: normal;
}

h1 { font-size: 175% }
h2 { font-size: 140% }
h3 { font-size: 140% }

h3.line {
    padding-left: 40px;
    font-size: 140%;
    background: url('/images/heading_marker.jpg') 0 50% no-repeat;
}

#side_inner ul {
    padding-left: 25px;
}

#side_inner li {
    list-style-image: url('/images/marker.jpg');
    line-height: 1.5em;
	padding-left: 5px;
}

#side_inner li.selected {
    font-weight: normal;
	background-color: #b9d4ec;
}

ul.sub {
    padding-left: 10px !important;
    font-size: 0.9em;
    margin-bottom: 5px;
	margin-top: 5px;
}

ul.sub li {
    list-style-image: none !important;
    list-style-type: none;
	padding: 1px 0px 1px 5px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.gray {
    color: #484848 !important;
}

p {
    margin-bottom: 5px;
}

.error {
    color: red;
}

a.mar {
    background: url('/images/black_marker.jpg') 0 50% no-repeat;
    padding-left: 10px;
    color: black;
    font-size: 0.9em;
}

div.articles {
    background-color: #54a6ed;
    margin-top: 30px;
    padding: 4px 10px;
    overflow: hidden;
}

div.articles div {
    float: left;
    height: 25px;
    line-height: 25px;
    padding-left: 20px;
    padding-right: 10px;
    margin-right: 5px;
    color: #fff;
    cursor: pointer;
    background:#2f8cdc url('/images/blue_marker.jpg') 5% 50% no-repeat;
}


.blockbb {
	border-bottom: 2px dashed #b9d4ec;
	padding-bottom: 20px;
	margin-top: 20px;
}

.navy {
	color: #023a6c;
}

.blue {
	color: #156bb6;
}

.cats_enum {
	padding: 10px;
	background-color: #ecf3fa;
}

.ask {
	padding: 20px;
	border: 1px dashed silver;
}

.ask textarea {
	width: 500px;
	height: 100px;
}