/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
   	text-transform:uppercase;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.NewsSummary {
    padding: 0.2em 0.5em 0.8em; /* padding for the news article summary */
    margin: 0 0em 0.6em 0em; /* margin to the bottom of the news article summary */
    border-bottom: 1px dashed #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 0;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.1em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0 0 0 -1.3em;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.2em 0.5em 0.2em 1.2em; /* some air for it */
   color: #2264C3; /* this will be link color for all levels */
   background: url(http://www.mngujaratisamaj.org/images/cms/arrow-right.gif) no-repeat 0.1em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}
div#menu_vert a:visited {
   text-decoration:none; 
   color: #2264C3;
   min-height:1em; 
}




/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.1em 0.5em 0.1em 2.8em;
   background-position: 1.5em center;
   background-image:none;
}


/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0em 0.5em 0em 4.3em;
      background-image:none;

}

/* hover state for all links */
div#menu_vert a:hover {
	text-decoration: none;
	color: #CC6600;
}
div#menu_vert a.activeparent:hover {
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(http://www.mngujaratisamaj.org/images/cms/arrow-down.gif) no-repeat 0em center; 
   color: #333;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
      background-image:none;

   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(http://www.mngujaratisamaj.org/images/cms/arrow-right.gif) no-repeat 0.4em center;
   display: block; 
   padding: 0.2em 0.5em 0.2em 1.5em;  /* some air for it */
   color: #333;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.1em 0.5em 0.1em 2.8em;
   background-image: none;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0em 0.5em 0em 4.3em;
      background-image:none;

}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(http://www.mngujaratisamaj.org/images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(http://www.mngujaratisamaj.org/images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(http://www.mngujaratisamaj.org/images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'gsmn' */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(http://www.mngujaratisamaj.org/images/bg.gif) repeat-x top;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	color: #333;
text-align:justify;

}
#title {
float: right;
margin: 0;
margin-top: 2px;
padding: 0 10px 0 0;
	}

.input{
width: 120px;
height: 20px;
border: 1px solid #e7e7e7;

}
.submit {

height: 22px;
border: 1px solid #ccc;
background-color: #e7e7e7;
color: #333;
}
fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	color: #666;

}

h2 {
	margin-bottom: .5em;
	font-size: 1.5em;
	padding-bottom:3px;
	border-bottom:#CC6600 1px dashed;
	color:#009933;
	text-transform:uppercase;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h3 {
	margin-bottom: 1em;
	font-size: 1.4em;
font-weight:normal;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#CC6600;
	border-bottom:1px solid #e7e7e7;

}

h4 {
	margin-bottom: 1em;
	font-size: 1.2em;
font-weight:bold;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
	margin-left: 1em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-roman;
}

ol li {
}

a {
	color: #2264C3;
}

a:hover {
	text-decoration: none;
	color: #CC6600;
}

img {
	border: none;
	padding:4px;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #F7F7F7 url(http://www.mngujaratisamaj.org/images/newsheader.jpg) repeat-x;
	border: 1px solid #CCCCCC;
}

.boxed .title {
	height: 22px;
	padding: 11px 0 0 15px;
	text-transform: uppercase;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333;
	border-bottom:none;

}

.boxed .content {
	padding: 8px 10px 5px 10px;
}

/* Header */

#header {
	width: 966px;
	height: 85px;
	margin: 0 auto;
	background: url(http://www.mngujaratisamaj.org/images/head.gif) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	padding: 15px 0 0 0;
}

#logo h1 {
	text-transform: uppercase;
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header > Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 40px 10px 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: underline
}

#topmenu1 {
	background: url(http://www.mngujaratisamaj.org/images/img03.gif) no-repeat left center;
}

#topmenu2 {
	background: url(http://www.mngujaratisamaj.org/images/img04.gif) no-repeat left center;
}

