/* GENERAL STYLES */
body 
{
	font-weight:normal;
	font-family: arial;
	font-size: 13px;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 5px 0px;
	background: #FFFFFF;
}

a 
{
	text-decoration: none;
	color: #003a82;
}

a:hover 
{
	/* text-decoration: underline; */
	color: #990000;
}

a:visited
{
	/* text-decoration: underline; */
/*	color: #003a82; */
/*	color: #999999; */
}

.small
{
	font-size: 7pt;
}

/*
HR {
	width: 100%;
	color: #003a82;
	height: 2px;
}
.toolTipBox
{
	font-family: arial;
	background-color: lightyellow;
	color: #000000;
	padding 30px;
	border: 1px dashed #cccccc;
}
*/

.tblGrayBorder
{

	border-right: #eeeeee 1px solid; 
	border-top: #eeeeee 1px solid; 
	border-left: #eeeeee 1px solid; 
	border-bottom: #eeeeee 1px solid;

}


.bgRowColor {
	background-color: #940c24;
	color: white;
	
}

.raquo 
{
	font-weight:normal;
	color:black;
}

#main .footer {
	background-color: #940c24;
	color: white;
	font-size: 8pt;

}

#sub .maincontent {
	font-size: 13px;
	/*padding: 5px 40px 5px 5px;
	line-height: 14pt;*/
}

#sub .rightcontent {
	/*padding: 5px 20px 5px 5px;
	line-height: 14pt;*/
}


#sub #menuLeft 
{
	padding-top: 1px;
}




.maincontent a img
{
	border: 0px;
}


/* MyPage Rss Feed*/


.rssAuthor
{
	font-size: 80%;
	/*font-weight: bold;*/
	line-height: 20px;
}




/* MyPage Rss Feed End */


/* Top Images start*/

/*
.topImage1 
{
	/*background-image: url(/images/top_1a.jpg);*/
	/*background-repeat: no-repeat;*/
 	cursor: default;
	
}
.topImage3
{
	background-repeat:no-repeat;
	/*padding: 0px 5px 5px 0px;*/
}

.topImageLogo  
{
	z-index: 200;
	position: absolute;
	left: 11px;
	top: 3px;
	cursor: pointer;
}
*/

/* Top images end*/

/* Login page start*/

.formTitle
{
	font-weight: normal;

}

#loginLeft
{
	/*margin: 0px 30px 0px 20px;*/ 
	background-color: #e5e5f2;
	height: 20px;
}


#loginLeft .loginLinkArrow
{
	padding-left: 5px;
	padding-right: 5px;
	width: 5px;
	height: 9px;
}

#loginLeft .loginLinkText
{
	text-align: right;
	border: 0px solid #cccccc;
	padding: 3px;
	/*height: 20px;*/
}

#loginLeft .loginNameText
{
	text-align: left;
	border: 0px solid #cccccc;
	padding: 3px 3px 3px 20px;
	font-weight:bold;
	font-size: 8pt;

}

#loginLeft a
{
	font-weight: bold;
	color: black;
	font-size: 8pt;
	text-decoration: none;
}

#loginLeft a:hover
{
	/*font-weight: bold;
	color: #940C24;
	text-decoration: none;*/
}

#loginLeft .loginText

{
	font-size: 8pt;	
}

/* Login page end*/




/* Rich text editor styling start*/

#holderBody 
{
	background: #fff;
}


#holderBody td 
{
		font-family: arial;
}


#holder 
{
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px;
	text-align: left;
}
/*Rich text editor styling end */

/* Libray start */

.libraryAuthor
{
	font-size: 80%;
	/*font-weight: bold;*/
	line-height: 20px;
}

.libraryTitle
{

}

.libraryDescription
{

}

/* Libray end */

