html,body
{
	height:100%;
}
body 
{
  	background-color:#F9F9F9;
	min-width:1000px;
	font: 12px Tahoma,DejaVu Sans,Lucida Sans,Corbel,Lucida Grande,sans-serif;
}
*html body 
{
  	width:expression(document.documentElement.clientWidth < 1000 ? '1000px' : 'auto'));
  	zoom:1;
}
a{
	color: #01789B;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a img{
	border: none;
}
*html div.main 
{
	overflow-y:visible;
	height:100%;
}
div.main, div.content, div.left, div.right 
{
	overflow:hidden;
}
div.main
{
	padding:0 370px;
	margin-top:-454px;
	min-height:100%;
}
div.header
{
	background:url('../images/lpu_images/head_bg_line.png') repeat-x transparent 0 0;
	width: 100%;
	height:351px;
	position:relative;
    overflow: hidden;
}
.header .topbar, .header .begin_topbar, .header .middle_topbar, .header .end_topbar{
	position: absolute;
	height: 77px;
	top: 0px;
}
.header .topbar{
	width: 100%;
}
.header .begin_topbar{
	background:url('../images/lpu_images/topbar_left.png') no-repeat transparent top right;
	width: 500px;
	left: 0px;
}
.header .middle_topbar{
	background:url('../images/lpu_images/topbar_1px.png') repeat-x transparent 0 0;
	margin: 0 500px;
	position: static;
}
.header .end_topbar{
	background:url('../images/lpu_images/topbar_right.png') no-repeat transparent top left;
	width: 500px;
	right: 0px;
}
.signup, .login, .search {
	position: absolute;
	top: 13px;
}

.username_logout {
 	position: absolute;
    top: 13px;
    left: 180px;
}

.signup a, .login a, .logout a {
	color: #F7D551;
	font-size: 18px;
	text-decoration: none;
	outline: none;
	line-height: 21px;
	cursor: pointer;
}

.login{
	background:url('../images/enter.png') no-repeat transparent top left;
	padding-left: 30px;
	left: 180px;
	height:21px;
}
.signup{
	left: 290px;
}
.username{
	float: left;
    margin-right: 15px;
}

.logout{
	background:url('../images/enter.png') no-repeat transparent top left;
	padding-left: 30px;
	height:21px;
    float: right;
}

.message_menu{
    position: absolute;
    top: 42px;
	padding-left: 30px;
	left: 150px;
	height:21px;
}

.message_menu span a{
    cursor: pointer;
    color: #F7D551;
	font-size: 18px;
	text-decoration: none;
	outline: none;
	line-height: 21px;
}

.username span{
    color: #F7D551;
	font-size: 18px;
	text-decoration: none;
	outline: none;
	line-height: 21px;
	display: block;
}


