/*
 * W2 stylesheet
 *
 * Copyright (C) 2007 Steven Frank <http://stevenf.com/>
 * Code may be re-used as long as the above copyright notice is retained.
 * See README.txt for full details.
 */
 
blockquote {
	background-color: #f0f8f0;
	margin: 0px 0px 12px 20px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

body
{
	margin: 0;
	padding: 0;
	margin-left:0px;
	background-color: rgb(197,204,211);	 /* Set the page color to light blue */
	-webkit-text-size-adjust:none;		  /* Turn off font resizing */
}

body > .titlebar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    padding: 5px;
    height: 45px;
    background: url(images/toolbar.png) #6d84a2 repeat-x;
}

.titlebar > h1 {
    position: absolute;
    overflow: hidden;
    height: 45px;
    left: 18%;
    font-size: 20px;
    font-weight: bold;
    width: 65%;
    text-overflow: ellipsis;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    white-space: nowrap;
    color: #FFFFFF;
}

body > .bottombar {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    padding: 5px;
    height: 45px;
    background: url(images/toolbar.png) #6d84a2 repeat-x;
    bottom: 0px;
}

h1 
{
	margin:0;
	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:10px;	
	padding-left:10px;
	
	font-size:17px;
	font-family: Helvetica;
	font-weight:bold;
	color: rgb(76,86,108);	 /* Set each label color */		
}

h2 {
	margin:0;
	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:10px;	
	padding-left:10px;
	
	font-size:15px;
	font-family: Helvetica;
	font-weight:bold;
	color: rgb(76,86,108);	 /* Set each label color */		
}

h3 {
	margin:0;
	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:10px;	
	padding-left:10px;
	
	font-size:14px;
	font-family: Helvetica;
	font-weight:bold;
	color: rgb(76,86,108);	 /* Set each label color */		
}

p {
	font-size: 14px;
	font-family: Helvetica;
	background-color: #ddd;       /* Each list has a white background fill */
	
	border-width: 1px;		       /* Draw a rectangle around each list */
	border-style:solid ;
	border-color:rgb(217,217,217);
	padding: 10px;
	margin-right:4px;
	-webkit-border-radius: 8px;
}

hr {
	border-top: 1px solid #ccc;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

ul 
{	   
	padding: 0;	   
	margin-top:0;
	margin-right:4px;
	margin-bottom:17px;		  /* Set each list 17 pixels from the top of the button bar(or the top of the next list) */
	
	font-size:17px;
	font-family: Helvetica;
	font-weight:bold;
	color:black;
	
	background-color: white;       /* Each list has a white background fill */
	
	border-width: 1px;		       /* Draw a rectangle around each list */
	border-style:solid ;
	border-color:rgb(217,217,217);
	
	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle */
}

li
{	
	list-style-type: none;	
	
	border-top-width:1px;	/* Create lines between cells. Each line is placed above each item */
	border-top-style:solid;
	border-top-color:rgb(217,217,217);

	padding-top:10px;		  
	padding-right:10px;		 
	padding-bottom:14px;	 /* Indent the cell content 14 pixels from the bottom edge of a cell */
	padding-left:10px;	
}


li:first-child 
{
	border-top:0;    /* Remove border above the first item of the list */
}

ul a /* Handle the click/tap highlight. Highlight an entire cell with the iPhone grey background when tapped */ 
{
	display: block;   /* Sets the href to be a block rather than inline */

	/* The padding properties adjust the text content within the href block */
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
	
	/* The margin properties adjust the size of the href block	*/
	margin-top: -8px;
	margin-right: -8px;
	margin-bottom: -12px;
	margin-left: -8px;	 
	
	text-decoration: none;
	color:black;
}


.showArrow /*	Add an arrow button to a link */
{  
	margin-right:10px;		
	padding-right:16px;	   /* Distance between the arrow button and a text */
	
	background-image: url(images/chevron.png); 
	background-repeat: no-repeat;
	background-position: right; 
}


.secondary	/* Used for secondary text (text that is less important) */
{
	font-weight:normal;		/* Regular font is used for secondary text */
	float:right;		     /* Align secondary text to the right of its parent cell */
	margin-right:10px;	  
}



.secondaryWArrow /* Used for secondary content that contains a link and a button */
{
	display:block;		 /* Set the secondary content to be a block	 */
	font-weight:normal; 
	float:right;
	color: #324F85;		 /* sets the color of the link */
}


.secondaryWLink /* Used for secondary text that is a link */
{
	font-weight:normal;		
	float:right;		  
	margin-right:10px;	  
	color: #324F85;		 /* sets the color of the link */
}

.button {
    position: absolute;
    overflow: hidden;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0;
    text-overflow: ellipsis;
    text-decoration: none;
    white-space: nowrap;
    background: none;
    display: block;
    -webkit-border-image: url(images/toolButton.png) 0 5 0 5;
}

.buttonnew {
    top: 8px;
    right: 6px;
    font-size: 20px;
}

.buttonhome {
    top: 8px;
    left: 6px;
}

.buttonedit {
    position: relative;
	bottom: 28px;
    left: 230px;
    width: 60px;
    text-align: center;
}

.buttonall {
    position: relative;
    bottom: -2px;
    left: 160px;
    width: 35px;
    text-align: center;
}

.search {
	position: relative;
	bottom:  25px;
}

pre {
	background-color: #eee;
	margin: 0;
	padding: 4px;
	/* stroke each browser so that they wrap lines in the pre tag */
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

textarea {
	font-family: Courier;
	width: 95%;
}

.main {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}

.note {
	background-color: #fbc65b;
	padding: 4px;
	margin: 4px;
	margin-left: 2px;
}


