﻿@charset "UTF-8";

/* 
 * Google Web Font Kit decleration 
 *	Webfont Family	:	Titillium Web
 */
@import url("../Fonts/Embedded-Fonts.css");

/* 
 *		Filename				:	ITURadEditor.css
 *		Author					:	Ozgur Akbaba (dgmnd)
 *		Date Created		    :	22.06.2013
 *		Description			:	ITU RAD Editor stylesheet for itu.edu.tr
 *		Based on				:	RadEditor css file
*/

/* CUSTOM RADEDITOR STYLES */

/* CUSTOM RADEDITOR STYLES */
.baslik-1 {
    width: 100%;
    font-family: TitilliumWebSemiBold;
	font-style: normal;
	font-weight: normal;
	color: #7bafd4;
	font-size: 12pt;
    text-align: justify;
}
.spot {
    width: 100%;
    font-family: TitilliumWebSemiBold;
	font-style: normal;
	font-weight: normal;
	color: #444;
	font-size: 10pt;
    text-align: justify;
}
.tarih-saat {
    width: 100%;
    font-family: TitilliumWebSemiBold;
	font-style: normal;
	font-weight: normal;
	color: #444;
	font-size: 8pt;
    text-align: left;
}
.baslik-2 {
    width: 100%;
	text-align: justify;
    float: left;
	font-family: TitilliumWebRegular;
	font-style: normal;
	font-weight: normal;
	color: #343434;
	font-size: 10pt;
    border-spacing: 0;
    border-bottom: 1px solid #CCC;
}
.aciklama{
    width: 100%;
	font-family: TitilliumWebRegular;
	font-style: normal;
	font-weight: normal;
	color: #343434;
	font-size: 10pt;
    text-align: justify;
}
.metin{
    width: 100%;
	text-align: justify;
	font-family: TitilliumWebRegular;
	font-style: normal;
	font-weight: normal;
	color: #444;
	font-size: 10pt;
}
.alt-metin {
    width: 100%;
    font-family: TitilliumWebLight;
	font-style: normal;
	font-weight: normal;
	color: #686868;
	font-size: 9pt;
    text-align: justify;
}