/* Sitemap styling start */
.sitemap{
	margin-left:25px;
}
.sitemap .itemDepth1{
	background-image: url(/images/dd_default.gif);
	background-repeat: no-repeat;
	background-position: 0% -4px;
	font-size:1.2em;
	font-weight:bold;
	margin: 6px 0px 2px 0px;
}
.sitemap .itemDepth2{
	background-image: url(/images/dd_default.gif);
	background-repeat: no-repeat;
	background-position: 0% -4px;
	font-size:1.0em;
	font-weight:normal;
}
.sitemap .itemDepth3{
	background-image: url(/images/dd_default.gif);
	background-repeat: no-repeat;
	background-position: 0% -4px;
	font-size:0.8em;
	font-weight:normal;
	padding-bottom: 3px;
}
.sitemap .itemDepth4{
	background-image: url(/images/dd_default.gif);
	background-repeat: no-repeat;
	background-position: 0% -4px;
	font-size:0.8em;
	font-weight:normal;
}
.sitemap a{
	color:#333333;
	margin-left:25px; 
}
.sitemap a:hover{
	color:#940c24;	
}
/* Sitemap styling end */



/* Search styling start */
.quickSearchBox{
	height:16px;
	background-color:#ebebed;
	font-size:x-small;
	border:solid 0px black;
}
.quickSearchButton{

}
.highlight{
	font-weight:bold;
}
.highlight2{
	background-color: #ffff40;
}




/* Calendar style */
.calendar_button
{
	border:none;
	cursor:pointer;
}

.picker
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: normal;
  /*font-family: "Verdana",monospace;*/
  padding: 2px;
  cursor: pointer;
}

.calendar td
{
  font-size:11px;
}

.title
{
	font-weight:bold;
  background-color:#D7D7E5;
}

.day
{
	width:25px;
  cursor:pointer;
  text-align:center;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayhover
{
	width:25px;
  cursor:pointer;
  text-align:center;
  text-decoration:underline;
  border-width:1px;
  border-color:#F6F6F6;
  border-style:solid;
}

.dayheader
{
	width:25px;
  text-align:center;
  border-width:1px;
  border-color:white;
  border-style:solid;
  font-weight:bold;
  background-color:#FFFFFF;
}

.othermonthday
{
  color:#999999;
}

.outofrangeday
{
  visibility:hidden;
}

.selectedday
{
	width:25px;
  background-color:#FBE694;
  color:#000000;
  border-width:1px;
  border-color:#BB5503 !important;
  border-style:solid;
  font-weight:bold;
}

.calendar
{
  border-style:solid;
  border-width:1px;
  border-color:Black;
  border-collapse:collapse;
  background-color:#FFFFFF;
  cursor:default;
}

.month
{
  background-color:#F6F6F6;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:5px;
  margin-top:0px;
}

.nextprev
{
  cursor:pointer;
  height:25px;
  vertical-align:center;
  padding:0px 5px 0px 5px;
}

.selector
{
  width:14px;
  cursor:pointer;
  text-align:left;
  vertical-align:center;
  background-color:#FFFFFF;
}

/* Calendar style end */

/* Newsstyle */

.searchAdvText
{
    font-size: 9.5px;
    font-weight: bold;
    font-family: verdana;
    letter-spacing: 1px;  
}


.newsfront
{
	padding-top:10px;
}


.newsTitle
{
	margin-bottom:10px;
}
.newsDate
{
	padding-top: 16px;
	margin-bottom:5px;
	font-size:x-small;
}
.newsPreamble
{
	margin-bottom:5px;
}
.newsItem
{
	line-height: 1.5em;
	font-size: 1.0em;
	font-family: arial;
	font-weight:bold;
	padding-bottom:15px;
}

.newsItem a{

}
.showAllNews{
	font-family:arial;
	font-size:1.0em;
	font-weight:normal;
	color:black;
}
.searchField{
	width:110px;
}
/* End Newsstyle */


/* Formmail styling */
.Form{
	width:100%;
}
.RowValidation{
	float:left;
}
.RowText{
	float:left;
	width:180px;
}
.RowInput{
	float:left;
}
.RowInputSmall{
	float:left;
}
.RowInput input{
	border:solid 1px #eaeaea;
	width:231px;
	font-weight:normal;
	font-family: arial;
	font-size: 9pt;
}
.RowInputSmall input{
	border:solid 1px #eaeaea;
	width:110px;
	font-weight:normal;
	font-family: arial;
	font-size: 9pt;
}
.RowInput textarea{
	width:231px;
	height:100px;
	border:solid 1px #eaeaea;
	overflow:auto;
	font-weight:normal;
	font-family: arial;
	font-size: 9pt;
}
.RowInput select{
	border:solid 1px #eaeaea;
	width:235px;
	font-weight:normal;
	font-family: arial;
	font-size: 9pt;
}
.Row{
	float:left;
	clear:left;
	margin-bottom:5px;
	width:100%;
}
/* Formmail styling end */



/* ProjectTool */



.projectName
{
   font-family: Trebuchet MS;
   font-size: 7pt;
   font-weight: bold;
   text-transform:uppercase;
   letter-spacing: 1px;
}

.projectRowHead
{
    font-family: arial;
    font-size: 9pt;
}

.projectToolbar {
	background-color: #eeeeee;
	font-family: verdana;
	font-size: 8pt;
	height: 18px;
}

a.mLinkImage {
	cursor: hand;
	color: black;
	text-decoration: none;
	border: 1px solid #eeeeee;
	width: 20px;
	height:17px;
	padding: 2px;
}

a.mLinkImage:hover{
	background-color: lightyellow;
	border: 1px solid #A0A0A4;
	padding: 2px;
	width: 20px;
	height:17px;
}

div.projectSpacer
{
    /*padding-left: 30px;*/
}

/*  A D R E S S F Ä L T */
#footer
{	background-color: #940c24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	/* text-transform: uppercase; */
	color: #ffffff;
	text-decoration: none;
}
#footer a
{	background-color: #940c24;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	/* text-transform: uppercase; */
	color: #ffffff;
	text-decoration: none;
}


/*  S I D F O T */
#SIDFOT
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	/* text-transform: uppercase; */
	color: #666666;
	text-decoration: none;
}
#SIDFOT a
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	/* text-transform: uppercase; */
	color: #666666;
	text-decoration: none;
}

