/* 
    Document   : main
    Created on : 05.Kas.2011, 17:28:22
    Author     : iscaler
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


root { 
    display: block;
}
body{
    padding: 0;
    margin: 0;
    color: #555555;
    font-family: arial;
    background-color: #EBFFFD;
}
button{
    background-color:#009E8E;
    border:1px outset;
    border-radius:10px;
    color:white;
    font-weight: bold;
    padding: 15px;
    margin: 5px;
}
button:hover{
     background-color:#00CFBA;
}
td{
     padding: 2px 8px;
}
a{
    text-decoration: none;
    color: white;
    
}

.logo{
   float: left;
   color:white;
   font-family: Arial;
   font-size: 24px;
/*   font-style: oblique;*/
   font-weight: bold;
   text-shadow: -1px -1px 0 #888888;
   
}

.top{
    height: 150px;
    background-color: coral;
    width: 100%;
}
.logoDiv{
    width: 960px;
    margin-left:auto;
    margin-right:auto;
    padding-top: 20px;
}
#pageBody{
   width: 960px;
    margin-left:auto;
    margin-right:auto;
    min-height: 300px;
    margin-top:50px;
    box-shadow:0 0 4px 1px #ccc;  
    display: table;
    background-color: white;
    border-radius:15px;
}
.pageHead{
    background-color: #009E8E;
    height: 50px;
    width: 100%;
    padding: 5px 0;
    font-size: 26px;
    color: white;
    font-weight: bold;
    text-shadow: -1px -1px #888;
    text-align: center;
    line-height: 50px;
    border-radius: 15px 15px 0 0;
} 
.contentHolder{
  margin: 20px;
  float: left;
      
}
.transactions{
    float: left;
    width: 200px;
    border-right: 2px solid;
    height: 100%;
}
 .sBorder{
   
}
.showData{
/*    float: left;
    padding: 2px 10px 0 2px;*/
}
.myRow{
 width:960px;   
}