.search{
    background:url('../images/search.png') no-repeat transparent top left;
	right: 160px;
	width: 274px;
	height: 26px;
	padding-left: 10px;
}
.search input.search_str{
	border: none;
	height: 26px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
	width: 220px;
	background: transparent;
	float: left;
}
.search input.search_btn{
	width: 30px;
	height: 26px;
	background: transparent;
	border: none;
	cursor: pointer;
}
.header .logo,.header .logoshadow{
	color: #FDDE69;
    font-size: 28px;
    height: 100px;
    left: 180px;
    position: absolute;
    top: 100px;
    width: 700px;
	letter-spacing: 1px;
    z-index: 100;
}
.header .logoshadow{
	color: #666666;
    left: 181px;
    top: 102px;
}
.header .head_bg{
	background:url('../images/lpu_images/head_bg.png') no-repeat transparent 0 0;
	position: absolute;
	width: 805px;
	height: 330px;
	top: 0;
	left: 36%;
}
.header .flag{
	background:url('../images/lpu_images/flag.png') no-repeat transparent 0 0;
	position: absolute;
	width: 700px;
	height: 330px;
	top: 10px;
	right: 250px;
}
.header .lpulogo{
	background:url('../images/lpu_images/plus.png') no-repeat transparent 0 0;
	position: absolute;
	width: 600px;
	height: 330px;
	right: 0;
    top: -24px;
}
.header .menu{
	position: relative;
	margin: 0px;
	top: 305px;
	height: 46px;
	z-index: 1;
}
.header .begin_menu{
	background:url('../images/lpu_images/nav_left.png') no-repeat transparent top right;
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 10px;
}
.header ul.body_menu{
	background:url('../images/lpu_images/nav_1px.png') repeat-x transparent 0 0;
	list-style: none;
	height: 46px;
	margin: 0px;88px;0px;88px;
    	text-align: center;
    	padding: 0;
}
.header ul.body_menu li{
	display: inline;
}
.header ul.body_menu li a{
	display: inline-block;
	outline: none;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	color: #F7D551;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
.header ul.body_menu li a:hover,.header ul.body_menu li a.active{
	background:url('../images/lpu_images/nav_hover.png') repeat-x transparent 0 0;
	color: #FFFFFF;
}
.header .end_menu{
	background:url('../images/lpu_images/nav_right.png') no-repeat transparent top left;
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0px;
	right: 10px;
}

.content, .left, .right
{
	float:left;
	margin-top:489px;
	margin-bottom:-32767px;
	padding-bottom:32767px;
}
.content
{
	margin-right:-100%;
	width:100%;
}
.left
{
	margin-left:-395px;
	width:370px;
}
.right
{
	float:right;
	margin-right:-390px;
	width:370px;
}
.content_block{
	margin: 0 30px;
	margin-bottom: 10px;
}
.content_block h2{
	color: #02759C;
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
}
.content_block h1{
	color: #02759C;
	font-size: 2.2em;
	font-weight: normal;
}
.content_block p{
	margin: 10px 0;
	color: #5E5E5E;
	font-size: 1.2em;
}
.right_block{
	width: 220px;
	margin-bottom: 20px;
}
.right_title, .content_title{
    	color: #FFFFFF;
    	font-size: 24px;
    	height: 45px;
    	line-height: 45px;
    	margin-bottom: 10px;
    	padding: 0 15px;
}
.right_title{
	background:url('../images/lpu_images/rightbar_h.png') no-repeat transparent 0 0;
}
.content_title{
	background:url('../images/lpu_images/content_h.png') no-repeat transparent 0 0;
}
.new{
	margin-bottom: 20px;
}
.new .date_new{
	background:url('../images/lpu_images/news_bg.png') no-repeat transparent 0 0;
	width: 86px;
	height: 32px;
	color: #FFFFFF;
	border-collapse: collapse;
}
.date_new .day{
	font-size: 25px;
	padding-left: 4px;
}
.date_new .month{
	font-size: 11px;
	vertical-align: bottom;
}
.date_new .year{
	font-size: 11px;
	vertical-align: top;
}
.new .img_new{
	margin: 7px 0;
	display: block;
	width: 220px;
	height: 90px;
}
.new .pre_new{
	font-size: 1.1em;
	font-weight: bold;
}
.left_block{
	width: 205px;
	margin-left: 150px;
	margin-bottom: 20px;
}
.left_block p{
	font-size: 1.1em;
	color: #5E5E5E;
	margin: 10px 0;
}
.left_block h1{
	color: #02759C;
	font-size: 1.9em;
    	font-weight: normal;
}
.menu_item{
	height: 44px;
	margin-bottom: 10px;
}
.menu_item td.icon{
	width: 50px;
}
.menu_item a{
	font-size: 1.2em;
    	font-weight: bold;
}

input.button{
	background: url(../images/lpu_images/button.png) repeat-x scroll 0 0 transparent;
	width: 138px;
	height: 32px;
	line-height: 32px;
	border: none;
	cursor: pointer;
	color: #5E5E5E;
	text-align: center;
	font-size: 14px;
    	font-weight: bold;
}
input[type="button"]{
	outline: none;
}
input[type="radio"]{
	margin: 3px 4px 0 3px;
}
input[type="text"],input[type="password"],textarea{
	border: 1px solid #4982C1;
	border-radius: 4px;
	outline: none;
}
input[type="text"],input[type="password"]{
    	height: 22px;
}
select{
    border: 1px solid #4982C1;
    border-radius: 4px;
    outline: none;
    height: 22px;
}
.align_c{
	text-align: center;
}
.align_l{
	text-align: left;
}
.align_r{
	text-align: right;
}
.footer
{
	clear:both;
	height:124px;
	background:url('../images/lpu_images/footer_1px.png') repeat-x transparent 0 0;
	position: relative;
}
.footer .begin_footer, .footer .end_footer{
	position: absolute;
	height: 124px;
	top: 0px;
}
.footer .begin_footer{
	background:url('../images/lpu_images/footer_left.png') no-repeat transparent top right;
	width: 500px;
	left: 0px;
}
.footer .end_footer{
	background:url('../images/lpu_images/footer_right.png') no-repeat transparent top left;
	width: 500px;
	right: 0px;
}
.footer .copy{
	left: 180px;
    line-height: 150%;
    position: absolute;
    top: 32px;
	color: #5E5E5E
}
.footer .predl{
	background:url('../images/lpu_images/predl_bg.png') no-repeat transparent top left;
	right: 400px;
    	line-height: 150%;
    	position: absolute;
    	top: 25px;
	width: 192px;
	height: 89px;
}
.footer .predl a{
	color: #FFFFFF;
	font-size: 14px;
	display: inline-block;
	margin: 5px 20px;
	text-decoration: none;
	line-height: 17px;
}
.footer .links{
	right: 150px;
    	position: absolute;
    	top: 45px;
}

h2 {
    color: #02759C;
    font-size: 2.2em;
    font-weight: normal;
}

.portal_link a{
    color: #FFFFFF;
    position: absolute;
    top: 80px;
    width: 700px;
    font-size: 16px;
    height: 100px;
    left: 164px;
    letter-spacing: 1px;
    text-decoration: none;
}

div.left a{
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}

ul.employee_list{
    margin-bottom: 5px;
}

ol.dropdown li ul{
    display: none;
    list-style-type: none;
}

ul.price_list {
    list-style-type: none;
}

ul.price_list li {
    margin-top: 5px;
}

ul.price_list li ol {
    display: none;
}

#pagination-flickr li{
    border:0; margin:0; padding:0;
    font-size:11px;
    list-style:none;
    display: inline;

}