#topmenu3 {
	background: url(http://www.mngujaratisamaj.org/images/img05.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 966px;
	height: 30px;
	background:url(http://www.mngujaratisamaj.org/images/navbg.gif) repeat-x top left;
	margin: 0 auto;
}

#menu ul {
	margin: 0 0 0 5px;
	list-style: none;
	line-height: normal;
	padding-left:0;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 7px 18px 0 20px;
	background: url(http://www.mngujaratisamaj.org/images/img06.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color:#333333;
}

#menu a:hover {
	display: block;
	float: left;
	height: 26px;
	padding: 7px 18px 0 20px;
	background: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color:#CC6600;
}

#menu .first a {
	padding-left: 15px;
	background: url(http://www.mngujaratisamaj.org/images/img06.gif) no-repeat;
}

#menu .first a:hover {
	display: block;
	float: left;
	height: 26px;
	padding: 7px 18px 0 15px;
	background: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color:#CC6600;
}
#search{ 
float: right;
margin: 0;
margin-top: 2px;
padding: 2px 10px 0 0;
}

#search .textinput{
width: 112px;
height: 20px;
border: 1px solid #e7e7e7;

}

#search .submit{
font: normal 12px Verdana;
height: 20px;
width:61px;
border: 1px solid #ccc;
background-color: #fff;
color: #333;
padding-top:1px;
}

/* Content */

#content {
	width: 966px;
	margin: 0 auto;
	padding: 20px 0;
}




/* Content > Main */

#main {
	float: left;
	width: 680px;
}
.note {
padding: 5px 5px 5px 5px;
background-color:#FFF9D7;
border: 1px solid #E2C822;
}

.comment {
padding: 5px 10px 5px 45px;
background:#fff url('http://www.mngujaratisamaj.org/images/quote.gif') no-repeat top left;
border: 1px solid #e7e7e7;
}


/* Normal Bubble */
div.bubble {
	width: auto;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(http://www.mngujaratisamaj.org/images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

.calendar-icon-10 {
  background: url('http://www.mngujaratisamaj.org/images/calendar10.gif') no-repeat;
  width: 68px;
  height:68px;
  overflow:hidden;
 }



.calendar-month {
  font-weight: bold;
  font-size: 0.7em;
  color: #fff;
  width: 68px;
  text-align:center;
  padding-top: 6px;
}
.calendar-day {
  font-weight: bold;
  font-size: 1.3em;
  color: #666;
  font-family:Georgia, "Times New Roman", Times, serif;
   width: 68px;
  text-align:center;
  padding-top: 4px;
}
.calendar-year {
  font-weight: bold;
  font-size: 0.9em;
  color: #666;
    font-family:Georgia, "Times New Roman", Times, serif;

  width: 68px;
  text-align:center;
  padding-top: 1px;
}








/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 10px 0 1.5em 10px;
	border-bottom: 1px solid #CCCCCC;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
margin-right:5px;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}
#partners {
background:#fff;
}

/* Content > Sidebar > Updates*/

#updates {

}

#updates ul {
	margin: 0;
	list-style: none;

}

#updates li {
	margin-bottom: 1em;
text-align:left;

}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(http://www.mngujaratisamaj.org/images/img09.gif) no-repeat left center;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
text-align:left;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration: none;
	display:block;
}




#footer {
	clear: both;
	width: 100%;
	font-size:0.9em;
	margin: 0 auto 2em auto;
	background: #F5F1E8 url(http://www.mngujaratisamaj.org/images/footerbg.gif) repeat-x top;;

}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 8px;
	text-align: center;
	color: #222;
}

#legal a {
	font-weight: bold;
	color: #222;
}

/* Footer > Links */

#links {
	margin: 0;
	padding: 10px;
	text-align: center;
}




.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 126px;
height: 19px;
border: 1px solid #e7e7e7;
padding-left:21px;

background:#fff url(http://www.mngujaratisamaj.org/images/search.gif) no-repeat center left;
}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


/* End of 'gsmn' */