.projectForumPostHeadline
{
    font-weight:bold;
    font-size: 18px;
}

.projectForumPostSubject
{
    font-weight:bold;
}

.projectForumPostInfo
{
    color: #484848 ;
    font-size: 11px;
}

.projectForumPostBody
{
    /*padding-top:10px;*/
    
}

.projectTblRowBgColor
{
    background-color: #940c24;
    font-weight: bold; 
    color: white;
}

.projectTblRowButtonBgColor
{
    /*background-color: #C6C1AC;*/
}

.projectMemberStatus
{
   font-size: 90%;
}

.projectCreateProjectLink
{
  /*margin-bottom: 15px;*/

}

.projectToolTipBox
{

    font-family: arial;
	background-color: lightyellow;
	color: #000000;
	padding: 10px;
	border: 1px dashed #cccccc;


}

.projectDate
{
	font-size: 90%;

}



/* End ProjectTool */

/* ************** Min sida ************* */
table.myPageBoxes 
{}
table.myPageBoxes td
{
/*	background-color: #e5e5f2; */
	background-color: #ffffff;
}

/* EDITOR PROPERTIES */
.font16fatblue {
font-family: arial;
font-size: 16px;
font-weight: bold;
color: #003a82;
/*line-height:20px;*/
}

.font12black {
font-family: arial;
font-size: 13px;
font-weight: bold;
color: #000000;
/* line-height:14px; */

}

.font12 {
font-family: arial;
font-size: 13px;
font-weight: normal;
color: #000000;
}

.fontimage9px {
font-family: arial;
font-size: 10px;
font-weight: normal;
color: #000000;
}

