/*********************************************************
**   WEBOLIZE APPLICATION STYLES                        **
**                                                      **
** This file works with the app css                     **
** (/Modules/Webolize-IssueTracker/UI/webolize_app.css) **
** to style the application pages (time and issue)      **
**                                                      **
** This file describes more of the global styles, such  **
** as colors, larger images, logo, container width...   **
**                                                      **
**   Author:  Webolize LLC                              **
**            http://www.webolize.com                   **
**                                                      **
**   License: GNU Affero General Public License         **
**            http://www.gnu.org/licenses/              **
**                                                      **
*********************************************************/


html, body
{
	margin: 0;
	padding: 0;
}

body 
{
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}

#container
{
	background: #fff url(../images/side-bg.gif) repeat-y top right;
    border-bottom: solid 2px #c5dbf6;
	min-height: 200px;
	margin: 0;
	padding: 0;
}

h1
{
	color: #A3A3A3;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-size: 200%;
	font-weight: bold;
}

h3
{
	color: #F89232;
	font-size: 125%;
	font-weight: bold;
}

h4 
{
	color: #A3A3A3;
	font-size: 110%;
	margin-top: 5px;
	margin-bottom: 2px;
}

a
{
	color: #039;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: none;
}


select, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
}

td
{
	font-size: 0.9em;
}

/****** HEADER / NAV AREA *******/

#header
{
	background-color: #fff;
    padding: .2em 0 0 0;
}
#header
{
	margin: 0;
	width: 100%;
}

.logoArea
{
	display: block;
    float: left;
	height: 50px;
	width: 200px;
}

.logoArea
{
	background: transparent url(../images/logo.png) no-repeat;
	margin: 0px 5px 0px 5px;
}

.logoArea h1
{
	display: none;
}

/** nav area starts here **/

.webolizeGlobalNav
{
	width: auto;
	margin: .5em 1em 0em 220px;
}

.webolizeGlobalNav a,
.webolizeGlobalNav span
{
    display: inline-block;
    margin: .4em .5em auto auto;
}

.webolizeGlobalNav .projectName
{
    width: auto;

	color: black;
	font-size: 125%;
	font-weight: bold;
}

.webolizeMainNav
{
    display: block;
}

.webolizeMainNav
{
    background-color: #e9f0f6;
    border-top: solid 2px #c5dbf6;
    border-bottom: solid 2px #c5dbf6;
    margin-top: 1em;
    padding: 1em 0 .4em 160px;
}

.webolizeMainNav a,
.webolizeMainNav span
{
    color: Black;
    font-size: medium;
    font-weight: bold;
}

.webolizeMainNav a.AllProjectsLink
{
    float: right;
    margin-right: 3em;
}

.webolizeMainNav span
{
    margin: 0 1em;
}

.webolizeMainNav a.secondary,
.webolizeMainNav span.secondary
{
    color: Gray;
    font-weight: normal;
    font-size: 100%;
    margin-left: 0;
    margin-right: 0;
}

/****** CONTENT AREAS (MAIN & SIDE) *******/

#main
{
    margin: 0;
	padding: 2em 2em;
}

#main
{
	margin-right: 220px;
}

#content
{
}

.webolizeProjectNav
{
	border: solid 2px #f4f5ef;
	font-size: medium;
	margin: 0 0 1em 0;
	padding: .5em 1em;
}

.webolizeProjectNav .ProjectName
{
	font-weight: bold; 
	text-align: left;
}

.webolizeProjectNav .ProjectButtons
{
	text-align: right;
	width: 400px;
}

table.webolizeSectionName
{
    margin-bottom: 1em;
}

td.webolizeSectionName
{
	background-color: #f5f5f5;
	padding: .5em 1em;
}

td.webolizeSectionName a
{
	font-weight: bold;
}

/** side **/
#side
{
	float: right;
	width: 180px;
	padding: 2em 1em;
}

#headerside
{
	height: 50px;
	background-color: #fff;
}


/****** FOOTER *******/

#footer
{
	color: #cccccc;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	margin: 10px auto 0px auto;
	text-align: center;
	width: 900px;
}

#footer ul
{
	display: inline;
}

#footer ul li
{
    border-right: solid 1px #ccc;
	display: inline;
}

#footer ul li:last-child
{
    border-right: none;
}


#footer a
{
	color: #cccccc;
	display: inline-block;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	padding: 2px 8px 2px 8px;
}

#footer a:hover,
#footer a.selected
{
	color: #666666;
	background-color: #cccccc;
}


/****** SPECIAL / SPECIFIC STYLES *******/

/** data presentation (tables) **/
.wbz_table
{
    margin: 0px auto 0px auto;
    width: 94%;
}

.wbz_table td
{
    padding: .8em .5em;
}

.wbz_row_header
{
    background-color: #f5f5f5;
    border: solid 2px #9a9a9a;
    font-weight: bold;
}

.wbz_row_header th
{
    padding: .5em;
}

.wbz_row_odd
{
    border-bottom: dashed 1px #e9f0f6;
}

.wbz_row_even
{
    background-color: #F2F6F9; /*#fcfcfc;*/
    border-bottom: dashed 1px #e9f0f6;
}

.wbz_row_footer
{
    border: solid 1px #f0f1eb;
}

/*** Issues List  ***/

.listIssuesStatus,
.listIssuesPriority,
.listIssuesAssignedTo,
.listIssuesCreatedBy
{
    padding: .1em 0;
}

.listIssuesStatus
{
    border-bottom: dashed 1px #e9f0f6;
    padding: .2em 0;
}

.listIssuesAssignedTo,
.listIssuesCreatedBy
{
    white-space: nowrap;
}

.listIssuesTitle
{
    font-size: large;
    font-weight: bold;
    padding: 0 .5em;
    white-space: nowrap;
}


/* data summaries */

.wbz_summary
{
    margin: 0px auto 0px auto;
    width: 80%;
}

.wbz_summary_label
{
    background-color: whitesmoke;
}

.wbz_summary_data
{
    font-weight: bold;
}

.wbz_summary_importantdata
{
}

/* forms and input */

.wbz_form
{
    margin: 0 auto;
    width: 80%;

    background-color: #f5f5f5;
    border: solid 2px #9a9a9a;
	padding: .5em .5em;
}

.wbz_form_label
{
    margin: .5em .5em 0 6em;
}

.wbz_form_input
{
}

.wbz_form .webolizeSectionName
{
    background-color: #fcfcfc;
    font-weight: bold;
}

/*** View/Edit Issue ***/

.wbz_form .issueTitle
{
    color: #000066;
    display: block;
    font-size: 200%;
    font-weight: bold;
    margin: 1em 1em;
    text-align: center;
    white-space: nowrap;
}

/* status message area */
.wbz_status
{

}

/** cms section **/
.section
{
	margin: 0;
	padding: 0;
}

.section h3
{
	color: #666666;
	padding: 2px;
	margin-top: 3px;
	margin-bottom: 7px;
	border-bottom: 1px solid #ddd;
}

.moduletools
{
	background-color: yellow;
	padding: 0px 12px 0px 12px;
}

.moduletools a
{
}

/* * END WEBOLIZE * */

/****** CUSTOM STYLES (Add your own style changes here) *******/


