﻿/* background color for the content part of the pages */


.ControlPanel, .PagingTable
{
    width: 100%;
    background-color: #FFFFFF;
    border: #003366 1px solid;
}


/* text style used for help text rendered by modules */
.Help
{
    border: black 1px solid;
    padding: 2px;
    background-color: #ffff99;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{
    text-decoration: underline;
    color: #003366;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: #ff0000;
}




/* button style for standard HTML buttons */
.StandardButton
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 11px;
    background: #dddddd;
    color: #000000;
}




/*Edit In Place Tool Bar Classes*/
.eipbackimg
{
    border: outset 1px; /*give toolbar a 3D look*/
    position: absolute; /*needed so it doesn't take up space */
    margin-top: -22px; /*specify toolbar to be just above text */
    white-space: nowrap; /* makes toolbar horizontal */
    background: url(../../images/eip_toolbar.gif);
    background-color: #99cccc;
    background-repeat: repeat-x;
    height: 22px;
}

.eipbuttonbackimg
{
    width: 21px;
    height: 21px;
    cursor: pointer; /*change mouse to pointer when hover over button*/
    float: left;
}

.eipbutton_edit
{
    background: url(../../images/eip_edit.gif) no-repeat 100% center;
    float: left;
}
.eipbutton_save
{
    background: url(../../images/eip_save.gif) no-repeat 100% center;
    float: left;
}
.eipborderhover
{
    border: outset 1px;
}



#UserProfile {
	border: 1px silver solid;
	padding: 10px;
	margin-bottom: 10px;
	width: 500px;
}
#UserProfile .ProfileName {	
	font-weight:bold;
	color: #cb2027;
	margin-bottom: 5px;
}
#UserProfile .ProfilePhoto {
    background-image: url('../../images/no_avatar.gif');	
	float: left;
}
#UserProfile .ProfileAddress {
	margin: 0 0 10px 130px;
}
#UserProfile .ProfileContact {
	margin: 0 0 10px 130px;
	color: gray;
	font-size: 0.9em;
}
#UserProfile .ProfileBio {
	clear: both;
	margin: 10px 0px 10px 0;
	padding: 10px;
	border: 1px #eee solid;	
	background-color: #f5f9fc;	
}

/*---------------- Taxonomy ------------------------*/

/* Horizontal taxonomy styles */
.horizontal ul.categories,.horizontal ul.tags{list-style:none;padding:0;margin:0;text-indent:25px;line-height:28px;}
.horizontal ul.categories{background:url(../../images/category.gif) no-repeat left;}
.horizontal ul.tags{background:url(../../images/tag.gif) no-repeat left;}
.horizontal ul.categories li,.horizontal ul.tags li{display:inline;margin:0;}
.horizontal ul.tags li.add-tags{margin-left: 20px;}
.horizontal ul.tags li.add-tags img{vertical-align:middle;}

/* Vertical taxonomy styles */
.vertical ul.categories,.vertical ul.tags{list-style:none;padding-top:0;padding-left:0;margin-top:0;margin-bottom:0; azimuth}
.vertical ul.categories li,.vertical ul.tags li{margin:0;line-height:20px;}
.vertical ul.categories li{list-style-image:url(../../images/category.gif); list-style-position:inside;}
.vertical ul.tags li{list-style-image:url(../../images/tag.gif); list-style-position:inside; }
.vertical ul.tags li.add-tags{list-style-image:none;}
.vertical ul.tags li.add-tags img{vertical-align:middle;}


/* what's New Report module classes  */
/*whats new module css classes--------------------*/
.VizRow{}
.VizHeader{width:100%;height:25px;float:none;clear:both;font-family:Tahoma,Helvtica,Verdana;font-size:9pt;}
.vizTitle{width:98%;height:auto;font-weight:bold;float:left;}
.vizAuthor{width:40%;height:auto;float:left;position:relative;left:150px;}
.vizPubDate{width:30%;height:auto;float:right;}
.VizDescription{width:100%;float:right;}
.VizHR{height:1px;border:solid 0.5px Teal; background-color:Teal;width:auto;}


