# --- IARU R1 --- #

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/stripe.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #8c1602;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration: underline;
}

p, #remository {
	font: 12px/18px Arial, sans-serif;
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

#page-wrap {
	background: white;
	min-width: 960px;
	max-width: 1260px;
	margin: 10px auto;
}

#page-wrap #inside {
	margin: 10px 10px 0px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
#left-sidebar {
	width: 242px;
	float: left;
}

#logo {
	width: 242px;
	background-color: #fff;
	margin: 0 auto;
	text-align:center;
	padding-bottom:10px;
}

#search_block {
	background:url(images/bg_search.png) no-repeat;
	width:222px;
	height: 50px;
	padding:20px 0 20px 20px;
}

#search_block label{
	font-size: 11px;
	color:#fff;
}

#search_block input[name=searchword]{
	height: 17px;
	border: none;
	float:left;
	padding:5px 0 5px 5px;
}

#search_block input.button{
	background:url(images/bg_search_button.png) 0 0;
	width: 52px;
	height: 27px;
	line-height:27px;
	border: none;
	float:left;
	color:#FFF;
	font-size:12px;
	padding-bottom:5px;
}

#search_block button.button{
	background:url(images/bg_search_button.png) 0 0;
	width: 52px;
	height: 27px;
	line-height:27px;
	border: none;
	float:left;
	color:#FFF;
	font-size:12px;
	padding-bottom:5px;
}


#search_block input.button:hover button.button:hover{
	background:url(images/bg_search_button.png) 0 27px;
	cursor:pointer;
}






#left-sidebar h3{
	background:url(images/bg_h3.png) no-repeat;
	margin: 10px 0 4px 22px;
	width:190px;
	height:27px;
	font-size:14px;
	line-height: 27px;
	color: #8c1602;
	padding-left: 15px;
	display:block;
}

#left-sidebar ul{
	margin: 10px 15px 20px 0px;
	list-style: none;
}



#left-sidebar ul a:hover{
	text-decoration: underline;
}


#left-sidebar ul li{
	list-style: none;
	line-height: 24px;
	color:#FFF;
	font-size:12px;
	font-weight: bold;
	border-bottom:1px solid #848484;
}

#left-sidebar ul li a{
	color: #FFF;
	text-decoration: none;
	background: url(images/dot_mainmenu.gif) no-repeat 0 5px;
	padding-left: 16px;	
}

#left-sidebar ul li ul{
	margin: 0px 0px 8px -20px;
}

#left-sidebar ul li ul li{
	margin: 0px;
	line-height:20px;
	border-bottom: none;
}



#sidebar ul{
 	margin: 10px 15px 20px 6px;
	list-style: none;
}



#sidebar ul li{
	list-style: none;
	line-height: 12px;
	color:#FFF;
	font-size:12px;
	font-weight: bold;
	padding-left: -40px;
}



#main-content {
	background:url(images/bg_left.jpg) repeat-y white 6px;
	padding-left: 242px;
}



#bg_center_content{
	background:url(images/bg_center_content.png) repeat-x;
	position:relative; 
	margin-top:20px;
	float:left;
}

#bg_left_content{
	width: 5px;
	height: 5px;
	position:absolute;
	background:url(images/bg_left_content.png) no-repeat;
}

#bg_right_content{
	width: 5px;
	height: 5px;
	position:absolute;
	right: 0;
	background:url(images/bg_right_content.png) no-repeat;
}

#meta-links{
	border-bottom: 1px solid #ddd;
	font-size: 11px;
	padding-bottom:5px;
}

#meta-links a{
	margin-left: 20px;
	
	text-decoration:none;
	color:#333;
}

.slogan {
	margin-top: 40px;
	margin-left:20px;
}

.pics {
	background: url(images/pics.png) no-repeat;
	width: 273px;
	height: 172px;
	position:absolute;
	right: 20px;
	top: -70px;
}

#bg_center_content #header p{
	text-align: left;
}

#bg_center_content #header #login form{

}

#bg_center_content #header form input[name=username],#bg_center_content #header form input[name=passwd]{
	background: url(images/bg_login_text.png);
	border:none;
	width:109px;
	height:15px;
	font-size:11px;
	padding:3px;
	margin: 5px 0 0 5px;
	float:left;
}

#bg_center_content #header form input[name=Submit]{
	background: url(images/bg_login_red.png);
	border:none;
	width:57px;
	height:21px;
	font-size:11px;
	float:left;
	margin: 5px 0 5px 5px;
	font-weight: bold;
	color:#FFF;
	line-height:21px;
	cursor: pointer;
	display:block;
	outline: none;
	padding:0px 0px 2px 0;
}

#bg_center_content #header form input[name=remember]{
	margin: 0 0 5px 5px;
}

#bg_center_content #header form .reg{
	background: url(images/bg_login_green.png);
	border:none;
	width:76px;
	height:20px;
	font-size:11px;
	float:left;
	margin: 5px 0 5px 5px;
	font-weight: bold;
	color:#FFF;	
	line-height:21px;
	text-align:center;
	padding-top:1px;
}

