/* Common Stud Portal CSS */

body {
	margin: 0; 
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 12px;
}

h1 {}

h2 {}

h3 {
	margin: 0; 
	padding: 10px;
}

img {
	border: 0px;
}

a{
	color: #4726b9;
}

.clearer {
	clear: both;
}


/* ----------------------------- Page blocks  --------------------------------- */ 

#header {
	width: 100%;
	height: 150px; 
	position: absolute; 
	top:0;
	min-width: 1010px;
	background: url('../images/header-purple.jpg') repeat-x;
	-width:expression(document.body.clientWidth < 1010? "1010px": "auto");
	/*z-index:-100;*/
}

#container {
	position: relative;
	margin-top:150px;
	min-width: 1000px;
	-width:expression(document.body.clientWidth < 1000? "1000px": "auto");
	

}

#left {
	width: 260px;
	position: absolute; 
	margin: 0 5px;
	top:150px;
}

#body {
	margin: 0px 275px 0px 275px;
	display: block;
	/*min-height: 1200px;
	-height: 1200px;*/
}

#right {
	width: 260px;
	position: absolute; 
	right: 0;
	top:0;
	margin: 0 5px;
}

#footer {
	clear: both;
}

/* -------------------------- Header ------------------------------------------- */

.header .logo {
	height: 143px;
	width: 227px;
	margin: 0px 20px 0 20px;
	text-align: center;
	float: left;
	font-size: 11px;
	font-weight: bold;
	background: url('/images/logo.png') 0 5px no-repeat;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/logo.png', sizingMethod='scale');
	text-decoration: none;
}

.header .menu {
	clear: both;
	text-align: right;
	width: 100%;
}

.header .menu a {
}

.header .menu span {
	margin: 2px 20px 5px 20px;
	display: inline-block;
	padding: 0px 5px 5px 35px;
	color: #4726b9;
}

.header .menu .hello {
	background: url('../images/icon-profile.gif') no-repeat 5px center;
}

.header .menu .email {
	background: url('../images/icon-email.gif') no-repeat left center;	
}

/* --------------------------------- Left block --------------------------------------- */

.left .menu {
	margin: 0 0 20px 0;
	font-size: 11px;
}

.left .menu .top {
	display: block;
	text-align: center;
	background: url('../images/menu-fon.jpg') no-repeat top;	
	width: 87px;	
	padding: 10px 0 0;
	height: 70px;
}

.left .menu .inner {
	display: block;
	padding: 5px 0;
	background: url('../images/menu-fon.jpg') no-repeat 0px -60px;
	width: 87px;
	text-align: center;
}

.left .menu .bottom {
	background: url('../images/menu-fon.jpg') no-repeat 0 -102px;	
	width: 87px;
	height: 11px;
}

/* --------------------------------- Body -------------------------------------------- */


.body .menu a{
	display: inline-block;
	margin: 5px 15px;
	
}

.body .content {
	/*padding: 10px 0;*/
}

/* ----------------------- Blocks ---------------------------------------------*/

.block .titleBlock {
	font-weight:bold;
	-height:0;
}

.block .titleBlock .inner {
	background:url('/images/opacity-title.png') top repeat-x transparent;
	-background: none;
	-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='/images/opacity-title.png', sizingMethod='scale');
}

.block .titleBlock .left {
	background:url('../images/gray-corner-top-left.gif') top left no-repeat;
}


.block .titleBlock .right {
	padding: 5px 0;
	text-align: center;
	background:url('../images/gray-corner-top-right.gif') top right no-repeat;
}

.block .titleBlock .tab {
	display: inline-block;
	margin: 0 10px;
}

.block .subtitle {
	padding: 6px 0;
	text-align: center;
}

.block .subtitle a {
	text-decoration: none;
	margin: 0 5px;
}


.block .body {
	background: url('../images/gray-fon.jpg') bottom repeat-x;
	margin: 0 0 10px 0;
	-height:0;
}

.block .body .innerLeft {
	background: url('../images/gray-fon.jpg') left repeat-y;
}

.block .body .innerRight {
	background: url('../images/gray-fon.jpg') right repeat-y;
}

.block .body .innerLeftCorner {
	background: url('../images/gray-corner-left.jpg') left bottom no-repeat;
}

.block .body .innerRightCorner {
	background: url('../images/gray-corner-right.jpg') right bottom no-repeat;
	padding: 10px;
	overflow: hidden;
}

.block .body .profile, .block .body .image {
	float: left;
}

.block .body .profile a {
	margin: 3px 10px;
	width: 50px;
	display: block;
	padding: 5px 5px 5px 35px;
	text-decoration: none;
}


/* ------------------------------ Right block ------------------------------------------ */

