/*      */
/* MENU */
/*      */

img {
     border: none;
}

td {
    font-size: 10pt;
}

a { color: red; text-decoration: none}

a:hover {
	color: #b40f0f;
}

a:active {
	color: #b40f0f;
	font-weight: bold;
}

/*Background*/

.moduletable_menu a{
	color: black;
         padding: 20px 20px;

}
/*Header*/
.moduletable_menu th{
	font-size: 12pt;
         width: 100%;
         text-align: left;
         padding: 20px 0px 0px 20px;
         
                
          
}

/* Text */
.mainlevel{
         text-decoration: none;
         line-height: 170%;

}

.topmenu a {
         color: gray;

}

/*        */
/*ARTICLES*/
/*        */

/*Page Title*/
.componentheading {
	padding: 40px 0px 0px 0px;
	text-align: left;
	color: #b40f0f;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;	
}

/* Article Title text */
.contentheading {
	padding: 40px 0px 20px 0px;
	text-align: left;
	color: #000000;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;
}

/* Article title*/
.contentpaneopen {
	text-align: left;
	line-height: 120%;
}


.blog {
       width: 470px;

}


/* Author */
.small {
	text-align: left;
	font-size: 80%;
	color: gray;
	line-height: 80%;
}

/*Published date*/
.createdate{
	text-align: left;
	font-size: 80%;
	color: gray;
	line-height: 80%;
}

/* displaying modified date*/
.modifydate{
	
	font-size: 80%;
	text-align: right;
	color: red;
}

/* page Navigation (at the bottom) */
.pagenav {
	font-size: 10pt;
	font-weight: bold;
}

/*               */
/* MODULE STYLES */
/*               */

.module_body {
	vertical-align: top;
}

.input {
	border: none;
         
}

.inputbox {
	}

/* Module's box */
.moduletable {
         text-align: left;
         width: 100%;
         padding: 20px 20px 0px 50px;
}

.moduletable th {
        text-align: left;
}

.moduletable li {
	list-style: none;
         font-size: 10pt;
        
}

.moduletable a {
	list-style: none;
         font-size: 10pt;
         color: black;
         font-weight: bold;
        
}


.button {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image:url('../images/template/btn.png');
         text-align: left;
         padding: 0px 0px 0px 14px;
	border: none;
	height: 20px;
	width: 100%;
         color: white;
         font-wight: bold;
         font-size: 10pt;
}