#bg_center_content #header form .remember{
	font-size:11px;
	margin: 0 0 5px 5px;
	color:#333;
	line-height:18px;
}

#bg_center_content #header .breadcrumb{
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	line-height:30px;
	font-size:11px;
}

#bg_center_content #header .breadcrumb a{
	font-weight: bold;
}

#bg_center_content #header, #bg_center_content #content {
	margin:20px;
}

#bg_center_content #content2 {
	margin:20px;
}


#bg_center_content #content {
	margin-right:240px;
}

#bg_center_content #sidebar {
	position: absolute;
	right: 20px;
	top: 140px;
	width: 200px;
}

#bg_center_content #sidebar h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 10px;
	color: #8c1602;
}

#bg_center_content #sidebar .side_block_top {
	background: url(images/bg_sidebar_top.gif) no-repeat;
	height:6px;
	width:200px;
}

#bg_center_content #sidebar .side_block {
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	width:168px;
	padding:15px;
	font-size:12px;
}

#bg_center_content #sidebar .side_block ul li{
	line-height: 18px;
	list-style:none;
}

#bg_center_content #sidebar .side_block_bottom {
	background: url(images/bg_sidebar_bottom.gif) no-repeat;
	height:6px;
	width:200px;	
}

#footer {
	background: #555 url(images/bg_left.jpg) repeat;
	margin-left:6px;
	font-size:12px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}

#footer a {
	text-decoration: underline;
	color:#FFF;
}

#footer img {
	border: none;
}

.contentpaneopen {
	margin-right:20px;
}

.contentpaneopen  h1{
	font-size:14px;
	line-height:24px;
}


.contentpaneopen, .contentpane, .gallery, #mqcontacts, .blog_more, #qcontacts{
	font-size: 12px;
	line-height:18px;
}



.contentpaneopen ul, .contentpaneopen ol, .contentpane ul, .contentpane ol, .blog_more ul, form ul{
	font-size:12px;
	margin-left: 30px;
	margin-bottom:16px;
}


.contentpaneopen img {
	border: 2px solid #ccc;
	padding:2px;
	margin: 4px;
}

.jce_caption {
	border-bottom: 2px solid #ccc;
}

.contentpaneopen .buttonheading img, .hasTip img{
	border: none;
	padding: 0;
	margin: 0;
}

.contentheading {
	font-size: 16px;
	font-weight: bold;
	line-height:24px;
}

.contentheading a{
	color: #000;
}

.componentheading{
	font-weight: bold;
	border-bottom:4px solid #ccc;
	padding-bottom:3px;
	margin-bottom:15px;
}

.sectiontableheader{
	font-weight: bold;
	font-size:14px;
}

.contentheading a:hover{
	color: #000;
	text-decoration:underline;
}

.createdate, .modifydate {
	font-size:11px;
	color:#999;
}

.mod_login {list-style: none;}

.pagination {
	text-align: center;
	padding-bottom: 30px;
}

.pagination a, .pagination span {
	margin-left:3px;
	background:#eee;
	border:1px solid #ccc;
	padding:3px 5px; 
	font-size: 12px;
}

.pagination a:hover{
	background:#8c1602;
	border:1px solid #8c1602;
	color:#FFF;
}



fieldset, .input {
	font-size: 12px;
}

fieldset legend, fieldset .adminform, .input p, .input input.button {
	margin: 10px;
}

#ja-banner {
	clear: both;
	margin: 20px 0;
	
	}
	
td
{
	vertical-align: top;
	font-size: 12px;
}
	

.limit
{
	padding: 10px;
}


.counter
{
	padding: 10px;
}

tr.sectiontableentry1 td {
}

tr.sectiontableentry2 td {
	background: #ECECEC;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #FFFFCC;
}






/* +++++++++++++++++ articleinfo /actions  +++++++++++++++++++++++++++  */

ul.actions {
	list-style-type: none;
	text-align: right;
	line-height:12px;
}
ul.actions a {padding:0}
ul.actions  li {
	display: inline
}

.article-info-term {
	display: none
}

.article-info {
	overflow: hidden;
	font-size: 11px;
	padding-bottom: 10px;
}

.article-info dd {
	float: left;
	padding: 0 5px;
	border-right: solid 1px #ccc
}

.article-info dd span {
	text-transform: none;
	display: inline-block;
	padding: 0 5px 0 0px;
	margin: 0 10px 0 0px;
}

.article-info dd.create {
	clear: left
}




.items-leading {
    padding: 0 5px 10px 5px;
    overflow: hidden;
    margin-bottom: 10px
    border-bottom: 4px solid #ccc;
}



.page-header{
	font-weight: bold;
	border-bottom:4px solid #ccc;
	padding-bottom:3px;
	margin-bottom:15px;
	font-size: 10px;
}


.item-title a{
	font-size: 13px;
	font-weight: bold;
}






/* ++++++++++++++  blog  ++++++++++++++ */

.cols-1 {
    display: block;
    float: none !important;
    margin: 0 !important;
}

.cols-2 .column-1 {
    width: 46%;
    float: left;
}

