@charset "utf-8";
@import "jquery-ui.css";

/*
* ACSP Global CSS
* HTML5 CSS by Nopphan Bunnag
* http://www.np.in.th
* nopphan.b@gmail.com
* Designed by: ACSP Network Center
*/

/* RESET */

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
strong {font-weight: bold;}
.clear {clear: both;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

/* Main */

body{



}

.stick-left { left: 0; }
.stick-right { right: 0; }
.stick-top { top: 0; }
.stick-bottom { bottom: 0; }




font-family: Arial, Tahoma, Verdana, sans-serif;
font-size: 13px;
color: #000;
line-height: 1.2em;
}

a{
color: #000;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
#wrapper{
width: 980px;
margin: 10px auto;
}

#photobank{
width: 100px;
height: 61px;
margin: 10px auto;
}

#photobank_text{
width: 300px;
height: 71px;
margin: 10px auto;
}


#header{
width: 100%;
}
#left-sidebar{
width: 200px;
float: left;
}
.monthly-schedule{
}
.monthly-schedule h2{
background: url(../images/h2-monthly.gif) no-repeat;
display: block;
text-indent: -9999px;
width: 148px;
height: 12px;
}
.schedule-calendar{
width: 180px;
height: 180px;
background: #f7f7f7;
margin-top: 10px;
padding: 10px;
border: 0px solid #f7f7f7;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

