
/**** Skwink.css file *****/
/************************************************************************************************/
body {
    margin: 0;
    font-family: Helvetica;
    background: #FFFFFF;
    color: #000000;
   width: 1024px;

}

body > .toolbar {
    width: 1024px;
position: inherit; }

.userInfo {
font-size: 12px; }

.titleText {
font-size: 32px;
 }

.smallText {
color: #8f8f8f;
font-size: 10pt;
margin-left: 15px;
margin-right: 5px;
 }

.activeTab {
background-color: #d6d6d6;
margin-left: +5px;
width: 75px;
padding: 5px; }

.inactiveTab {
background-color: #708acd;
margin-left: +5px;
width: 75px;
padding: 5px; }

.activeRow {
background-color: #d6d6d6;
padding: 5px; }

.toolbar > h1 {
    position: relative;
    left: 25px;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: #FFFFFF;
}

.toolbar > h12 {
    position: absolute;
    overflow: hidden;
    left: 50%;
    margin: 1px 0 0 -75px;
    height: 45px;
    font-size: 20px;
    width: 250px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: #FFFFFF;
}
body[orient="landscape"] > .toolbar > h1 {
    margin-left: -125px;
    width: 250px;
}

#button {
position: relative;
color: #2ea54c;
right: 5px;
width: 100%;
border: 5px #99411e solid;
top: -45px;
right: -100px; 
}

.toolbar > button {
position: relative;
color: #2ea54c;
border: 5px #99411e solid;
height:45px;
top: 1px;
right: -25px; }

.button2 {
    position: absolute;
    overflow: hidden;
    top: 8px;
   right: 6px;
    margin: 0;
    border-width: 0 5px;
    padding: 0 3px;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-family: inherit;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
border: 3px #bfbfbf solid; }

.blueButton {
    border-width: 0 5px;
}

#backButton {
    left: 6px;
     border: 3px #bfbfbf solid;
position: absolute;
max-width: 55px;
top: 2px;
 }

/***** Main content Areas *****/
#footer {
	text-align: left;
	font-size: 14px;
	color: #aaa;
	padding-top: 4px;
	padding-bottom: 5px;
              clear: both;
}

#footer > a {
	text-align: left;
	font-size: 14px;
	color: #aaa;
	padding-top: 4px;
	padding-bottom: 5px;
}

#footer_menu {
               clear: both;
	text-align: left;
	font-size: 14px;
	color: #aaa;
	padding-top: 4px;
	padding-bottom: 5px;
}

#footer_menu > a {
	text-align: left;
	font-size: 15px;
	color: #676767;
	padding-top: 4px;
	padding-bottom: 5px;
}

#right {
	float: right;
	width: 160px;
}

#content {

	width:824px;
	float: left;
	margin-left: +5px;
}

.subtoolbar {
text-align: center;
position: relative;
left: -75px; }

.subtoolbar a {
     text-align: center;
color: #ab1f1b;
text-decoration: none; }

/***** todo content components ******/
.todo_title {
	text-align: left;
	font-size: 17px;
	color: #000;
	font-weight: bold;
	padding-top: 5px;
}

.todo_info {
	text-align: left;
	font-size: 14px;
	color: #000;
}

.todo_details {
	text-align: left;
	font-size: 14px;
	color: #aaa;
	padding-top: 4px;
	padding-bottom: 5px;
}

/**** Todo List *****/
.todo_list_details {
	text-align: left;
	font-size: 14px;
	color: #aaa;
	padding-top: 4px;
	padding-bottom: 5px;
}

/**** iphone specific stuff *****/
#todo_row {
    width: 100%;
    cursor: pointer;
}

.arrow {
    display: block;
    margin: -8px 0 -8px -10px;
    padding: 8px 32px 8px 10px;
    text-decoration: none;
    color: inherit;
    background: url(/img/listArrow.png) no-repeat right center;
 }

.arrow:active  {
    background-color: #194fdb !important;
    background-image: url(/img/listArrowSel.png), url(/img/selection.png) !important;
    background-repeat: no-repeat, repeat-x;
    background-position: right center, left top;
    color: #FFFFFF !important;
}

.chkbox {
text-decoration: none;
border: none;
}

.chkbox > img {
padding-top: 8px;
border: none;
 }

.trashcan {
text-decoration: none;
border: none;
}

.trashcan > img {
padding-top: 8px;
border: none;
 }

.subtitle {
    border-bottom: 1px solid #2d3642;
    border-top: 1px solid #6d84a2;
    padding: 10px;
    height: 10px;
    background:  #6d84a2;
text-align: center;
 }

.subtitle > h4 {
    overflow: hidden;
    margin: -2px -0px +0px -0px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    color: #FFFFFF;
padding-bottom: 0px;
position: relative; }


/***** panel changes *******/
body > .panel {
    padding: 10px;
position: inherit; }

.panel {
    padding: 10px;
}

.panel  >  fieldset {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    background: #FFFFFF;
    font-size: 16px;
border: none; }

.panel > fieldset > h4 {
	text-align: left;
}

.panel > .submit {
text-align: center; }


/***** ROW ****/
.row  {
    position: relative;
    min-height: 42px;
 }

fieldset > .row:last-child {
    border-bottom: none !important;
}

#inputCheckbox {
    font-size: 16px;
    font-weight: normal;
    background: #993038 none;
margin-left: 5px; 
text-align: left;
width: 25px;
}

.row > input {
    font-size: 16px;
    font-weight: normal;
    background: none;
margin-left: 5px; 
text-align: left;
width: 300px;
}


.row > label {
    margin: 0 0 0 14px;
    line-height: 42px;
    font-weight: bold;

}

.row > textarea {
     padding-top: 10px;
    font-size: 16px;
    font-weight: normal;
    height: 100px;
   width: 300px;
    margin-left: 5px; 
 }


/*
.row > select {
    font-size: 16px;
    font-weight: normal;
margin-left: 5px; }
*/

.row > #date_group {
margin-left: 15px;
padding-bottom: 10px; }

.function_text {
position: relative;
bottom: +10px;
left: 5px; }     

/**********************/
/***** Infotable Styles ****/
#infotable {
}
#infotable p {
margin:1em 0pt;
}
#infotable td.menu {
background:#EEEEEE none repeat scroll 0%;
border-style:solid solid none;
border-width:1px 1px 0pt;
cursor:pointer;
height:40px;
padding:0.75em 0.5em;
width:170px;
}
#infotable td.menu a {
display:block;
}
#infotable td.active {
background:#FFFFFF none repeat scroll 0%;
border-right:1px solid #FFFFFF;
}
#infotable td.active a {
color:#000000;
text-decoration:none;
}