.cols-2 .column-2 {
    width: 46%;
    float: right;
    margin: 0
}

.cols-3 .column-1 {
    float: left;
    width: 29%;
    padding: 0 5px;
    margin-right: 4%

}

.cols-3 .column-2 {
    float: left;
    width: 29%;
    margin-left: 0;
    padding: 0 5px
}

.cols-3 .column-3 {
    float: right;
    width: 29%;
    padding: 0 5px
}

.items-row {
    overflow: hidden;
    margin-bottom: 10px !important;
    border-bottom:4px solid #ccc;
}

.column-1,
.column-2,
.column-3 {
    padding: 10px 5px
}

.column-2 {
    width: 55%;
    margin-left: 40%;
}

.column-3 {
    width: 30%
}

.blog-more {
    padding: 10px 5px
}



.moduletable {
/*	background: url(images/bg_sidebar_top.gif) no-repeat; */
}


h2{
	font-size:16px;
	line-height:1px;
}


.control-label {
	font-size: 12px;
}



#form-login-submit button{
	background:url(images/bg_search_button.png) 0 0;
	width: 52px;
	height: 27px;
	line-height:27px;
	border: none;
/*	float:left; */
	color:#FFF;
/*	font-size:12px;
	padding-bottom:5px; */
}


#login-form button{
	background:url(images/bg_search_button.png) 0 0;
	width: 100px;
	height: 27px;
	line-height:27px;
	border: none;
/*	float:left; */
	color:#FFF;
/*	font-size:12px;
	padding-bottom:5px; */
}







tr.cat-list-row0 td {
}

tr.cat-list-row1 td {
	background: #ECECEC;
}

tr.cat-list-row0:hover td,
tr.cat-list-row1:hover td {
	background: #FFFFCC;
}



span.contact-category {
	padding-bottom: 10px;
}





/* +++++++++++++++++++  Contact Form +++++++++++++++++++++++++++++++++ */

.contact {
	bottom-padding: 20px;
}

.panel .contact-form,.panel .contact-miscinfo {
	padding: 10px
}

.contact .panel .contact-form form,.contact .panel .contact-address {
	margin: 20px 0 0 0
}

textarea,.contact-form input[type="text"],.contact-form input[type="email"],.contact-form textarea
	{
	width: 80%;
	border: solid 1px;
	-moz-box-sizing: border-box;
	border: 1px solid #DDDDDD;
	color: #333333;
#	overflow: auto;
#	padding: 5px;
	vertical-align: top;
}

#jform_contact_email_copy-lbl,#jform_contact_email_copy {
	float: left;
	margin-right: 10px;
	border: 0
}

#contact-form button.btn {
	background:url(images/bg_search_button.png) 0 0;
	width: 52px;
	height: 27px;
	line-height:27px;
	border: none;
	float:left;
	color:#FFF;
	font-size:12px;
	padding-bottom:5px;
}

fieldset.filters {
	background: none;
	border: none;
	padding: 0
}

.contact-form,.contact-links,.contact-misc,.contact-image,.contact-contactinfo,.contact-address
	{
	margin: 20px 0











/* System Messages */

.error
{
	padding:0px;
	margin-bottom: 20px;
}

.error h2
{
	color:#000 !important;
	font-size:1.4em !important;
	text-transform:uppercase;
	padding:0 0 0 0px !important
}

#system-message dt
{
	font-weight: bold;
}
#system-message dd
{
	margin: 0 0 15px 0;
	font-weight: bold;
	text-indent: 0px;
	padding:0
}
#system-message dd ul
{
	color: #000;
	list-style: none;
	padding: 0px;
}
#system-message dd ul li
{
	line-height:1.5em
}

/* System Standard Messages */
#system-message dt.message
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.message  ul
{
	background: #fff  url(../images/system/notice-info.png) no-repeat;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border: 2px solid #90B203;
	border-radius:10px
}

#system-message dd.message ul li{background:none !important}

/* System Error Messages */
#system-message dt.error
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.error ul
{
	background:#fff url(../images/system/notice-alert.png) no-repeat ;
	padding-left:40px;
 	padding: 10px 10px 10px 40px;
	border: 2px solid #990000;
	border-radius:10px

}



/* System Notice Messages */
#system-message dt.notice
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.notice  ul
{
	background:#fff url(../images/system/notice-note.png) no-repeat ;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border: 2px solid #FAA528;
	border-radius:10px

}
#system-message dd.notice ul { color: #000;margin:10px 0 }

#system-message
{
	margin-bottom: 0px;
	padding: 0;
}

#system-message dt
{
	font-weight: bold;
}

#system-message dd
{
	font-weight: bold;
	padding: 0;
}


.tip-wrap { background:#FEFDE2; font-size:0.8em ; padding:5px; border:solid 1px #ddd; border-radius:3px; box-shadow: 0 1px 5px #ccc }
.tip-title {font-weight:bold}

#all #upload-flash ul li a:hover,
#all .item a:hover span {
	background:#095197;
	color:#fff;
}


.nav-child {
	background-color: #a1b2c3;
}