#pagination-flickr a{
    border:solid 1px #DDDDDD;
    margin-right:2px;
}

#pagination-flickr .previous, #pagination-flickr .next {
    color:#666666;
    font-weight:bold;
    padding:3px 4px;
}

#pagination-flickr .prev_next a {
    cursor: pointer;
    font-weight: bold;
    border: hidden;
}

#pagination-flickr .active{
    color:#ff0084;
    font-weight:bold;
    padding:4px 6px;
}

#pagination-flickr a {
    color:#0063e3;
    padding:3px 6px;
    text-decoration:none;
}


#pagination-flickr li.numbers a:hover{
    border:solid 1px #666666;
    cursor: pointer;
}

.search_span {
    background-color: #ffff00;
}

#itsthetable table a:link {color: #CC6633;}
#itsthetable table a:visited {color: #CC6633;}
#itsthetable table a:hover {color: #999966;}
#itsthetable table a:active {color: #CC6633;}
#itsthetable table a:focus{color: #CC6633;}


#itsthetable table caption {
		padding: 18px 2px 15px 2px;
		color: #cfcfcf;
		background-color: inherit;
		font-weight: normal;
		text-align: centered;
		text-transform: capitalize;
		}

	#itsthetable table{
		border: 1px solid #D9D9D9;
        width: 100%;
	}
	#itsthetable table tr td{
		padding: 6px 9px;
		text-align:left;

	}
	#itsthetable table thead th{
		background-color: #E5E5D8;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #D9D9D9;
		font-weight: bold;
		text-align:left;
		padding: 16px 9px;
		color:#592C16;
	}
	#itsthetable table tbody tr th{
		background-color: #fff;
		font-weight: normal;
		border-left: none;
		padding: 6px 9px;
		background-color: #E5E5D8;
	}
	#itsthetable table tbody td{
			border-left: 1px solid #D9D9D9;
	}
	#itsthetable table tbody tr.odd{
		background-color: #F3F3F3;
	}

#itsthetable table tbody tr:hover {
	color: #333333;
	background-color: #E5E5D8;
}

#itsthetable table tbody tr.odd:hover {
color: #333333;
	background-color: #E5E5D8;
}

#itsthetable table tfoot td, #itsthetable table tfoot th{
		border-top: 1px solid #ccc;
		font-weight:bold;
		color:#592C16;
		padding: 16px 9px;
}

ul.dropdown {
    list-style-type: none;
    margin-left: 25px;
}

ul.dropdown li {
    cursor: pointer;
    margin-bottom: 5px;
}

ul.dropdown li ul {
    display: none;
    cursor: default;
    margin-top: 5px;
    list-style-type: none;
    list-style-image: none;
}

ul.dropdown li ul li {
    list-style-type: none;
    list-style-image: none;
    cursor: default;
}

#reg_button {
    background-color: #2F6073;
    border: 1px solid #F4F4F4;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin: 0 10px;
    padding: 5px 25px;
}

.login_win .jqi {
    width: 250px;
}

div.w1024 {
    padding: 0 250px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
}

.breadcrumb li {
    list-style: none outside none;
    display: inline;
}

.ulogin_block {
    display: none;
    position: absolute;
    top: 40px;
    left: 150px;
    font-size: 16px;
    color: #F7D551;
}

.ulogin_block div {
    position: relative;
    float: left;
    margin: 4px 0 0 8px;
}
