* {
    margin: 0;
    padding: 0;
}

#wrapper {
    width: 1024px;
    margin: 0 auto;
    clear:left;
    display: block;
    background-color: #FFFFFF;
    text-align: left;
}

#content_container {
    height: 558px;
    width:1024px;
    border:none;
    display:inline-block;
    margin: 0 auto;
    background: url(../images/common/body.gif);
    text-align: left;
}

#home_content_container {
    height: 440px;
    margin-left:250px;
    display:block;
    margin-top:60px;
    padding-right:20px;
    margin-right:18px;
    font-family:sans-serif;
    font-size:12px;
    overflow:auto;
    
}


.logo {
    width: 74px;
    height: 97px;
    background-image: url('/images/common/logo.jpg');
    background-repeat: no-repeat;
    margin-top: 1px;
    margin-left: 0px;
    float: left;
}

#header {
    width: 1024px;
    height: 184px;
    background-image: url(../images/common/header.gif);
    background-repeat: no-repeat;
    margin: 0 auto;
    display: block;
    position: relative;
   clear:left;
}

/* Menu */

#navbar {
    width: 100%;
    background-image: url(../images/common/navbar.gif);
    background-repeat: no-repeat;
    height: 25px;
    margin-top: 0px;
    font-size: 12px;
    text-align: center;
}

#navbar ul {
    width: 54%;
    height: 12px;
    display: table;
    margin-left: 440px;
    padding: 0 auto;
    margin-top:5px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    position: center;
}

#navbar li {
    display: table-cell;
    width:65px;
}

#navbar li a {
    color: #1569C7;
    font-weight: bold;
    padding: 0px;
    text-decoration: none;
    font-size: 12px;
}

#navbar  li  a:hover {
    color: #CC0000;
    cursor: pointer;
    font-size: 12px;
}

/*Columns*/
#column_left {
    float: left;
    width:  200px auto;
    min-width: 200px;
    height: 440px;
}

#column_blank {
    float: left;
    width:  60px;
    height: 600px;
    position:relative;
    top:-11px;
    left:-23px;
}

#column_right {
    height: auto !important;
    height: 440px;
    float: left;
    width: 520px;
    font-size: 12px;
    text-align: left;
    position: relative;
}

#footer {
    text-align: right;
    width: 900px;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-top:30px;
    clear: left; 
    color:#C00000 ;
    text-decoration:none;
}

input[type="text"]
{
border: solid 1px #00A8EB;
}
input[type="password"]
{
border: solid 1px #00A8EB;
}
textarea
{
border: solid 1px #00A8EB;
}

.p_contents {
	display:none;
}
.menu li {
	width:100px;
	height:25px;
	display: table-cell;
	vertical-align: middle ;
	color: #00A8EB;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}
.menu li:hover {
	background-color:#00A8EB;
	color: #FFFFFF;
	cursor: pointer;	
}

.name_bar {
display:block;
margin:0 auto;
width:70px;
height:15px;
background: url(../images/common/name_bar.png) center;
text-align:center;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
.tip_bar {
display:block;
margin:0 auto;
width:156px;
height:15px;
background: url(../images/common/name_bar.png) center;
text-align:center;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
}

.tag {
width:18px;
height:18px;
background:  url(../images/icons/folder.gif) center;
}
.tag_open {
width:18px;
height:18px;
background:  url(../images/icons/folder_open.gif) center;
}
.pro_s {
width:16px;
height:16px;
background: url(../images/icons/tar.png) center;
}
.intro_s {
width:16px;
height:16px;
background:  url(../images/icons/documents.png) center;
}
.add {
width:32px;
height:32px;
background: url(../images/icons/add.png) center;
}
.edit_s {
width:16px;
height:16px;
background:  url(../images/icons/edit.png) center;
}
.delete_s {
width:16px;
height:16px;
background: url(../images/icons/delete.png) center;
}
