/*profile-content*/
#profile-content table{
    border-collapse:collapse;
}
#profile-content{
    font:verdana;
}
#profile-content #profile-about-container{
    padding-top: 20px;
    padding-left:5px;
    width:500px;
}
#profile-content #profile-files-container{
    width:500px;
}
#profile-content #profile-news-container-sub, #profile-content #profile-stats-container-sub{
    margin-top:15px;
}
#profile-content #news-path, #profile-content #stats-path{
    margin-right:10px;
}
#profile-content-files-breadcrumb{
    margin-bottom:5px;
}
#profile-content-files-breadcrumb a{
	color: #344c77;   
    text-decoration:underline;
}
#profile-content-left{
  position:relative;  
}
#profile-content h1{
	font-size: 25px;
	color: #344c77;   
	margin-bottom: 10px;
	margin-left:3px;
	padding-bottom:3px;
    border-bottom:1px solid #efefef;
    font-weight:normal;
}
#profile-content h2{
    font-weight:normal;
    border-bottom:1px solid #ccc;
    font-size:19px;
    margin:10px 0 10px 0;
}
#profile-content h3{
    font-weight:normal;
    margin:5px 0 5px 0;
}
#profile-content h4{
    font-weight:normal;
    font-size:13px;
    margin:5px 0 5px 0;
}

