@import url(http://fonts.googleapis.com/css?family=Josefin+Slab);
@import url(http://fonts.googleapis.com/css?family=Bevan);
@import url(http://fonts.googleapis.com/css?family=Lato);

body
{
	width:100%;
	background: url("../pattern/geometry2.png");
	margin:0;
	font-family: 'Arial', sans-serif;
	font-size: 13px;
}
body table
{
	font-family: 'Arial', sans-serif;
	font-size: 13px;
}
#logo
{
	background:linear-gradient(to right, rgb(126,171,200), rgb(187,202,205));
	/*background-color:rgb(253,249,232);*/
	height: 118px;
	-webkit-user-select : none;
}
#logoCenterPage
{
	background-color: #DBE7F3;
	height: 80px;
	padding-top: 10px;
}
#logoCenterPage table
{
	width:1010;
	height:100%;
}
#logoCenterPage a:link		{color: #3F4245; text-decoration: none;}
#logoCenterPage a:visited	{color: #3F4245; text-decoration: none;}
#logoDownPage
{
	background-color: rgb(102,173,202);
	height: 28px;
}
#menuIcon
{
	width:60px;
	background-color: transparent;
	text-align: center;
	vertical-align: bottom;
}
#logoDownPageTable
{
	width:1010;
	height:28px;
}
#logoDownPageTable td:nth-child(n+4)
{
	color:white;
	font-size: 14px;
	font-weight: bold;
	width:90px;
	text-align: center;
	/*background-color: rgb(212,199,153);*/
}
#logoDownPageTable td a:hover
{
	text-decoration: none;
	color: white;
}
#logoDownPageTable a:link
{
	text-decoration: none;
	color: #000000;
}
#logoDownPageTable a:visited
{
	text-decoration: none;
	color: #000000;
}
#centerPage
{
	width:1024px;
	height: calc(100% - 238px); 
}
#sideMenu
{
	/*background-color: rgb(253,249,229);*/
	padding-top: 11px;
	width:180px;
	height: 640px;
	float:left;
	-webkit-user-select : none;
}

#sideMenuTable
{
	/*background-color: rgb(253,249,229);*/
	width:180px;
	float:left;
	border-spacing:7px;
	font-weight: bold;
	/*padding: 3 0 0 5 ;*/
	font-size: 14px;
}

#sideMenuTable #tableUnSelectedMenu:hover
{
	/*opacity: 0.6;*/
	background-color: rgb(163,180,247);
}
#sideMenuTable td:nth-child(1)
{
	padding:10 5 10 15;
	border-radius: 0px 15px 0px 15px;
}
#sideMenuTable #tableUnSelectedMenu
{
	background-color: rgb(218,231,242);
}
#sideMenuTable #tableSelectedMenu
{
	color:white;
	background-color: rgb(72,102,150);
}

#sideMenuTable a:link		{	color: #000000; text-decoration: none;	}
#sideMenuTable a:visited	{	color: #000000;	text-decoration: none;	}
/*#sideMenuTable a:hover		{	text-decoration: none;	}*/
/*#sideMenuTable a:active		{	color: #000000;	text-decoration: none;	}*/

#mainPage
{
	float:left;
	padding-top: 15;
	/*margin-left: -10px;*/
	padding-left: 10;
	/*padding-right:20;*/
	/*width:830px;*/
	width: calc(100% - 194px);
}
#bottomPage
{
	float:left;
	width:100%;
	height: 120px;
	/*position: relative;*/
	/*bottom:0;*/
	/*left:0;*/
	background-color: #DBE7F2;
}
#anotherInfo
{
	text-align:right;
	margin-top: 10;
	width:1024px;
	height: 110px;
}