.right .search {
	margin: 0 0 10px 0;
}

.right .search .text {
	border: 1px solid #989898;
	padding: 3px 5px; 
	font-size: 11px;
	width: 165px;
}

.right .search .submit {
	background: url('../images/button.jpg') no-repeat 2px 2px;	
	width: 70px;
	height: 25px;
	text-align: center;
	border: 0px;
}


/* ----------------------------- Footer -------------------------------------------*/

.footer {
	background: url('../images/footer-fon.gif') repeat-x top #d2adfc;
	padding: 120px 0 30px;
	text-align: center;
	color: #866880;
	font-size: 11px;
}

.footer a {
	/*margin: 0 20px;*/
	/*color: #866880;*/
	color: #5a4556;
	font-weight: bold;
}

.footer .copyright {
	margin: 30px;
}

/* -------------------------- Popups ----------------------------------------------*/

.SUP_overlay {

position: absolute;
position: fixed;
z-index: 101;
background-color: #587;
filter: alpha(opacity=40);
moz-opacity: 0.4;
opacity: 0.4;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}

.SUP_login {
position: absolute;
z-index: 102;
top: 44%;
left: 53%;
margin-top: -113px;
margin-left: -160px;
filter: alpha(opacity=100);
moz-opacity: 1;
opacity: 1;
width: 280px;
text-align: left;
}


/* Login form */

.loginForm {
	border: 3px solid #894fca;
	background: #edddff;
	text-align: center;
}

.loginForm h2 {
	font-size:20px;
	color: #866880;
	text-align: center;
}

.loginForm label {
	float:left;
	font-size:20px;
	color: #cfaee6;
	width: 10px; 
	text-align: right;
	margin-right: 10px;
}

.loginForm .close {
	width: 100%;
	text-align:right;
	padding: 3px;
}

.loginForm .text {
	border: 1px solid #989898;
	font-size:20px;
	color: #866880;
	text-align: center;
	padding: 2px;
	margin: 10px 30px;
	width: 200px;
}

.loginForm .checkbox {
	margin: 0 5px 0 30px;
}

