@charset "UTF-8";
/*@import url("../webfonts/Gotham_Book/stylesheet.css");*/
.agent_white{ 
    color: white;
    font-size: 1.3em;
}

.agent_white a{
    color:white;
    font-size: 1.3em;
}

.agent_white a:hover{
    color:red;
    font-size: 1.3em;
}
#contents{
    width: 80%;
    margin: 0 auto;
}
#contents #content-out {
	/*padding-top: 30px;*/
/*      border: thin solid yellow;
      opacity: 0.5;*/
  filter: alpha(opacity=50);
}
#contents #content-out #profile {
	/*float: left;*/
	/*width: 33%;*/
	min-height: 500px;
	background-image: url(../../../imaging/transparentbg.png);
}

#contents #content-out #profile h3 {
	display: block;
	padding: 16px;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
		border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}
#contents #content-out #prob {
	/*float: left;*/
/*	width: 62%;
	margin-left: 4%;*/
	/*padding-top: 55px;*/
}
#contents #content-out #prob a {
	text-decoration: none;
	display: block;
	/*float: left;*/
	background-color: #FFF;
	/*padding: 2%;*/
	/*width: 19%;*/
	margin: 1%;
	text-align: center;
	font-size: 12px;
	color: #333;
	min-height:140px;
        -webkit-border-radius: 15px;
	-webkit-transition: all 0.25s ease-in-out 0.1s;
	-moz-transition: all 0.25s ease-in-out 0.1s;
	-ms-transition: all 0.25s ease-in-out 0.1s;
	-o-transition: all 0.25s ease-in-out 0.1s;
	transition: all 0.25s ease-in-out 0.1s;
}
#contents #content-out #prob .roundcss:hover {
	background-color: #CCC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-transition: all 0.3s ease-in-out 0.07s;
	-moz-transition: all 0.3s ease-in-out 0.07s;
	-ms-transition: all 0.3s ease-in-out 0.07s;
	-o-transition: all 0.3s ease-in-out 0.07s;
	transition: all 0.3s ease-in-out 0.07s;
}
#contents #content-out #prob a img {
	/*margin-bottom: 12px;*/
}
#menus {
	width: 0%;
	background-color: #666;
	float: left;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out 0.2s;
	-moz-transition: all 0.5s ease-in-out 0.2s;
	-ms-transition: all 0.5s ease-in-out 0.2s;
	-o-transition: all 0.5s ease-in-out 0.2s;
	transition: all 0.5s ease-in-out 0.2s;
}

.txt {
	display: block;
	background-color: #CCCCCC;
	width: 92%;
	border: 1px solid #EEEEEE;
	padding: 3.5%;
        padding-top:2%;
        padding-bottom:2%;
	margin-bottom: 22px;
	/* [disabled]color: #FFF; */
}
/*.clr {
	clear: both;
}*/
.wrapper {
	margin: auto;
	width: 100%;
        background-color: transparent;
        /*background: rgba(238, 238, 238, 0.3);*/
}
.roundcss {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
        
}

#grid{
    border: thin solid #CCCCCC;
}
.mtable{
    padding: 1em;
}
#contents #content-out .profile {
	float: left;
	width: 31%;
	height:580px;
        overflow:auto;
	background-image: url(../../../imaging/transparentbg.png);
	margin: 1%;
}
#contents #content-out .profile h3 {
	display: block;
	padding: 16px;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
		border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}

.summary {
	float: left;
	width: 100%;
        min-height: 600px;
	/*height:580px;*/
        overflow:auto;
	background-image: url(../../../imaging/transparentbg.png);
	margin: 1%;
}
 .summary h3 {
	display: block;
	padding: 16px;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
		border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}

 .summary .title {
	display: block;
	padding: .8em;
	background-color: #FFF;
	border-bottom-width: .2em;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	font-size: 1.3em;
	line-height: 1.5;
		border-top-left-radius: 0.3em;
	border-top-right-radius: 0.3em;
	-moz-border-radius-topright: 0.3em;
	-moz-border-radius-topleft: 0.3em;
	-webkit-border-top-right-radius: 0.3em;
	-webkit-border-top-left-radius: 0.3em;
}

.l_register {
	float: left;
	width: 100%;
        min-height: 400px;
	/*height:580px;*/
        overflow:auto;
	background-image: url(../../../imaging/transparentbg.png);
	margin: 1%;
}

.l_register h3 {
	display: block;
	padding: 16px;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
		border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}



#contents #content-out .profile_wide { 
        margin: auto;
	width: 100%;
	min-height:500px;
	background-image: url(../../../imaging/transparentbg.png);
        /*margin: 10px 10px 10px 10px;*/
	/*margin: 1%;*/
}
#contents #content-out .profile_wide h3 {
	display: block;
	padding: 16px;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
        border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}

#contents #content-out .profile_mid h3 {
	display: block;
	padding: 16px;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	font-size: 18px;
	line-height: 22px;
		border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
}


#contents #content-out .profile_mid {
/*	float: left;*/
        margin: auto;
	width: 30%;
	min-height:500px;
	background-image: url(../../../imaging/transparentbg.png);
        /*margin: 10px 10px 10px 10px;*/
	/*margin: 1%;*/
      
}

#breadcrumb{
    margin: auto;
    padding: 1%;
    padding-bottom: 0px;
    width: 98%;
    /*background-color: white;*/
}
#breadcrumb a{
    color: #fff;
}

.just_white{
    color:white;
}

.just_white a{
    color:white;
}

.just_white a:hover{
    color:blue;
}

.box_fmt {
    /*border: thin solid red;*/ 
    min-height:7em; 
    color:white; 
    padding-top:.2em;
    /*vertical-align: middle;*/
/*    margin-top: 1em;*/
}

.fmt012{
    /*padding-top: 2em;*/
    /*border: thin solid red;*/
}