.forumThreadsFooter{
    padding-right: 10px !important;
    padding-bottom: 5px !important;
}

.forumThreadsHeader{
    font-style: italic; 
}

.forumMessage td{
    padding-left: 5px;
}

.forumActionRow td{
    //padding-left: 5px;
}

.forumNavigation td{
    padding-left: 3px;
}

.forumSubFolder{
}

.forumHidden{
	display: none;
}

.forumNavArrow{
    margin-left: 4px;
    margin-right: 6px;
}

.forumNavPageLinkCurrent,.forumNavPageLinkCurrent:link,.forumNavPageLinkCurrent:visited{
    background-color: #3b5998;
    color: white;
    font-weight: bold;
}

.forumNavPageLink,.forumNavPageLink:link,.forumNavPageLink:visited{
    display: inline-block;
    width: 10px;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
}

.forumNavInactive{
    background-position: 0px -32px !important;
}
.forumNavInactive:hover{
    cursor:default !important;
    background-position: 0px -32px !important;
}


.forumNavLink:hover{
	background-position: 0px -16px;
}

.forumNavFirst{    
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image:url(../images/first.png);
    background-repeat:no-repeat;
}

.forumNavPrev{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image:url(../images/prev.png);
    background-repeat:no-repeat;
}

.forumNavNext{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image:url(../images/next.png);
    background-repeat:no-repeat;
}

.forumNavLast{
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image:url(../images/last.png);
    background-repeat:no-repeat;
}

.forumNavFirst:hover,.forumNavNext:hover,.forumNavLast:hover,.forumNavPrev:hover{
    text-decoration: none;
}


.forumNewThreadLink{
    float: right;
    display: inline-block;
    border-top: 1px solid #29447e;
    border-bottom: 1px solid #d9d9d9;
    margin-right: 10px;
    padding: 0px;
    width: 80px;
}


.forumThreadH1Wrapper{
	display: inline-block;
	float: left;
	font-size: 18px;
	margin-bottom: 0px;
}

.forumThreadH1Wrapper h1{
	
}

.forumThreadNavigator {
	padding-right: 5px;
	padding-left: 5px;
}



.forumContent {width: 500px;}
.no-overflow {//overflow: hidden;}
.newThread {
	color:#333333;
	direction:ltr;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	text-align:left;
	width: 495px;
}
.newThreadForm{
	border:1px solid #cccccc;
	background-color: #f2f2f2;
	display: block;
	padding:5px;
}

.newThreadFormInput {
	border: 1px solid #bdc7d8;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 465px;
	color: #777777;
	padding: 3px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:11px;
	background-color: white;
}
.threadNavigator{
	background-color: #ffffff;
	text-align: right;
	padding: 3px;
}


//ui-widget-header ui-corner-all ui-helper-clearfix

.ui-dialog-titlebar {
	border-bottom: 0 px;
}

.ui-dialog-title {
	padding-left: 5px;
	color:#808080;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}

.forumPostIcon{
	display: block;
}

div.forumPostIcon{    
	height:32px;
	width:32px;    
	margin:10px;
    	padding:0px;
	overflow:hidden;    
    	float:left;
    	width: 50px;
    	height: 50px;
}
.forumFolderIcon{    
	height:32px;
	width:32px;    
	margin:10px;
    	padding:0px;
	background-image:url(../images/folder-32.png);	
	background-repeat:no-repeat;
	overflow:hidden;    
    	float:left;    	
}
.forumFolderOpenIcon{    
	background-position: 0px -32px !important;
}
div.forumSubFolderIcon{    
	height:32px;
	width:32px;    
	margin:10px;
	margin-left: 30px;
    	padding:0px;
	background-image:url(../images/folder-32.png);	
	background-repeat:no-repeat;
	background-position:0px 0px;
	overflow:hidden;    
    	float:left;
}
div.forumThreadIcon{    
	height:32px;
	width:32px;    
	margin:10px;
    	padding:0px;
	background-image:url(../images/text-file-icon-32.png);	
	background-repeat:no-repeat;
	background-position:0px 0px;
	overflow:hidden;    
    	float:left;
}

.forumPostContent{
	display: block;
	margin-top: 5px;
}

.forumContent{
    direction:ltr;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-size:11px;
    text-align:left;
    margin: 0px;
    padding: 0px;
    width: 500px;
}

.forumForums{
    width: 100%;
    border-collapse: collapse; 
}

.forumPosts{
    width: 100%;
    border-collapse: collapse; 
}
.forumThreads{
    width: 100%;
    border-collapse: collapse; 
}

.forumForums tr td{
    border-top:1px solid #EDEDED;
    padding-top: 5px;
    padding-bottom: 5px;
}	

.forumPosts tr td{
    border-top:1px solid #EDEDED;
    padding-top: 5px;
    padding-bottom: 5px;
}

.forumThreads tr td{
    border-top:1px solid #EDEDED;
    padding-top: 5px;
    padding-bottom: 5px;
}

.forumActionRow{

}

.forumForumTitle{
    margin-top: 5px;
    display: block;
    font-weight: bold;
}

.forumForumText{
    margin-top: 5px;
}

.forumThreadText{
    margin-top: 5px;
}

.forumThreadTitle{
    margin-top: 5px;
    display: block;
    font-weight: bold;
}

.forumPostCell{
    border-right:0px;
    padding: 5px;
    //padding-top: 10px;
    //padding-bottom: 10px;
    margin-left: 10px;
}

.forumPostAuthor {
    font-weight:bold;
    color:#3B5998;
    cursor:pointer;
    text-decoration:none;
    font-size:11px;
    //display: inline-block;
}

.forumPostText{
    //display: inline-block;
}

.forumPostActions {
    margin-top: 10px;
    color:#808080;
}

.forumHeader th{
    text-align: left;
    font-weight: normal;
}

.forumNewThreadLink{
    float: right;
    display: inline-block;
    border-top: 1px solid #29447e;
    border-bottom: 1px solid #d9d9d9;
    margin-right: 10px;
    padding: 0px;
    width: 80px;
}

.forumNewThreadTextWrapper{
    display: block;
    color: white;
    font-weight: bold;
    border-left: 1px solid #29447e;
    border-right: 1px solid #29447e;
    border-top: 1px solid #8a9cc2;
    border-bottom: 1px solid #1a356e;
    padding: 3px;
    background-color: #637bad;
    text-align: center;
    vertical-align: middle;
}

.forumNewThreadLink:hover{
    text-decoration: none;
    color: white;
}