.loginForm .field {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.button {
	background: url('../images/button-fon.gif') repeat-x;
	float: left;
	margin: 15px 10px 0 10px;
	padding:0 !important;
	
}

.button .innerLeftButton {
	background: url('../images/button-corners.gif') left no-repeat !important;
	width: 5px;
	height: 35px;
	float: left;
	padding:0;
}

.button .innerRightButton {
	background: url('../images/button-corners.gif') right no-repeat !important;
	width: 5px;
	height: 35px;
	float: left;
	padding:0;
}

.button .innerButton {
	padding: 10px;
	height: 35px;
	float: left;
}

.button .innerButton a {
	text-decoration: none;
}

.loginForm .notice {
	background: #894fca;
	margin: 1px; 
	color: #fff;
	padding: 10px;
}

/* -------------------- News ------------------------------------*/

a.article{
    display:block;
    text-decoration:none;
    margin-bottom: 10px;
    padding:5px;
    background:#fffce7;
    border:1px solid #e7e1b9;
}

a.article:hover{ background:#fff; }
a.article:hover h1{ text-decoration:none; }

.article h1{
    font-size:14px;
    margin-bottom:5px;
    color:#9e7968;
}

.article h1 span{
    font-size:10px;
    color:#999;
}

.article img {
	border: 1px solid #bfbfbf;
	float: left;
	margin: 10px;
}

/* ------------------------- Forum ---------------------------*/

.forum .head td {
	text-align: center; 
	background: #ffffe0;
	padding: 5px;
	color: #a31111;
}

.forum td {
	background: #f1f1ef;
	padding: 10px;
	color: #949494;
}

.forum img {
	float: left;
	margin-right: 10px;
}

.forum a {	
	color: #a31111 !important;
}

/*--------- Bboard - BEGIN --------- */
div.board_button {
	background-image:url(/images/board_button.png);
	background-position:center; width:156px; height:43px; 
	cursor:pointer; color:#4726b9;
}
div.board_button div {padding-top:10px; padding-left:4px}
div.board_head_1{width:100%; height:60px; overflow:hidden}
.board_head_1 a {color:#a1a1a1}


.board-list {
	margin: 10px;
	border-bottom: 1px solid #cccccc;
}

.board-list .city {
	color: #717171;
	float: left;
	margin-bottom: 10px;
}

.board-list .price {
	color: #717171;
	float: right;
	margin-bottom: 10px;
}

.board-list hr {
	background: #d8d2f0;
	border: 0px;
}

/*--------- Bboard - END --------- */


/* ---------------------- Photo --------------------------- */

.photo {
	border: 1px solid #6e6e6e;
	padding: 2px;
}

.photo .inner {
	background: #e6eef6;
	padding: 10px;
}

.photo .galleryElement div {
	margin: 5px 0;
	color: #3877b2;
}

/* ------------------- Video -----------------------------*/

.video {
	border: 1px solid #6e6e6e;
	padding: 2px;
}

.video .inner {
	background: #eeecf9;
	padding: 10px;
}

.video .galleryElement div {
	margin: 5px 0;
	color: #4726b9;
}

/* ---------------------- Blog ----------------------------------*/

.blog {
	border: 1px solid #6e6e6e;
	padding: 2px;
	margin-bottom: 5px;
	width: 99%;
}

.blog .innerBlog {
	background: #eeecf9;
	padding: 0 10px 10px 10px;
}

.blog .link {
	background: #fff;
	margin-left: 110px;
	padding: 10px;
}

.blog .linkInner {
	background: #fff;
	padding: 10px;
}

.blog .innerBlog  a {
	text-decoration: none;
}

.blog .innerBlog  a:hover {
	text-decoration: underline;
}

.blog .innerBlog a.authorBlog {
	width: 100px; 
	text-align: center;
	display:inline-block;
	overflow: hidden;
}

.blog .descBlog {
    display:block;
    text-decoration:none;
    margin-bottom: 10px;
    padding:5px;
    background:#eeecf8;
    border:1px solid #e7e1b9;
}

a.blog:hover{ 
	background:#fff; 
}

a.blog:hover h1{ 
	text-decoration:none; 
}

.blogInner h1{
    font-size:14px;
    margin-bottom:5px;
    color:#afa1f5;
}

.blog h1 span{
    font-size:10px;
    color:#999;
}

.blog h2{
    font-size:14px;
    color:#afa1f5;
    display: inline-block;
    margin-left: 10px;
}

.blog .blog_photo_big {
	float: left;
	margin-right: 10px;
	align:right;
}

.blog .blog_time {
	display: inline-block;
	float: right;
	padding: 15px 0;
}

.blog .commentsBlog {
	background: #e0dcf3;
	margin-top: 10px;
	padding: 10px;
	color: #4726b9;
}


/* --------------------------- Organization ------------------------------ */

.organization {
	border: 1px solid #6e6e6e;
	padding: 2px;
	margin-bottom: 5px;
}

.organization .innerOrganization {
	background: #ffe4e4;
	padding: 0 10px 10px 10px;
}

.organization h2 {
	margin: 0; 
	padding: 0;
	color: #df8a8a;
}

.organization .orgLabel {
	width: 200px;
	text-align: right;
	float: left;
}

.organization .orgBody {
	margin: 10px 0 0 0;
	padding: 10px;
	color: #df8a8a;
	background: #fff;
}

.organization div {
	padding: 10px;
}

/* --------------------- Home header ----------------------------------*/

.home-header {
	width: 100%; 
	height: 192px;
	/*background: url('../images/home-header.jpg') #f5f6f6 repeat-x;*/
}

.home-body {
	background: #f5f6f6;
	height: 485px;
	width: 100%;
}

#home-container {
	width: 100%;
	height: 100%;
	position: absolute; 
	top:0px;
	left:0px;
	text-align: center;
	z-index: -1;
}

.home-innerbody {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	text-align: center;
	height: 600px;
	position: relative;
	z-index: -1;
}

.home-innerbody .lists {
        width: 250px;
        height: 400px;
        float: left;
        margin: 30px 0 0 0;
}

.home-footer {
	background: url('../images/footer-fon-home.gif') repeat-x top #d2adfc;
	padding: 120px 0 30px;
	text-align: center;
	color: #866880;
	font-size: 11px;
}

.home-footer a {
	/*margin: 0 20px;*/
	/*color: #866880;*/
	color: #5a4556;
	font-weight: bold;
}

.home-footer .copyright {
	margin: 30px;
}

.students {
	background: url('../images/students.gif') center 100px no-repeat;
	width: 440px;
	height: 450px;
	position: relative;
	/**margin-left: auto;
	margin-right: auto;
        float: left;*/
}

.home-enter {
	position: absolute; 
	top:380px;
	left: 120px;
	background: #fff;
	padding: 15px;
}

.home-enter .enterIn {
    color: #529037;
    font-size: 18px;
    margin-right: 10px;
}

.home-enter .enterReg {
    color: #A08FD8;
    font-size: 18px;
}

.home-enter .enterInS {
    color: #529037;
}

.home-enter .enterRegS {
    color: #A08FD8;
}


/* --------------------------- Forms -------------------------------*/

.commentformcontainer input {
	margin-bottom: 10px;
}

.redwarn {
	border: 1px solid red;
	color: red;
	padding: 5px;
}

 .block .addField input {
 	width: 60%;
 
 }
 
  .block .addField textarea {
 	width: 60%;
 	margin: 0 auto;
 }

 .mceEditor {
 	margin: 0 auto;
 	display: block;
 	text-align: center;
 }
 
 .protect_code{
  width:161px;
  height:60px;
  font-size:48px;
  letter-spacing: 10px;
}

 .five .protect_code{
  width:200px;
  height:60px;
  font-size:48px;
  letter-spacing: 10px;
}

.errors {
    border: 1px solid #da8580;
    background: #ffede3;
    color: #da5750;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
}

.messages {
    border: 1px solid #a7d589;
    background: #eef9ea;
    color: #508042;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
}

.pager {
    text-align: center;
    margin: 10px;
}

.pager a {
    margin: 0 5px;
    display: block;
}

.navigate {
    background: #e8e5f7;
    margin-bottom: 10px;
    text-align: center;
}


.navigate .navigateLeft {
    background: url('../img/purple-border.jpg') left repeat-y;
}

.navigate .navigateRight {
    background: url('../img/purple-border.jpg') right repeat-y;
}

.navigate .navigateTop {
    background: url('../img/purple-border.jpg') top repeat-x;
}

.navigate .navigateBottom {
    background: url('../img/purple-border.jpg') bottom repeat-x;
}

.navigate .navigateLTC {
    background: url('../img/purple-top-left.jpg') top left no-repeat;
}

.navigate .navigateRTC {
    background: url('../img/purple-top-right.jpg') top right no-repeat;
}

.navigate .navigateLBC {
    background: url('../img/purple-bottom-left.jpg') bottom left no-repeat;
}

.navigate .navigateRBC {
    background: url('../img/purple-bottom-right.jpg') bottom right no-repeat;
    padding: 10px;
    *height: 60px;
}

.navigate div.navMenu {    
    display: inline-block;
    *float: left;
    margin: 0 5px;
}

.navigate a {
    color: #4726b9 !important;
    /*font-weight: bold;*/
    float: left;
    height: 25px;
    align: middle;
}

.formAddButton {
    clear:both;
    text-align: center;
    margin: 0 37%;
}

.formAddButton a {
    font-weight: bold;
}

.prevnextArticle {
	margin-top: 20px;
}
.prevnextArticle .next {
	float: right;
	text-align: left;
}
.prevnextArticle .prev {
	float: left;
	text-align: right;
}
.prevnextArticle .next, .prevnextArticle .prev {
	width: 48%;
}
.prevnextArticle a {
	color: #0000ff;
	text-decoration: underline;
	font-size: 10px;
}
.moreNews {
	text-align: left;
	font-weight: bold;
	margin: 0 0 10px 20px;
}


.list_articles {
	margin-top: 30px;
}

.list_articles a{
    float:left;
    width:125px;
    height: 150px;
    text-decoration:none;
    padding:10px;
    position:relative;
    margin:0 0 12px 10px;
    font-weight:bold;
    display:inline-block;
    border:1px solid #c5c5c5;
    background:#efefef;
    overflow:hidden;
}

.list_articles a span{
    display:block;
    overflow:hidden;
    height:58px;
}

.list_articles a:hover span{ text-decoration:underline; }
.list_articles a img{
    position:absolute;
    bottom:0;
    left:0;
    margin:10px;
    max-width:120px;
    max-height:90px;
}

.blockHome {
    width: 204px;
    background: url('../img/list.jpg') #fff  -2px repeat-y;
    padding: 10px 0;
    margin: 20px;
    text-align: left;
}

.blockHome .blockHomeTitle a {
    font-size: 18px;
    font-family: verdana;
    margin-left: 25px;
    text-decoration: none;
}

.blockHome .blockHomeBody a {
    text-decoration: none;
    margin: 5px 5px 5px 25px;
    padding-left: 10px;
    display: block;
}

.blockPurple .blockHomeTitle a {
    color: #A08FD8;
}

.blockPurple .blockHomeBody a {
    border-left: 3px solid #A08FD8;
}

.blockGreen .blockHomeTitle a {
    color: #80B646;
}

.blockGreen .blockHomeBody a {
    border-left: 3px solid #80B646;
}

.blockFiolet .blockHomeTitle a {
    color: #B646B5;
}

.blockFiolet .blockHomeBody a {
    border-left: 3px solid #B646B5;
}

.blockOrange .blockHomeTitle a {
    color: #FEB330;
}

.blockOrange .blockHomeBody a {
    border-left: 3px solid #FEB330;
}
