/* CSS Document */

body{
	font-family: 'Poppins', sans-serif;
	font-size:13px;
	color:#7d7d7d;
}
body {
  font-family: 'Poppins', sans-serif;
}

h1{
margin:0px;
padding:0px;
font-size:18px;
color:#87A858;
}

h3{ /*topic title*/
	color:#AEA62B;
	display:block;
	margin-top:5px;
	font-family:verdana;
	font-weight:bold;

}
h3ul{
	list-style-image:url(../images/bullet_arrow.gif); 
	margin-left:14px; padding-left:0px;
}
.bg_top{
	background-image:url(../images/bg_top.jpg);
	background-repeat:repeat-y;
	background-position:top;
}
.bg_bottom{
	background-image:url(../images/bg_bottom.jpg); 
	background-repeat:repeat-x; 
	background-position:top;
	background-color:#e3eff4;
}

.UIWidth{
/* Overwrite UI Width */

}

.redBar{
	background-image:url(../images/red_round_l.gif);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#d23b4c;
	border-bottom:3px solid #aea62b;
	padding-left:30px;
	font-size:18px;
	font-family:verdana;
	color:#FFFFFF;
}
.redBar2{
	background-color:#d23b4c;
	border-bottom:3px solid #aea62b;
	border-right:1px solid #edb1b7;
	padding-right:10px;
	text-align:right;
	color:#FFFFFF;
	font-weight:bold;
	
}

.redBar3{
	background-color:#d23b4c;
	border-bottom:3px solid #aea62b;
	text-align:right;
	vertical-align:bottom;
	
}
.white_round_bl{
	height:6px;
	background-color:#FFFFFF;
	background-image:url(../images/white_border_b.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.blue_round_br{
	background-color:#7196a3;
	background-image:url(../images/blue_border_b.gif);
	background-repeat:repeat-x;
	background-position:bottom;

}
.rightPanel{
	background-image:url(../images/right_panel_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#70a8bc;
}

.rightMenu{
	padding-right:15px;
	padding-left:15px;
}
.rightMenu a{
	display:block;
	text-align:right;
	padding:6px;
	border-bottom:1px solid #8dbacb;
	color:#FFFFFF;
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	padding-right:0px;
}
.rightMenu a:hover{
	background-color:#8fc2d5;
	padding-right:10px;
	color:#FF0000;
	background-image:url(../images/arrows.gif);
	background-repeat:no-repeat;
	background-position:5%;	
}


/* client list */
.row_rb td{
	border-right:1px solid #b7d3dd;
	border-bottom:1px solid #b7d3dd;
	padding-left:5px;
}
.row_rb td td{
	border:0px;
	font-family:tahoma;
	font-size:11px;
}
.copyright{
	font-family: 'Poppins', sans-serif;
	color:#5b5b5b;
	font-size:11px;
}

.linkBtn{
	display:block;
	padding-left:10px;
	padding-right:10px;
	background-color:#70AAC0;
	width:100px;
	padding:10px;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	border:1px solid #7DBED6;
	
}



.software-links > div:first-child{
    padding-top: 20px!important;
}

.software-links > div{
    padding-top: 0px!important;
}

.linkBtn {
    padding: 8px;
}

.software-links a{
    font-size: 11px;
}