.h2,.Blog_Title{font-size:20px;color:maroon;}
.imgSpacer{width:50px; height:1px; border:none;}
.tblWhatsNew{width:100%;font-size:13px;font-family:Verdana;border-bottom:1px dotted gray;padding-bottom:5px;}
.tblWhatsNew tbody tr td{vertical-align:top;}
/*xsl stylesheet classes for what's new report module ---15th april by vyom--*/
.xslTable{font-family:Verdan;font-size:10pt;width:100%;height:220px;overflow:auto;}
.xslTR{width:100%;height:auto;float:none;clear:both;}
.xslTRListHeader{width:100%;float:none;clear:both;border:solid 0px Teal; height:20px;font-family:Verdana;color:Teal;font-weight:bold; background-color:#f6f6f6;padding-top:4px;}
.xslTRForum{width:100%;float:none;clear:both;/*background-color:#E6EFD1;height:65px;*/Vertical-align:text-top;}
.xslTRBlog{width:100%;float:none;clear:both;/*background-color:#BFE8FF;height:65px;*/Vertical-align:text-top;}
.xslTRRepository{width:100%;float:none;clear:both;/*background-color:#DFF5FF;height:65px;*/Vertical-align:text-top;}
.xslTREvent{width:100%;float:none;clear:both;/*background-color:#E3FDFC;height:65px;*/Vertical-align:text-top;}
.xslTRAnnouncement{width:100%;float:none;clear:both;/*background-color:#CAECDD;height:65px;*/Vertical-align:text-top;}
.xslFullTD{width:100%;float:left;position:relative;border:solid 0px red;}
.xslLeftTD{width:6%;float:left;position:relative;border:solid 0px white;text-align:center;}
.xslMidTD{width:94%;float:left;position:relative;border:solid 0px blue;text-align:left;}

.tdimgToday{width:70px;}
.xslPubTD{width:150px;float:left;position:relative;height:auto;text-align:left;}
.xslRightTD,.xslRightID{width:300px;float:left;position:relative;border:solid 0px maroon;text-align:left;}
.xslHR{border:solid 1px Teal;float:none;clear:both; height:1px;}
.xslTRHeader{width:100%;float:none;clear:both;border:solid 0px Teal; height:20px;font-family:Verdana;}
.xslTRHR{width:100%;float:none;clear:both;height:1px; vertical-align:top;background-color:#343433;}
.icoWhatsNew{width:auto;border:none; vertical-align:middle;}
.xslPubDate{float:left;position:relative;width:150px;text-align:left;}
.spnForum,.spnBlog,.spnEvent,.spnRepository,.spnAnnouncement{font-family:Verdana;font-size:13px;font-weight:bold;color:#626262;}
.spnForum{border:solid 0px black;height:35px;width:19%;text-align:center;float:left;position:relative;background-image:url('../../icon_images/forum_small.gif'); background-repeat:no-repeat; /*background-color:#E6EFD1;*/}
.spnBlog{border:solid 0px black; height:35px;width:19%;float:left;text-align:center;float:left;position:relative;background-image:url('http://static.ibranch.in/images/skinimages/pen.jpg');background-repeat:no-repeat;/*background-color:#BFE8FF;*/}/*#E6EFFF*/
.spnEvent{border:solid 0px black; height:35px;width:19%;float:left;text-align:center;float:left;position:relative;background-image:url('http://static.ibranch.in/images/skinimages/calendar.jpg'); background-repeat:no-repeat;/*background-color:#E3FDFC;*/}
.spnRepository{border:solid 0px black;height:35px;width:19%;float:left;text-align:center;float:left;position:relative;background-image:url('http://static.ibranch.in/images/skinimages/download.jpg'); background-repeat:no-repeat;/*background-color:#DFF5FF;*/}
.spnAnnouncement{border:solid 0px black;height:35px;width:24%;text-align:center;float:left;position:relative;background-image:url('http://static.ibranch.in/images/skinimages/note.jpg'); background-repeat:no-repeat;/*background-color:#CAECDD;*/}
.moduleTitle,.breadcrumblink,.xslRightTD,.xslRightID,.xslPubDate{font-size:11px;}
.moduleTitle{padding-left:5px;}

/*new classes for newsfeed module xslt sheet*/
.DNN_News_ItemLink 
{
 font-size: larger;
 font-weight: bold;
 margin-bottom: 0px;
}
.DNN_News_ItemDate 
{
 font-style: italic;
 margin: 0px;
}
.DNN_News_ItemDetails 
{
 margin: 0px;
}