#profile-content #message{
    display:block;
    height:25px;
    width:47px;
    position:absolute;
    top:157px;
    left:15px;
    cursor:pointer;
    background:url(../../default-resources/javascript/ext/resources/images/default/s.gif) no-repeat top left;
}
#profile-content #email{
    display:block;
    height:25px;
    width:47px;
    position:absolute;
    top:157px;
    left:64px;
    cursor:pointer;
    background:url(../../default-resources/javascript/ext/resources/images/default/s.gif) no-repeat top left;
}
#profile-content #alert{
    display:block;
    height:25px;
    width:50px;
    position:absolute;
    top:157px;
    left:113px;
    cursor:pointer;
    background:url(../../default-resources/javascript/ext/resources/images/default/s.gif) no-repeat top left;
}
#profile-content #avatar{
    display:block;
    position:absolute;
    top:10px;
    left:17px;
}
#profile-content .post{
    margin-bottom:35px;
}
#profile-content .post h2{
 	color: #344c77;      
}
#profile-content .post-date{
    margin-top:-7px;
    font-size:10px;
}
#profile-content .post-content{
    margin-top:10px;
}
#profile-content .basic{
    margin:0 0 0 20px;
}
#profile-content .basic li{
    margin:0 0 7px 0;
    font-size:15px;
}
#profile-content .filter-container{
    height:25px;
}
#profile-content .filter{
    padding-bottom:15px;
}
#profile-content .filter{
  	color: #344c77;      
    text-decoration:underline;
}
/* statgrid */
.statgrid{
    border:1px solid #cccccc;
    width:100%;
    margin-bottom:7px;
    font-size:11px;
}
.statgrid td, .statgrid th{
    padding: 5px;
    margin:20px;
    border-bottom:1px dotted #cccccc;
}
.statgrid th {
    background:#f7f9fa;
    text-align:left; 
    font-weight:bold;
}
.statgrid .even {
    background-color:#fff;
}
.statgrid .odd{
    background-color:#f7f9fa;
}
.statgrid select{
    margin:0px;
    padding:0px;
}
/*general*/
.hidden{
    display:none;
}
.right{
    text-align:right;
}
.pointer{
    cursor:pointer;
}
#loading{
    background-color:#fff;
    padding:3px;
    width:72px;
    position:fixed;
    top:0px;
    right:0px;
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius:0 0 0 5px;
}
/* tabs */
.tabs {float:left;width:100%;border-bottom:1px solid #f0f0f0;line-height:normal;margin-bottom:10px;}
.tabs ul{margin:0;padding:5px 10px 0 0;list-style:none;}
.tabs li{display:inline;}
.tabs a{float:left;background:url("../../default-resources/images/tableftB.gif") no-repeat left top;padding:0 0 0 4px;text-decoration:none;}
.tabs a span {float:left;display:block;background:url("../../default-resources/images/tabrightB.gif") no-repeat right top;padding:5px 15px 4px 6px;color:#666;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabs a span {float:none;}
/* End IE5-Mac hack */
.tabs a:hover span {color:#042542;}
.tabs a:hover{background-position:0% -42px;}
.tabs a:hover span{background-position:100% -42px;}
.tabs a.currentTab{background-position:0% -42px;}
.tabs a.currentTab span{background-position:100% -42px;}

/* dropmenu */
.dropmenu{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    background:#f2f2f2;
    border:solid 1px #c4c4be;
    overflow:hidden;
    padding:5px 0px;
    margin-top:0px;
    z-index:9999;
    text-align:left;
}
.dropmenu a{
    text-decoration:none;
    display:block;
    margin:0 2px;
    padding:5px 15px;
    text-decoration:none;
    color:#333333;
    border:1px solid #f2f2f2;
}
.dropmenu a:hover{
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    background:#3a4763;
    color:#fff;
    text-decoration:underline;
    border:1px solid #1d2944;
}
.dropmenu .separator{
    border-bottom: 1px solid #cccccc;
    padding-bottom:2px;
    margin:0px 0px 3px 0px;
}
/*end dropmenu*/

.gt-list-table2 {
	width: 100%;

}
.gt-list-table2 th {
    background:#c9c9c9; 
	font-size: 123.1%;
	padding: 10px;
	color: #333;
	font-weight:normal;
}
.gt-list-table2 th.gt-first {
    -webkit-border-radius:7px 0 0 0;
    -moz-border-radius:7px 0 0 0;
}
.gt-list-table2 th.gt-last {
	-webkit-border-radius:0 7px 0px 0px;
    -moz-border-radius:0 7px 0px 0px;
}
.gt-list-table2 th a{
    color:#fff;
}
.gt-list-table2 tbody td {
	padding: 7px 10px;
	/*border-bottom: 1px solid #dfdfdf;*/
	color: #333;
}
.gt-list-table2 tbody tr.odd{
    background-color:#f7f9fa;
}

/* Default Table Columns */
.gt-list-table td {
	width: auto;
}
.gt-list-table th.gt-table-col-checkbox {
	width: 20px;
}

/* Default List Table */
.gt-list-table {
	width: 100%;

}
.gt-list-table th {
	background: #333 url(../../default-resources/images/theme/backgrounds.gif) repeat-x 0 0;
	font-size: 123.1%;
	padding: 10px;
	color: #fff;
	font-weight:normal;
}
.gt-list-table th.gt-first {
	background:#333 url(../../default-resources/images/theme/backgrounds.gif) repeat-x 0 0;
    -webkit-border-radius:7px 0 0 0;
    -moz-border-radius:7px 0 0 0;
}
.gt-list-table th.gt-last {
	background: #333 url(../../default-resources/images/theme/backgrounds.gif) repeat-x 0 0;
	-webkit-border-radius:0 7px 0px 0px;
    -moz-border-radius:0 7px 0px 0px;
}
.gt-list-table th a{
    color:#fff;
}
.gt-list-table tbody td {
	padding: 7px 10px;
	/*border-bottom: 1px solid #dfdfdf;*/
	color: #333;
}
.gt-list-table tbody tr.odd{
    background-color:#f7f9fa;
}
.odd,.even{
    border-bottom:1px solid #dfdfdf;
}
.gt-table-buttons {
	margin: 10px 0 20px 0;
}
/* Default Table Columns */
.gt-list-table td {
	width: auto;
}
.gt-list-table th.gt-table-col-checkbox {
	width: 20px;
}
/*sidepod*/
.sidead{
   	margin:17px 0 0px 20px;
	padding:15px 0; 
}
.sidepod {
    background: url(../../default-resources/images/theme/sidenav_fade.png) no-repeat 0 0;
	margin:17px 0 10px 0;
	padding:15px 0;
	width:180px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	background-color:#f3f3f3;
}
.sidepod .info{
    margin:0 20px;
    line-height:20px;
}
.sidepod li {
	display:block;
	margin:0 10px;
}
.sidepod li.message{
    line-height:25px;
}
.sidepod li a, .sidepod li a:visited {
	display:block;
	color:#104281;
	padding:5px 5px 5px 10px;
	margin:0 0px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.sidepod li a:hover, .sidepod li a:focus {
	color:#222;
	text-decoration:none;
	background-color:#f8f8f8;
	}
.sidepod h1{
    font-size:17px;
    color:#333;
    margin:0 0 5px 18px;
}
.snippet{
    text-align:left;
    width:505px;
    padding: 15px 15px 15px 15px;
}

/* @group Forms */
/* Default Form */
.gt-form {}
.gt-form-select{
    background-color:#efefef;
    font-size:108%;
	border: 1px solid #aaa;
}
.gt-form .gt-form-text, .gt-form .gt-form-textarea {
	border: 1px solid #aaa;
/*	background-color: #e8e9ec;*/
    background-color:#e8e9ec;
	padding: 1%;
	font-size: 108%;
	width: 98%;
}
.gt-form label {
	font-size: 116%;
	color: #454545;
	display: block;
	margin-bottom: 3px;
}
.gt-form option {
	font-size: 108%;
}
.gt-form .gt-form-row {
	margin-bottom: 10px;
}

/* Auto clear the form row */
.gt-form .gt-form-row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.gt-form-row {display: inline-block;}

/* Hides from IE-mac \*/
* html .gt-form-row {height: 1%;}
.gt-form-row {display: block;}
/* End hide from IE-mac */
/* End auto clearing the form row */

.gt-form .gt-form-row-inline {
	clear: left;
}
.gt-form .gt-form-row-inline label {
	width: 30%;
	margin-right: 4%;
	padding: 1% 0;
	float: left;
	display: inline;
}
.gt-form .gt-form-element-label {
	font-size: 93%;
	margin-bottom: 5px;
	padding-left: 3px;
}
.gt-form .gt-form-note {
	font-size: 93%;
	margin: 0 0 5px 0;
	font-style: italic;
	color: #666666;
}
.gt-form .gt-form-row-inline .gt-form-text {
	width: 63%;
}
.gt-form .gt-form-radio, .gt-form .gt-form-checkbox {
	margin-right: 3px;
}
.gt-form .gt-submit-btn {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
}
.gt-form .gt-cancel {
	line-height: 31px;
}
.gt-error {
	background-color: #cc0000;
	padding: .5em;
	color: #fff;
	margin-bottom:5px;
}
.snippet h3 {
	font-size: 21px;
	color: #344c77;   
	margin-bottom: 10px;
    font-weight:normal;    
}
/* paging */
.paging, .current_page{padding:3px 6px;margin-right:3px;text-decoration:none;}
.paging{border:1px solid #ccc;height:20px;color:#333;}
a.paging{color:#666;text-decoration:none;}
a.paging:hover{color:#333;border:1px solid #344c77;}
.current_page{border:1px solid #344c77;background-color:#344c77;color:#fff;}